Branch indexing > git rev-parse --resolve-git-dir /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59/.git # timeout=10 Setting origin to https://gitlab.eclipse.org/eclipse/hawk/hawk.git > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.20.1' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59@tmp/jenkins-gitclient-ssh12778524292124815391.key Verifying host key using known hosts file > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/27-upgrade-xstream-to-improve-java-15-compatibility Seen branch in repository origin/master Seen 2 remote branches Obtained neo4j2/Jenkinsfile from 5a4351853f41a476e295a623adddce57c3a88458 [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task All nodes of label ‘Hawk_Neo4j_support_master_230-ws2zf’ are offline WARNING: Unable to create pod: kubernetes hawk/hawk-neo4j-support-master-230-ws2zf-mbg45-lnvwq because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-neo4j-support-master-230-ws2zf-mbg45-lnvwq" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi. Retrying... WARNING: Unable to create pod: kubernetes hawk/hawk-neo4j-support-master-230-ws2zf-mbg45-37lmh because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-neo4j-support-master-230-ws2zf-mbg45-37lmh" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi. Retrying... WARNING: Unable to create pod: kubernetes hawk/hawk-neo4j-support-master-230-ws2zf-mbg45-6tz6r because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-neo4j-support-master-230-ws2zf-mbg45-6tz6r" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi. Retrying... WARNING: Unable to create pod: kubernetes hawk/hawk-neo4j-support-master-230-ws2zf-mbg45-0ntrv because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-neo4j-support-master-230-ws2zf-mbg45-0ntrv" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi. Retrying... Created Pod: kubernetes hawk/hawk-neo4j-support-master-230-ws2zf-mbg45-cl9mj Agent hawk-neo4j-support-master-230-ws2zf-mbg45-cl9mj is provisioned from template Hawk_Neo4j_support_master_230-ws2zf-mbg45 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Neo4j%20support/job/master/230/" runUrl: "job/Hawk%20Neo4j%20support/job/master/230/" labels: jenkins: "slave" jenkins/label-digest: "b83d8ddaab0216a6e397800cf90f1e8dd24bc5e3" jenkins/label: "Hawk_Neo4j_support_master_230-ws2zf" name: "hawk-neo4j-support-master-230-ws2zf-mbg45-cl9mj" namespace: "hawk" spec: containers: - command: - "cat" env: - name: "MAVEN_OPTS" value: "-Duser.home=/home/jenkins -Xms256m -Xmx512m" - name: "HOME" value: "/home/jenkins" image: "maven:3-jdk-11" name: "maven" resources: limits: memory: "4Gi" cpu: "1" requests: memory: "4Gi" cpu: "1" tty: true volumeMounts: - mountPath: "/home/jenkins" name: "jenkins-home" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.hawk.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "hawk-neo4j-support-master-230-ws2zf-mbg45-cl9mj" - name: "JENKINS_NAME" value: "hawk-neo4j-support-master-230-ws2zf-mbg45-cl9mj" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.hawk.svc.cluster.local/hawk/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" name: "jnlp" resources: limits: {} requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: {} name: "m2-repo" - emptyDir: medium: "" name: "jenkins-home" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on hawk-neo4j-support-master-230-ws2zf-mbg45-cl9mj in /home/jenkins/agent/workspace/Hawk_Neo4j_support_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential projects-storage.eclipse.org-bot-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://gitlab.eclipse.org/eclipse/hawk/hawk.git > git init /home/jenkins/agent/workspace/Hawk_Neo4j_support_master # timeout=10 Fetching upstream changes from https://gitlab.eclipse.org/eclipse/hawk/hawk.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/Hawk_Neo4j_support_master@tmp/jenkins-gitclient-ssh17757997117829570804.key Verifying host key using known hosts file > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipse/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 5a4351853f41a476e295a623adddce57c3a88458 (master) > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4351853f41a476e295a623adddce57c3a88458 # timeout=10 Commit message: "[REINDEX] Add supertype edges between types" > git rev-list --no-walk 0d557874d879fdc63ffb5e26a3fd72daeccaddae # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Core without tests) [Pipeline] container [Pipeline] { [Pipeline] sh + cd core + mvn -B --quiet clean install -DskipTests --toolchains jenkins-toolchains.xml SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.apache.ivy.util.url.IvyAuthenticator (file:/home/jenkins/.m2/repository/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar) to field java.net.Authenticator.theAuthenticator WARNING: Please consider reporting this to the maintainers of org.apache.ivy.util.url.IvyAuthenticator WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Neo4j with tests) [Pipeline] container [Pipeline] { [Pipeline] sh + cd neo4j2 + mvn -B --quiet clean install --toolchains ../core/jenkins-toolchains.xml SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Running org.eclipse.hawk.neo4jv2.tests.Neo4J2BackendTestSuite 19:10:01.252 [main] ERROR org.eclipse.hawk.neo4j_v2.util.Neo4JIterable - This index (Index[METAMODELINDEX,Node]) has been marked as deleted in this transaction java.lang.IllegalStateException: This index (Index[METAMODELINDEX,Node]) has been marked as deleted in this transaction at org.neo4j.index.impl.lucene.LuceneTransaction$DeletedTxDataBoth.illegalStateException(LuceneTransaction.java:476) at org.neo4j.index.impl.lucene.LuceneTransaction$DeletedTxDataBoth.added(LuceneTransaction.java:465) at org.neo4j.index.impl.lucene.LuceneTransaction.addedTxDataOrNull(LuceneTransaction.java:230) at org.neo4j.index.impl.lucene.LuceneTransaction.getAdditionsAsSearcher(LuceneTransaction.java:548) at org.neo4j.index.impl.lucene.LuceneIndex.query(LuceneIndex.java:282) at org.neo4j.index.impl.lucene.LuceneIndex.query(LuceneIndex.java:251) at org.eclipse.hawk.neo4j_v2.util.Neo4JNodeIndex.lambda$1(Neo4JNodeIndex.java:90) at org.eclipse.hawk.neo4j_v2.util.Neo4JIterable.size(Neo4JIterable.java:58) at org.eclipse.hawk.backend.tests.IndexTest.indexDeletionRollback(IndexTest.java:736) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at com.github.peterwippermann.junit4.parameterizedsuite.ParameterizedSuite.runChild(ParameterizedSuite.java:172) at com.github.peterwippermann.junit4.parameterizedsuite.ParameterizedSuite.runChild(ParameterizedSuite.java:38) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) Tests run: 43, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 6.188 s - in org.eclipse.hawk.neo4jv2.tests.Neo4J2BackendTestSuite addThenReuseIterable[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 1.283 s getMultipleMatches[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.196 s invalidIndexNames[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.243 s doubleExact[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.188 s removeByFullKey[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.132 s removeByNode[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.265 s removeByFieldNode[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.119 s indexNodeDeletionRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.173 s integerRanges[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.11 s integerExact[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.109 s indexKeyAdditionRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.111 s removeByNodeMultipleIndicesRemoveAll[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.155 s removeByNodeMultipleIndicesRemoveOne[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.104 s addPreservesPriorValue[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.115 s addNullMap[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.04 s query[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.151 s removeByNode3Arg[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.054 s removeByFullKeyInt[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.071 s nodeDelete[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.102 s queryWithPipes[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.107 s addNullValue[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.087 s removeByValueNode[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) skipped indexDeletionRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.09 s deleteRecreate[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.097 s floatingRanges[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.089 s removeByFullKeyDouble[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.052 s indexKeyRemovalRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.079 s testStartTransaction[Parameters are Neo4j](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.163 s testStartDelete[Parameters are Neo4j](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.118 s testStartShutdown[Parameters are Neo4j](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.089 s twoNodesBatchRemoveRel[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) skipped oneNode[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.096 s oneNodeProperty[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.166 s oneNodeRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.034 s oneNodeRemoveRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.098 s escapeInvalidClassCharacters[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.098 s escapeInvalidCharactersEdges[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.108 s escapeInvalidFieldCharacters[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.09 s twoNodesBatch[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.116 s oneNodeRemove[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.071 s oneNodeBatch[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.1 s threeNodesRemoveMiddle[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.077 s recreateEdge[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.1 s Running org.eclipse.hawk.neo4jv2.tests.Neo4J2IntegrationTestSuite 19:10:03.866 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/agent/workspace/Hawk_Neo4j_support_master/neo4j2/org.eclipse.hawk.neo4jv2.tests/target/work/configuration/org.eclipse.osgi/108/0/.cp/xstream-1.4.8.jar) to field java.util.TreeMap.comparator WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 19:10:04.092 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:04.092 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:04.095 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:04.095 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:04.095 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:04.096 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:04.150 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:04.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:10:04.151 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:10:04.151 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: 19:10:04.152 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:10:04.152 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 19:10:04.560 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: Core (org.amma.dsl.jdt.core) [file:/home/jenkins/agent/workspace/Hawk_Neo4j_support_master/neo4j2/org.eclipse.hawk.neo4jv2.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore] 19:10:04.561 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: DOM (org.amma.dsl.jdt.dom) [file:/home/jenkins/agent/workspace/Hawk_Neo4j_support_master/neo4j2/org.eclipse.hawk.neo4jv2.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore] 19:10:04.561 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: PrimitiveTypes (org.amma.dsl.jdt.primitiveTypes) [file:/home/jenkins/agent/workspace/Hawk_Neo4j_support_master/neo4j2/org.eclipse.hawk.neo4jv2.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore] Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 19:10:04.561 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:04.561 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:04.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 19:10:04.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 19:10:04.586 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 19:10:04.650 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 19:10:04.676 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 19:10:04.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 19:10:04.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:04.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:04.768 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:04.768 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:04.768 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:04.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:04.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:04.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:04.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:04.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:04.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:04.772 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:04.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:04.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:04.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:04.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:04.777 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:04.778 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:04.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:04.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:04.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:04.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:04.852 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:04.853 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:04.855 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:04.855 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:04.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:04.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:04.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:04.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:04.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:04.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:04.858 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:04.868 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 19:10:04.868 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 19:10:04.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:04.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:04.968 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:04.971 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:05.653 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~1 sec) 19:10:05.654 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:05.785 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:05.788 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:05.788 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:06.435 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:10:06.438 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:10:06.438 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:10:06.488 [pool-106-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11122759312740571255/test_set0[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:08.687 [pool-106-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:08.772 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 19:10:08.772 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:08.773 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:08.773 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 19:10:08.778 [pool-106-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11122759312740571255/test_set0[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:08.849 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 19:10:09.288 [pool-106-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 19:10:18.390 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding nodes: 50001 9 sec (9 sec total) to /set0.xmi 19:10:20.670 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69680 NODES AND 266282 M->MM REFERENCES! (took ~11sec) 19:10:20.670 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 19:10:21.891 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding references: 50035 1 sec (1 sec total) to /set0.xmi 19:10:22.377 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69806 REFERENCES! (took ~1 sec) 19:10:22.377 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 13s691ms [pure insertion] marking any relevant derived attributes for update...19:10:22.378 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 19:10:22.382 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 19:10:22.382 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:10:22.382 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:10:22.383 [pool-106-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:22.869 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:10:22.869 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.487s attempting to resolve any uninitialized derived attributes... 19:10:22.869 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:10:22.869 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:10:22.870 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:10:22.870 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s492ms [proxy update] 19:10:22.874 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:10:22.874 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 69680 d elems 0 time ~17s validating changes... validating file UPDATED for /set0.xmi changed resource size: 69680 relevant graph size: 69680 validated changes... true 19:10:34.379 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 28 s 590 ms 19:10:34.579 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:34.579 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:34.582 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:34.582 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:35.144 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:35.147 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:35.209 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:35.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:35.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:35.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:35.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:35.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:35.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:35.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:10:35.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:10:35.251 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:35.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:10:35.252 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:10:35.252 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 19:10:35.263 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:35.263 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:35.274 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 19:10:35.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:35.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:35.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:35.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:35.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:35.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:35.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:35.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:35.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:35.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:35.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:35.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:35.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:35.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:35.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:35.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:35.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:35.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:35.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:35.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:35.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:35.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:35.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:35.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:35.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:35.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:35.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:35.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:35.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:35.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:35.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:35.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:35.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:35.452 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 19:10:35.452 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:35.490 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:35.493 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:35.493 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:35.551 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:10:35.552 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:10:35.552 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:10:35.614 [pool-109-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4949985179646520753/test_tree[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:35.658 [pool-109-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:35.677 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 19:10:35.677 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:35.678 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:35.678 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 19:10:35.680 [pool-109-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4949985179646520753/test_tree[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:35.690 [pool-109-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 19:10:35.693 [pool-109-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:10:35.693 [pool-109-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 19:10:35.749 [pool-109-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:10:35.750 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s92ms [pure insertion] marking any relevant derived attributes for update...19:10:35.750 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:10:35.751 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:10:35.751 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:10:35.751 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:10:35.751 [pool-109-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:35.789 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:10:35.789 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.038s attempting to resolve any uninitialized derived attributes... 19:10:35.789 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:10:35.789 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:10:35.790 [pool-109-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:10:35.790 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s39ms [proxy update] 19:10:35.790 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:10:35.790 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 19:10:35.794 [pool-109-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 301 ms 19:10:35.865 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:35.865 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:35.867 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:35.867 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:35.882 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:35.885 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:35.976 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:35.978 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:35.978 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:35.978 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:35.978 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:35.978 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:35.978 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:35.979 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:10:35.979 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:10:35.979 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:35.979 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:10:35.980 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:10:35.980 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 19:10:35.988 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:35.988 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:36.050 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 19:10:36.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:36.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:36.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:36.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:36.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:36.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:36.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:36.060 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:36.060 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:36.060 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:36.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:36.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:36.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:36.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:36.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:36.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:36.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:36.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:36.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:36.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:36.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:36.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:36.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:36.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:36.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:36.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:36.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:36.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:36.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:36.064 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:36.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:36.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:36.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:36.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 19:10:36.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:36.256 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:36.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:36.258 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:36.260 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:10:36.262 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:10:36.262 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:10:36.302 [pool-112-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1562477750969156041/test_treeWithSpaces[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:36.310 [pool-112-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:36.369 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 19:10:36.369 [pool-112-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:36.369 [pool-112-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:36.370 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model... 19:10:36.372 [pool-112-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1562477750969156041/test_treeWithSpaces[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:36.382 [pool-112-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model 19:10:36.383 [pool-112-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 19:10:36.383 [pool-112-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 19:10:36.383 [pool-112-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:10:36.383 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model. 0s73ms [pure insertion] marking any relevant derived attributes for update...19:10:36.383 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:10:36.384 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:10:36.384 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:10:36.384 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:10:36.384 [pool-112-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:36.472 [pool-112-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:10:36.472 [pool-112-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.088s attempting to resolve any uninitialized derived attributes... 19:10:36.472 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:10:36.472 [pool-112-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:10:36.473 [pool-112-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:10:36.473 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s89ms [proxy update] 19:10:36.473 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:10:36.473 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... validating file UPDATED for /tree%20with%20spaces/space%20tree.model changed resource size: 1 relevant graph size: 1 validated changes... true 19:10:36.476 [pool-112-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 218 ms 19:10:36.486 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:36.486 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:36.488 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:36.488 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:36.558 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:36.562 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:36.596 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:36.598 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:36.599 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:36.599 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:36.599 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:36.599 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:36.599 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:36.600 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:36.600 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:10:36.600 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:36.600 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:10:36.600 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:10:36.601 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 19:10:36.655 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:36.655 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:36.664 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:36.666 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:36.666 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:36.666 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:36.666 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:36.666 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:36.666 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:36.667 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:36.667 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:36.667 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:36.667 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:36.667 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:36.667 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:36.667 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:36.669 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:36.669 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:36.670 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:36.671 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:36.671 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:36.671 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:36.671 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:36.671 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:36.671 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:36.671 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:36.672 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:36.672 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:36.672 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:36.672 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:36.672 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:36.673 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:36.673 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:36.674 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:36.674 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:36.680 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 19:10:36.766 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 19:10:36.766 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:36.868 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:36.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:36.871 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:36.873 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:10:36.874 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:10:36.874 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:10:36.904 [pool-115-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit15022185733059756792/test_treeCrossResourceContainment[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:36.956 [pool-115-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:36.981 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /child.model... 19:10:36.981 [pool-115-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:36.981 [pool-115-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:36.982 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /child.model... 19:10:36.984 [pool-115-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit15022185733059756792/test_treeCrossResourceContainment[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:36.994 [pool-115-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /child.model 19:10:36.995 [pool-115-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 19:10:36.995 [pool-115-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /child.model 19:10:36.996 [pool-115-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:10:36.996 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /child.model. 0s40ms [pure insertion] marking any relevant derived attributes for update...19:10:36.996 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:10:36.997 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:10:37.051 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 19:10:37.051 [pool-115-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:37.052 [pool-115-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:37.052 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 19:10:37.052 [pool-115-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 19:10:37.053 [pool-115-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:10:37.053 [pool-115-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 19:10:37.054 [pool-115-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:10:37.054 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...19:10:37.054 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:10:37.054 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:10:37.054 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:10:37.054 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:10:37.054 [pool-115-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:37.157 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 19:10:37.162 [pool-115-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 19:10:37.162 [pool-115-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.108s attempting to resolve any uninitialized derived attributes... 19:10:37.162 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:10:37.162 [pool-115-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:10:37.163 [pool-115-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:10:37.163 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s109ms [proxy update] 19:10:37.163 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:10:37.163 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 2 deleted 0 changed 2 loaded 2 c elems 3 d elems 0 time ~0s validating changes... validating file UPDATED for /child.model validating file UPDATED for /root.model changed resource size: 3 relevant graph size: 3 validated changes... true 19:10:37.165 [pool-115-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 294 ms 19:10:37.179 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:37.179 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:37.181 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:37.181 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:37.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:37.261 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:37.291 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:37.293 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:37.293 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:37.293 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:37.293 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:37.293 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:37.293 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:37.294 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:37.295 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:10:37.295 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:37.295 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:10:37.295 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:37.295 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 19:10:37.301 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:37.301 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:37.356 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 19:10:37.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:37.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:37.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:37.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:37.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:37.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:37.361 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:37.361 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:37.361 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:37.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:37.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:37.362 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:37.364 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:37.364 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:37.364 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:37.364 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:37.364 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:37.364 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:37.364 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:37.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:37.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:37.368 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:37.368 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:37.369 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:37.369 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:37.369 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:37.369 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:37.369 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:37.369 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:37.369 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:37.369 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:37.369 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:37.369 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:37.394 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 19:10:37.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:37.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:37.487 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:37.487 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:37.489 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:10:37.490 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:10:37.490 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:10:37.585 [pool-118-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4372960070936974698/test_derivedEdgeCollection[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:37.594 [pool-118-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:37.656 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 19:10:37.656 [pool-118-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:37.657 [pool-118-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:37.657 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 19:10:37.660 [pool-118-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4372960070936974698/test_derivedEdgeCollection[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:37.671 [pool-118-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 19:10:37.673 [pool-118-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 19:10:37.673 [pool-118-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 19:10:37.673 [pool-118-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 19:10:37.673 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s79ms [pure insertion] marking any relevant derived attributes for update...19:10:37.673 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:10:37.674 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:10:37.674 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:10:37.674 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:10:37.674 [pool-118-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:37.806 [pool-118-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:10:37.806 [pool-118-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.132s attempting to resolve any uninitialized derived attributes... 19:10:37.806 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:10:37.806 [pool-118-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:10:37.807 [pool-118-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:10:37.807 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s133ms [proxy update] 19:10:37.807 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:10:37.807 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:37.807 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 320 ms 19:10:37.807 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 19:10:37.810 [pool-118-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#descendants (isMany=true|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(c|c.children).flatten; 19:10:37.811 [pool-118-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 19:10:37.816 [pool-118-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 19:10:37.850 [pool-118-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper 19:10:37.852 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 19:10:37.856 [pool-118-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.045s 19:10:37.856 [pool-118-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 19:10:37.873 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:37.873 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:37.875 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:37.875 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:37.962 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:37.966 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:37.989 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:38.050 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:38.050 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:38.050 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:38.050 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:38.050 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:38.050 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:38.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:38.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:10:38.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:10:38.051 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:38.052 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:38.052 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 19:10:38.057 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: crossrefs (http://github.com/mondo-hawk/testing/xrefs) [file:/home/jenkins/agent/workspace/Hawk_Neo4j_support_master/neo4j2/org.eclipse.hawk.neo4jv2.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore] Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 19:10:38.057 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:38.057 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:38.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:38.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:38.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:38.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:38.065 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:38.065 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:38.065 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:38.065 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:38.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:38.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:38.068 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:38.068 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:38.068 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:38.069 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:38.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:38.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:38.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:38.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:38.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:38.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:38.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:38.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:38.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:38.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:38.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:38.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:38.071 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:38.072 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:38.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:38.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:38.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:38.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:38.074 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:38.080 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 19:10:38.161 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 19:10:38.161 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:38.161 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 19:10:38.161 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#nRefs (isMany=false|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.xrefs.size; 19:10:38.163 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 19:10:38.255 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:38.257 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:38.257 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:38.259 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:10:38.261 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:10:38.261 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:10:38.293 [pool-122-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7886082618298221730/test_deriveThenAdd[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:38.301 [pool-122-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:38.361 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 19:10:38.361 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:38.362 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:38.362 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 19:10:38.372 [pool-122-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7886082618298221730/test_deriveThenAdd[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:38.382 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 19:10:38.384 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:10:38.384 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 19:10:38.385 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:10:38.385 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s84ms [pure insertion] marking any relevant derived attributes for update...19:10:38.385 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:10:38.386 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:10:38.388 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 19:10:38.388 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:38.389 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:38.389 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 19:10:38.389 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 19:10:38.390 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:10:38.390 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 19:10:38.391 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:10:38.391 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...19:10:38.391 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:10:38.391 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:10:38.392 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 19:10:38.392 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:38.393 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:38.393 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 19:10:38.394 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 19:10:38.395 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:10:38.395 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 19:10:38.395 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:10:38.395 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...19:10:38.395 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:10:38.395 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:10:38.395 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:10:38.395 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:10:38.395 [pool-122-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:38.479 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 19:10:38.488 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 19:10:38.488 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.093s attempting to resolve any uninitialized derived attributes... 19:10:38.488 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:10:38.488 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:10:38.491 [pool-122-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 19:10:38.551 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 6/6 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 19:10:38.555 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:10:38.555 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s160ms [proxy update] 19:10:38.555 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:10:38.555 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:38.555 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 298 ms 19:10:38.560 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:38.561 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:38.563 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:38.563 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:38.595 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:38.598 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:38.668 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:38.670 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:38.670 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:38.670 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:38.670 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:38.670 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:38.670 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:38.671 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:38.671 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:10:38.671 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:38.671 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:10:38.672 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:38.672 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 19:10:38.677 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:38.677 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:38.685 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 19:10:38.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:38.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:38.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:38.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:38.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:38.692 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:38.692 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:38.692 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:38.692 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:38.692 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:38.692 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:38.692 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:38.692 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:38.692 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:38.692 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:38.693 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:38.693 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:38.693 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:38.693 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:38.693 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:38.694 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:38.694 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:38.694 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:38.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:38.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:38.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:38.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:38.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:38.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:38.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:38.751 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:38.775 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 19:10:38.775 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:38.864 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:38.866 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:38.866 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:38.868 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:10:38.869 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:10:38.869 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:10:38.950 [pool-126-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11167581830822792797/test_derivedEdgeSingle[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:38.958 [pool-126-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:38.974 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 19:10:38.974 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:38.974 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:38.974 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 19:10:38.976 [pool-126-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11167581830822792797/test_derivedEdgeSingle[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:38.986 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 19:10:38.987 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 19:10:38.987 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 19:10:38.987 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 19:10:38.987 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s29ms [pure insertion] marking any relevant derived attributes for update...19:10:38.987 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:10:38.988 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:10:38.988 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:10:38.988 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:10:38.988 [pool-126-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:39.062 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:10:39.062 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.074s attempting to resolve any uninitialized derived attributes... 19:10:39.062 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:10:39.062 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:10:39.063 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:10:39.063 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s75ms [proxy update] 19:10:39.063 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:10:39.063 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:39.063 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 197 ms 19:10:39.063 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 19:10:39.065 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#maxDescendant (isMany=false|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(c|c.children).flatten.sortBy(t|t.label).last; 19:10:39.066 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 19:10:39.070 [pool-126-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten.sortBy(t|t.label).last; 19:10:39.075 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 19:10:39.077 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.011s 19:10:39.077 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 19:10:39.085 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:39.085 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:39.087 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:39.087 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:39.180 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:39.183 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:39.212 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:39.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:39.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:39.251 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:39.251 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:39.251 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:39.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:39.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:39.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:10:39.252 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:39.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:10:39.253 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:39.253 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 19:10:39.258 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:39.258 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:39.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:39.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:39.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:39.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:39.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:39.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:39.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:39.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:39.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:39.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:39.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:39.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:39.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:39.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:39.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:39.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:39.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:39.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:39.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:39.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:39.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:39.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:39.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:39.271 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:39.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:39.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:39.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:39.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:39.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:39.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:39.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:39.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:39.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:39.278 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 19:10:39.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 19:10:39.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:39.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:39.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:39.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 19:10:39.395 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:39.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 19:10:39.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 19:10:39.450 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:10:39.452 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:10:39.452 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:10:39.504 [pool-130-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8633727061920905462/test_addThenIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:39.512 [pool-130-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:39.565 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 19:10:39.565 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:39.566 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:39.566 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 19:10:39.577 [pool-130-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8633727061920905462/test_addThenIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:39.587 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 19:10:39.589 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:10:39.589 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 19:10:39.590 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:10:39.590 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s78ms [pure insertion] marking any relevant derived attributes for update...19:10:39.590 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:10:39.591 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:10:39.592 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 19:10:39.592 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:39.593 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:39.593 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 19:10:39.594 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 19:10:39.594 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:10:39.594 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 19:10:39.595 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:10:39.595 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...19:10:39.595 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:10:39.595 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:10:39.596 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 19:10:39.596 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:39.597 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:39.597 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 19:10:39.597 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 19:10:39.598 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:10:39.598 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 19:10:39.649 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:10:39.649 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s53ms [pure insertion] marking any relevant derived attributes for update...19:10:39.649 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:10:39.650 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:10:39.650 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:10:39.650 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:10:39.650 [pool-130-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:39.681 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 19:10:39.689 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 19:10:39.689 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.039s attempting to resolve any uninitialized derived attributes... 19:10:39.689 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:10:39.689 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:10:39.689 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:10:39.690 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s41ms [proxy update] 19:10:39.691 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:10:39.691 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:39.691 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 296 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 19:10:39.753 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:39.753 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:39.754 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:39.754 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:39.775 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:39.778 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:39.852 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:39.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:39.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:39.853 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:39.853 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:39.853 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:39.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:39.854 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:39.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:10:39.855 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:39.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:10:39.855 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:39.855 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 19:10:39.859 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:39.859 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:39.866 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 19:10:39.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:39.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:39.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:39.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:39.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:39.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:39.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:39.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:39.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:39.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:39.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:39.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:39.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:39.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:39.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:39.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:39.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:39.878 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:39.879 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:39.879 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:39.879 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:39.879 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:39.879 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:39.879 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:39.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:39.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:39.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:39.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:39.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:39.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:39.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:39.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:39.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:39.961 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 19:10:39.961 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:39.961 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 19:10:39.962 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 19:10:39.962 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 19:10:40.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:40.053 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:40.053 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:40.056 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:10:40.058 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:10:40.058 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:10:40.114 [pool-134-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9326762266049235660/test_lookupWithIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:40.150 [pool-134-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:40.172 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 19:10:40.172 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:40.173 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:40.173 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 19:10:40.183 [pool-134-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9326762266049235660/test_lookupWithIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:40.193 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 19:10:40.196 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:10:40.196 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 19:10:40.197 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:10:40.197 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s47ms [pure insertion] marking any relevant derived attributes for update...19:10:40.197 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:10:40.198 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:10:40.199 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 19:10:40.199 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:40.200 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:40.200 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 19:10:40.200 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 19:10:40.201 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:10:40.201 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 19:10:40.202 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:10:40.202 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...19:10:40.202 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:10:40.202 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:10:40.250 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 19:10:40.250 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:40.251 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:40.251 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 19:10:40.252 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 19:10:40.252 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:10:40.252 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 19:10:40.253 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:10:40.253 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...19:10:40.253 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:10:40.253 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:10:40.253 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:10:40.253 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:10:40.253 [pool-134-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:40.316 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 19:10:40.359 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 19:10:40.359 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.106s attempting to resolve any uninitialized derived attributes... 19:10:40.360 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:10:40.360 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:10:40.361 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:10:40.361 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s110ms [proxy update] 19:10:40.363 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:10:40.363 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:40.363 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 310 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 19:10:40.370 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:40.370 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:40.371 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:40.371 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:40.398 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:40.452 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:40.482 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:40.484 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:40.484 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:40.484 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:40.484 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:40.484 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:40.484 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:40.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:40.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:10:40.485 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:40.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:10:40.485 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:40.485 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 19:10:40.490 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:40.490 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:40.550 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:40.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:40.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:40.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:40.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:40.551 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:40.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:40.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:40.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:40.554 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:40.555 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:40.555 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:40.555 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:40.556 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:40.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:40.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:40.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:40.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:40.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:40.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:40.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:40.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:40.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:40.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:40.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:40.558 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:40.558 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:40.558 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:40.558 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:40.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:40.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:40.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:40.559 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:40.565 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 19:10:40.673 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 19:10:40.673 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:40.759 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:40.761 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:40.761 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:40.764 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:10:40.765 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:10:40.765 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:10:40.803 [pool-138-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit17309925541834341463/test_lookupWithoutIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:40.811 [pool-138-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:40.860 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 19:10:40.861 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:40.861 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:40.861 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 19:10:40.863 [pool-138-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit17309925541834341463/test_lookupWithoutIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:40.873 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 19:10:40.874 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:10:40.874 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 19:10:40.875 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:10:40.875 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s64ms [pure insertion] marking any relevant derived attributes for update...19:10:40.875 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:10:40.876 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:10:40.877 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 19:10:40.877 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:40.878 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:40.878 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 19:10:40.878 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 19:10:40.879 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:10:40.879 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 19:10:40.879 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:10:40.879 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...19:10:40.879 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:10:40.879 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:10:40.881 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 19:10:40.881 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:40.881 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:40.881 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 19:10:40.882 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 19:10:40.882 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:10:40.882 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 19:10:40.883 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:10:40.883 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...19:10:40.883 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:10:40.883 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:10:40.883 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:10:40.883 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:10:40.883 [pool-138-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:40.970 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 19:10:40.979 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 19:10:40.980 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.097s attempting to resolve any uninitialized derived attributes... 19:10:40.980 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:10:40.980 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:10:40.981 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:10:40.981 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s98ms [proxy update] 19:10:40.981 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:10:40.981 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:40.981 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 220 ms 19:10:40.986 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:40.986 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:40.987 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:40.987 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:41.056 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:41.059 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:41.096 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:41.098 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:41.098 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:41.098 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:41.098 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:41.098 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:41.098 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:41.099 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:41.099 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:10:41.099 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:41.099 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:10:41.100 [pool-141-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 19:10:41.100 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 19:10:41.104 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:41.104 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:41.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:41.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:41.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:41.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:41.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:41.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:41.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:41.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:41.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:41.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:41.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:41.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:41.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:41.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:41.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:41.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:41.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:41.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:41.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:41.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:41.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:41.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:41.155 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:41.155 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:41.156 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:41.158 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:41.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:41.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:41.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:41.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:41.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:41.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:41.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:41.181 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 19:10:41.181 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:41.181 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 19:10:41.184 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:41.184 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:41.188 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 19:10:41.188 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:10:41.189 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 19:10:41.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 19:10:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 19:10:41.254 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:41.254 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:41.256 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:41.256 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:41.290 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:41.292 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:41.352 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:41.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:41.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:41.353 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:41.353 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:41.353 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:41.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:41.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:41.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:10:41.354 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:41.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:10:41.354 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:41.354 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 19:10:41.359 [main] INFO org.eclipse.hawk.emf.model.util.RegisterMeta - Registering package: ColoredTree (ColoredTree) [file:/home/jenkins/agent/workspace/Hawk_Neo4j_support_master/neo4j2/org.eclipse.hawk.neo4jv2.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/ColoredTree.ecore] Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/ColoredTree.ecore to store 19:10:41.359 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:41.359 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:41.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:41.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:41.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:41.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:41.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:41.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:41.366 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:41.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:41.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:41.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:41.368 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:41.368 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:41.368 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:41.368 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:41.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:41.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:41.371 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:41.371 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:41.371 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:41.371 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:41.371 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:41.371 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:41.371 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:41.372 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:41.372 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:41.372 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:41.372 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:41.373 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:41.373 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:41.373 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:41.373 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:41.373 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:41.373 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:41.378 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 19:10:41.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: ColoredTree::Color will be handled as its instance type NULL_INSTANCE_TYPE 19:10:41.451 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 19:10:41.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:41.489 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:41.491 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:41.491 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:41.493 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:10:41.494 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:10:41.494 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:10:41.563 [pool-144-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit14662514447379217032/test_queryEnumValues[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:41.570 [pool-144-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:41.588 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 19:10:41.588 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:41.589 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:41.589 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /colored-tree.model... 19:10:41.591 [pool-144-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit14662514447379217032/test_queryEnumValues[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:41.600 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /colored-tree.model 19:10:41.602 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:10:41.602 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /colored-tree.model 19:10:41.602 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 19:10:41.602 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /colored-tree.model. 0s32ms [pure insertion] marking any relevant derived attributes for update...19:10:41.602 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s48ms 19:10:41.650 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s48ms 19:10:41.650 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:10:41.650 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:10:41.650 [pool-144-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:41.675 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:10:41.675 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.025s attempting to resolve any uninitialized derived attributes... 19:10:41.675 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:10:41.675 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:10:41.676 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:10:41.676 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s26ms [proxy update] 19:10:41.676 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:10:41.676 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:41.676 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 185 ms 19:10:41.680 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:41.680 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:41.681 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:41.681 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:41.693 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:41.696 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:41.769 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:41.770 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:41.770 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:41.770 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:41.770 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:41.770 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:41.770 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:41.771 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:41.771 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:10:41.771 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:41.771 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:10:41.772 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:10:41.772 [pool-147-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 19:10:41.855 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:41.855 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:41.864 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 19:10:41.865 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 19:10:41.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:41.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:41.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:41.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:41.889 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 19:10:41.892 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 19:10:41.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 19:10:41.951 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:41.951 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:41.951 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:41.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:41.952 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:41.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:41.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:41.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:41.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:41.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:41.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:41.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:41.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:41.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:41.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:41.956 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:41.956 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:41.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:41.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:41.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:41.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:41.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:41.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:41.957 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:41.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:41.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:41.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:41.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:41.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:41.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:41.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:41.960 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:41.960 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:41.963 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 19:10:41.963 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 19:10:41.963 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 19:10:42.151 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 19:10:42.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:42.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:42.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:42.157 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:42.157 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:42.199 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:42.202 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:42.260 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:42.262 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:42.262 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:42.262 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:42.262 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:42.262 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:42.262 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:42.262 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:42.263 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:10:42.263 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: 19:10:42.263 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:10:42.263 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:10:42.264 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 19:10:42.293 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:42.293 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:42.354 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 19:10:42.354 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 19:10:42.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:42.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:42.370 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:42.371 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:42.379 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 19:10:42.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 19:10:42.384 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 19:10:42.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:42.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:42.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:42.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:42.389 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:42.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:42.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:42.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:42.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:42.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:42.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:42.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:42.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:42.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:42.393 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:42.393 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:42.393 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:42.393 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:42.393 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:42.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:42.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:42.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:42.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:42.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:42.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:42.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:42.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:42.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:42.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:42.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:42.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:42.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:42.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:42.455 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 19:10:42.455 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 19:10:42.455 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 19:10:42.586 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 19:10:42.586 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:42.589 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:42.589 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:42.590 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:42.590 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:42.657 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:42.660 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:42.695 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:42.696 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:42.697 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:42.697 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:42.697 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:42.697 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:42.697 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:42.697 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:42.698 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:10:42.698 [pool-153-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:42.698 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:10:42.698 [pool-153-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:10:42.699 [pool-153-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 19:10:42.770 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:42.770 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:42.778 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 19:10:42.779 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 19:10:42.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:42.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:42.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:42.795 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:42.857 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 19:10:42.857 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 19:10:42.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 19:10:42.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 19:10:42.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 19:10:42.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 19:10:42.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:42.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:42.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:42.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:42.869 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:42.869 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:42.869 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:42.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:42.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:42.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:42.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:42.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:42.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:42.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:42.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:42.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:42.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:42.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:42.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:42.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:42.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:42.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:42.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:42.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:42.875 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:42.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:42.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:42.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:42.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:42.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:42.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:42.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:42.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:43.152 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 19:10:43.152 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:43.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:43.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:43.158 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:43.158 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:43.203 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:43.205 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:43.277 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:43.279 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:43.279 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:43.279 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:43.279 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:43.279 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:43.279 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:43.280 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:43.280 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:10:43.280 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:43.281 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:10:43.281 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 19:10:43.281 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 19:10:43.353 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:43.353 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:43.361 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 19:10:43.361 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 19:10:43.361 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 19:10:43.362 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 19:10:43.363 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 19:10:43.369 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:43.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:43.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:43.380 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:43.386 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 19:10:43.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 19:10:43.390 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 19:10:43.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:43.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:43.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:43.395 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:43.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:43.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:43.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:43.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:43.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:43.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:43.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:43.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:43.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:43.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:43.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:43.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:43.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:43.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:43.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:43.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:43.451 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:43.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:43.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:43.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:43.452 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:43.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:43.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:43.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:43.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:43.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:43.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:43.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:43.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:43.582 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 19:10:43.582 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:43.585 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:43.585 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:43.586 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:43.586 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:43.664 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:43.666 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:43.691 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:43.692 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:43.692 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:10:43.692 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:43.692 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:43.692 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:43.692 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:43.693 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:43.693 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:10:43.693 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:10:43.694 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 19:10:43.694 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:10:43.694 [pool-159-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 19:10:43.762 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:43.762 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:43.770 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 19:10:43.772 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 19:10:43.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 19:10:43.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 19:10:43.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 19:10:43.780 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 19:10:43.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:10:43.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:10:43.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:10:43.781 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:10:43.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:10:43.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:10:43.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:10:43.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:10:43.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:10:43.782 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:10:43.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:10:43.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:10:43.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:10:43.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:10:43.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:10:43.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:10:43.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:10:43.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:10:43.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:10:43.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:10:43.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:10:43.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:10:43.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:10:43.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:10:43.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:10:43.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:10:43.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:10:43.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:10:43.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:10:43.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:10:43.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:10:43.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:10:43.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:10:43.790 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 19:10:43.791 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 19:10:43.852 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:43.860 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:43.861 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:10:44.050 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 19:10:44.050 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:44.056 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:44.056 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:44.057 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:44.057 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:44.092 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:44.094 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:44.164 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:44.165 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:44.165 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 19:10:44.165 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:44.165 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:44.165 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:44.165 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:44.166 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:44.166 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:10:44.166 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:10:44.166 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:44.167 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:44.167 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 19:10:44.798 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 19:10:44.798 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 19:10:44.798 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 19:10:44.798 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 19:10:44.798 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 19:10:44.798 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Standard(modelio://Modeliosoft.Standard/2.0.00) Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 19:10:44.799 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:44.799 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:44.864 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 19:10:44.865 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 19:10:44.865 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 19:10:44.968 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 19:10:44.972 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 19:10:44.972 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 19:10:44.972 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 19:10:45.676 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 19:10:45.677 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 19:10:45.677 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 19:10:46.650 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 19:10:46.650 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 19:10:49.656 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~4 sec) 19:10:49.657 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:49.754 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3492031314569219417/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:49.759 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:49.759 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:49.761 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:10:49.762 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:10:49.762 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:10:49.959 [pool-162-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1370155424714487742/test_elephantResolve[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:49.985 [pool-162-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:50.066 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 19:10:50.066 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:50.067 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:50.067 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 19:10:50.071 [pool-162-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1370155424714487742/test_elephantResolve[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:50.086 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 19:10:50.635 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 19:10:50.635 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 19:10:50.637 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:10:50.637 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s652ms [pure insertion] marking any relevant derived attributes for update...19:10:50.637 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 19:10:50.639 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 19:10:50.639 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:10:50.639 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:10:50.639 [pool-162-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:50.705 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 19:10:50.753 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 3 proxy ref lists left after resolving 2 refs 19:10:50.753 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.114s attempting to resolve any uninitialized derived attributes... 19:10:50.753 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:10:50.753 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:10:50.754 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:10:50.754 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s115ms [proxy update] 19:10:50.754 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:10:50.754 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:50.754 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 995 ms 19:10:50.756 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:50.758 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:10:50.759 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:10:50.759 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:10:50.776 [pool-162-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1370155424714487742/test_elephantResolve[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:10:50.792 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 19:10:50.792 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:50.792 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:50.792 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 19:10:50.850 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 19:10:51.474 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 19:10:51.474 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 19:10:51.477 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 19:10:51.477 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s685ms [pure insertion] marking any relevant derived attributes for update...19:10:51.477 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:10:51.478 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:10:51.480 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 19:10:51.480 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:10:51.481 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:10:51.481 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 19:10:51.482 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 19:10:51.961 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 19:10:51.961 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 19:10:51.962 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 19:10:51.962 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s482ms [pure insertion] marking any relevant derived attributes for update...19:10:51.962 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:10:51.962 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:10:51.962 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:10:51.962 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:10:51.962 [pool-162-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:10:52.086 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 19:10:52.091 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 7 proxy ref lists left after resolving 12 refs 19:10:52.092 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.13s attempting to resolve any uninitialized derived attributes... 19:10:52.092 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:10:52.092 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:10:52.092 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:10:52.092 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s131ms [proxy update] 19:10:52.093 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:10:52.093 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:52.093 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 337 ms 19:10:52.093 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:52.093 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3492031314569219417/:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:52.095 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:52.095 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:52.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:52.159 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:52.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:52.185 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:52.186 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 19:10:52.186 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:52.186 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:52.186 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:52.186 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:52.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:52.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:10:52.187 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:52.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:10:52.187 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:52.187 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 19:10:52.387 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:52.387 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:52.458 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 19:10:52.459 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 19:10:52.459 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 19:10:52.481 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 19:10:52.485 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 19:10:52.485 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 19:10:52.485 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 19:10:52.677 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 19:10:52.677 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 19:10:52.677 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 19:10:53.464 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 19:10:53.465 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 19:10:55.795 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~3 sec) 19:10:55.795 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:55.886 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /home/jenkins/agent/workspace/Hawk_Neo4j_support_master/neo4j2/org.eclipse.hawk.neo4jv2.tests/resources/models/zoo:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:55.890 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:55.890 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:55.891 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. SYNCHRONISATION ERROR Warning, monitor is inactive, synchronisation failed! 19:10:55.891 [pool-165-thread-1] ERROR org.eclipse.hawk.core.runtime.CompositeStateListener - Update FAILED! 19:10:55.891 [pool-165-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (failure). 0 s 1 ms 19:10:55.896 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:55.896 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /home/jenkins/agent/workspace/Hawk_Neo4j_support_master/neo4j2/org.eclipse.hawk.neo4jv2.tests/resources/models/zoo:org.eclipse.hawk.localfolder.LocalFolder:false 19:10:55.950 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:55.950 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:10:56.641 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:10:56.644 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:10:56.700 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:56.702 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:56.702 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 19:10:56.702 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:56.702 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:56.702 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:10:56.702 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:10:56.703 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:10:56.704 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:10:56.704 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:10:56.704 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:10:56.704 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:10:56.704 [pool-169-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 19:10:56.874 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:56.874 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:56.892 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 19:10:56.893 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 19:10:56.893 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 19:10:56.972 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 19:10:56.975 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 19:10:56.975 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 19:10:56.975 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 19:10:57.107 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 19:10:57.107 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 19:10:57.107 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 19:10:57.769 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 19:10:57.769 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 19:10:59.789 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~2 sec) 19:10:59.789 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:59.789 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 19:10:59.953 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:10:59.953 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:10:59.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Archimate (modelio://Modeliosoft.Archimate/1.0.02) already in store, updating it instead NYI -- doing nothing! 19:10:59.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Analyst (modelio://Modeliosoft.Analyst/2.0.00) already in store, updating it instead NYI -- doing nothing! 19:10:59.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: modelio.kernel (modelio://Modeliosoft.modelio.kernel/1.0.00) already in store, updating it instead NYI -- doing nothing! 19:10:59.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 19:10:59.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Standard (modelio://Modeliosoft.Standard/2.0.00) already in store, updating it instead NYI -- doing nothing! 19:10:59.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Infrastructure (modelio://Modeliosoft.Infrastructure/2.0.00) already in store, updating it instead NYI -- doing nothing! 19:10:59.961 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 19:10:59.961 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:10:59.962 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:10:59.962 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:10:59.964 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:10:59.964 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:00.166 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:00.169 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:00.191 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:00.193 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:00.193 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 19:11:00.193 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:00.193 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:00.193 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:00.193 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:00.194 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:00.194 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:11:00.194 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:00.194 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:11:00.195 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 19:11:00.195 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 19:11:00.282 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:00.282 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:00.294 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 19:11:00.295 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 19:11:00.295 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 19:11:00.363 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 19:11:00.366 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 19:11:00.366 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 19:11:00.366 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 19:11:00.477 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 19:11:00.477 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 19:11:00.477 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 19:11:01.086 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 19:11:01.086 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 19:11:02.603 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~2 sec) 19:11:02.603 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:02.603 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 19:11:02.756 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:02.756 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:02.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Archimate (modelio://Modeliosoft.Archimate/1.0.02) already in store, updating it instead NYI -- doing nothing! 19:11:02.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Analyst (modelio://Modeliosoft.Analyst/2.0.00) already in store, updating it instead NYI -- doing nothing! 19:11:02.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: modelio.kernel (modelio://Modeliosoft.modelio.kernel/1.0.00) already in store, updating it instead NYI -- doing nothing! 19:11:02.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 19:11:02.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Standard (modelio://Modeliosoft.Standard/2.0.00) already in store, updating it instead NYI -- doing nothing! 19:11:02.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Infrastructure (modelio://Modeliosoft.Infrastructure/2.0.00) already in store, updating it instead NYI -- doing nothing! 19:11:02.762 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 19:11:02.762 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:02.796 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:02.850 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:02.851 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:03.059 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:03.063 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.063 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 20/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.063 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 30/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.064 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 40/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.064 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 50/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.064 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 60/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.065 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 70/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.065 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 80/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.065 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 90/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.065 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 100/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.065 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 110/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.066 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 120/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.066 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 130/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.066 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 140/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.066 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 150/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.066 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 160/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.067 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 170/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.067 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 180/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.067 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 190/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.067 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 200/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.067 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 210/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.068 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 220/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.068 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 230/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.068 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 240/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.068 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 250/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.069 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 260/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.069 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 270/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.069 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 280/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.069 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 290/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.070 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 300/309 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 19:11:03.070 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:03.070 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:03.267 [pool-172-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11157147250542085461/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:03.278 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 0/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 0 sec total) 19:11:03.280 [pool-172-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:03.303 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml... 19:11:03.303 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.304 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.304 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml... 19:11:03.307 [pool-172-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11157147250542085461/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:03.355 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml 19:11:03.367 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:03.367 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml 19:11:03.368 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:03.368 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml. 0s88ms [pure insertion] marking any relevant derived attributes for update...19:11:03.368 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:03.369 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:03.370 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml... 19:11:03.370 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.371 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.371 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml... 19:11:03.371 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml 19:11:03.386 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:03.386 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml 19:11:03.386 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:03.386 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...19:11:03.386 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:03.386 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:03.389 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml... 19:11:03.389 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.390 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.390 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml... 19:11:03.390 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml 19:11:03.474 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 60 M->MM REFERENCES! (took ~0sec) 19:11:03.474 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml 19:11:03.478 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 19:11:03.478 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml. 0s89ms [pure insertion] marking any relevant derived attributes for update...19:11:03.478 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:03.478 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:03.479 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml... 19:11:03.479 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.480 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.480 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml... 19:11:03.480 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml 19:11:03.492 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:03.492 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml 19:11:03.492 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:03.492 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml. 0s13ms [pure insertion] marking any relevant derived attributes for update...19:11:03.492 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:03.492 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:03.493 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml... 19:11:03.493 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.494 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.494 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml... 19:11:03.494 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml 19:11:03.565 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:03.565 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml 19:11:03.566 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:03.566 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml. 0s73ms [pure insertion] marking any relevant derived attributes for update...19:11:03.566 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:03.566 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:03.567 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml... 19:11:03.567 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.568 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.568 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml... 19:11:03.568 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml 19:11:03.583 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:03.583 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml 19:11:03.583 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:03.583 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...19:11:03.583 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:03.583 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:03.584 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml... 19:11:03.584 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.585 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.585 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml... 19:11:03.585 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml 19:11:03.652 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:03.652 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml 19:11:03.654 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:03.654 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml. 0s70ms [pure insertion] marking any relevant derived attributes for update...19:11:03.654 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:03.654 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:03.655 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml... 19:11:03.655 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.656 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.656 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml... 19:11:03.656 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml 19:11:03.669 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:03.669 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml 19:11:03.670 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:03.670 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...19:11:03.670 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:03.670 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:03.672 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml... 19:11:03.672 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.673 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.673 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml... 19:11:03.673 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml 19:11:03.758 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 19:11:03.758 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml 19:11:03.762 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 19:11:03.762 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml. 0s90ms [pure insertion] marking any relevant derived attributes for update...19:11:03.762 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:03.762 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:03.763 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml... 19:11:03.763 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.764 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.764 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml... 19:11:03.765 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml 19:11:03.777 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:03.777 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml 19:11:03.778 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:03.778 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...19:11:03.778 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:03.778 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:03.779 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml... 19:11:03.779 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.780 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.780 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml... 19:11:03.781 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml 19:11:03.855 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:03.855 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml 19:11:03.855 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:03.855 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml. 0s76ms [pure insertion] marking any relevant derived attributes for update...19:11:03.855 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:03.855 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:03.856 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml... 19:11:03.856 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.858 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.858 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml... 19:11:03.858 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml 19:11:03.885 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 19:11:03.885 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml 19:11:03.889 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 19:11:03.889 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml. 0s33ms [pure insertion] marking any relevant derived attributes for update...19:11:03.889 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:03.889 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:03.890 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml... 19:11:03.890 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.891 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.891 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml... 19:11:03.892 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml 19:11:03.957 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:03.957 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml 19:11:03.958 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:03.958 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml. 0s68ms [pure insertion] marking any relevant derived attributes for update...19:11:03.958 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:03.958 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:03.959 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml... 19:11:03.959 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.960 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.960 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml... 19:11:03.960 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml 19:11:03.966 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:03.966 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml 19:11:03.967 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:03.967 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:03.967 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:03.967 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:03.968 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml... 19:11:03.968 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.969 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.969 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml... 19:11:03.969 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml 19:11:03.978 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 19:11:03.978 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml 19:11:03.979 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 19:11:03.979 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...19:11:03.979 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:03.979 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:03.980 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml... 19:11:03.980 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.980 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.980 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml... 19:11:03.981 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml 19:11:03.987 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:03.987 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml 19:11:03.987 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:03.987 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:03.987 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:03.987 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:03.988 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml... 19:11:03.988 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:03.989 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:03.990 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml... 19:11:03.990 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml 19:11:04.051 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.051 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml 19:11:04.052 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.052 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml. 0s64ms [pure insertion] marking any relevant derived attributes for update...19:11:04.052 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.052 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.053 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml... 19:11:04.053 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.054 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.054 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml... 19:11:04.054 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml 19:11:04.066 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:04.066 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml 19:11:04.067 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:04.067 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...19:11:04.067 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.067 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.067 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml... 19:11:04.067 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.069 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.069 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml... 19:11:04.069 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml 19:11:04.077 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:04.077 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml 19:11:04.078 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:04.078 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...19:11:04.078 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.078 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.079 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml... 19:11:04.079 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.081 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.081 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml... 19:11:04.082 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml 19:11:04.088 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.088 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml 19:11:04.088 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.088 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...19:11:04.088 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.088 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.089 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml... 19:11:04.089 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.090 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.090 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml... 19:11:04.090 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml 19:11:04.158 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:04.159 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml 19:11:04.159 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:04.159 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml. 0s70ms [pure insertion] marking any relevant derived attributes for update...19:11:04.159 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.159 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.160 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml... 19:11:04.160 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.161 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.161 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml... 19:11:04.161 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml 19:11:04.174 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 19:11:04.174 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml 19:11:04.174 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:11:04.174 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...19:11:04.174 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.174 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.175 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml... 19:11:04.175 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.176 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.176 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml... 19:11:04.176 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml 19:11:04.181 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.181 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml 19:11:04.181 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.181 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:04.181 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.182 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.182 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml... 19:11:04.182 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.184 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.184 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml... 19:11:04.184 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml 19:11:04.189 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.189 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml 19:11:04.257 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.257 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml. 0s75ms [pure insertion] marking any relevant derived attributes for update...19:11:04.257 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.257 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.257 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml... 19:11:04.257 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.259 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.259 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml... 19:11:04.259 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml 19:11:04.264 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.264 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml 19:11:04.264 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.264 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:04.264 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.264 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.265 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml... 19:11:04.265 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.266 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.266 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml... 19:11:04.266 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml 19:11:04.270 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.271 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml 19:11:04.271 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.271 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:04.271 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.271 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.271 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml... 19:11:04.271 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.273 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.273 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml... 19:11:04.273 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml 19:11:04.278 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.278 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml 19:11:04.278 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.278 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:04.278 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.278 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.279 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml... 19:11:04.279 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.280 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.280 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml... 19:11:04.280 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml 19:11:04.285 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.285 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml 19:11:04.286 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.286 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:04.286 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.286 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.286 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml... 19:11:04.286 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.293 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.293 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml... 19:11:04.294 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml 19:11:04.354 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.354 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml 19:11:04.354 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.354 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml. 0s68ms [pure insertion] marking any relevant derived attributes for update...19:11:04.354 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.354 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.355 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml... 19:11:04.355 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.357 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.357 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml... 19:11:04.357 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml 19:11:04.364 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.364 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml 19:11:04.364 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.364 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...19:11:04.364 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.364 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.365 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml... 19:11:04.365 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.366 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.366 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml... 19:11:04.367 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml 19:11:04.372 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.372 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml 19:11:04.372 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.372 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:04.372 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.372 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.373 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml... 19:11:04.373 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.374 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.374 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml... 19:11:04.374 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml 19:11:04.380 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:04.380 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml 19:11:04.380 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:04.380 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:04.380 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.380 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.381 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml... 19:11:04.381 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.382 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.382 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml... 19:11:04.382 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml 19:11:04.386 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.386 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml 19:11:04.387 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.387 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:04.387 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.387 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.387 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml... 19:11:04.387 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.389 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.389 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml... 19:11:04.389 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml 19:11:04.396 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 19:11:04.396 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml 19:11:04.450 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 19:11:04.450 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml. 0s63ms [pure insertion] marking any relevant derived attributes for update...19:11:04.450 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.451 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.451 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml... 19:11:04.451 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.453 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.453 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml... 19:11:04.454 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml 19:11:04.461 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.461 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml 19:11:04.461 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.462 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...19:11:04.462 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.462 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.462 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml... 19:11:04.462 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.464 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.464 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml... 19:11:04.464 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml 19:11:04.468 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:04.468 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml 19:11:04.468 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.468 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:04.468 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.468 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.469 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 19:11:04.469 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.470 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.470 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 19:11:04.471 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml 19:11:04.476 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.476 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml 19:11:04.476 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.476 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:04.476 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.476 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.477 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml... 19:11:04.477 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.479 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.479 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml... 19:11:04.479 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml 19:11:04.485 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.485 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml 19:11:04.485 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.485 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:04.485 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.485 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.486 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml... 19:11:04.486 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.487 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.487 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml... 19:11:04.487 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml 19:11:04.553 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:04.553 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml 19:11:04.554 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:04.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml. 0s68ms [pure insertion] marking any relevant derived attributes for update...19:11:04.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 19:11:04.554 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.556 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.556 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 19:11:04.556 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml 19:11:04.561 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.561 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml 19:11:04.561 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.561 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:04.561 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.561 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.562 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml... 19:11:04.562 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.563 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.563 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml... 19:11:04.563 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml 19:11:04.569 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:04.569 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml 19:11:04.569 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:04.569 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:04.569 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.569 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.570 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml... 19:11:04.570 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.571 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.571 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml... 19:11:04.571 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml 19:11:04.576 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.576 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml 19:11:04.576 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.576 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:04.576 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.576 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.577 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml... 19:11:04.577 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.578 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.578 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml... 19:11:04.578 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml 19:11:04.583 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.583 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml 19:11:04.583 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.583 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:04.583 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.583 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.583 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml... 19:11:04.583 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.585 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.585 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml... 19:11:04.585 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml 19:11:04.590 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.590 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml 19:11:04.590 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.590 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:04.590 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.590 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.590 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml... 19:11:04.590 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.592 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.592 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml... 19:11:04.592 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml 19:11:04.597 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 19:11:04.597 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml 19:11:04.598 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:04.598 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:04.598 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.598 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.649 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml... 19:11:04.649 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.651 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.651 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml... 19:11:04.651 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml 19:11:04.657 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:04.657 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml 19:11:04.658 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:04.658 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...19:11:04.658 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.658 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.658 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml... 19:11:04.658 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.660 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.660 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml... 19:11:04.661 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml 19:11:04.664 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:04.664 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml 19:11:04.664 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.664 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:04.664 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.664 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.665 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 19:11:04.665 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.667 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.667 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 19:11:04.667 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml 19:11:04.673 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 19:11:04.673 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml 19:11:04.673 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:04.673 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:04.673 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:04.674 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:04.674 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml... 19:11:04.674 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.675 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.675 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml... 19:11:04.675 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml 19:11:04.680 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.680 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml 19:11:04.680 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.680 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:04.680 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.680 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.681 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml... 19:11:04.681 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.682 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.682 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml... 19:11:04.683 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml 19:11:04.687 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.687 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml 19:11:04.687 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.687 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:04.687 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.687 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.688 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml... 19:11:04.688 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.689 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.689 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml... 19:11:04.689 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml 19:11:04.753 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:04.753 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml 19:11:04.753 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:04.753 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml. 0s65ms [pure insertion] marking any relevant derived attributes for update...19:11:04.753 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.753 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.754 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml... 19:11:04.754 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.756 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.756 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml... 19:11:04.756 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml 19:11:04.764 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 13 NODES AND 65 M->MM REFERENCES! (took ~0sec) 19:11:04.764 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml 19:11:04.766 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 19:11:04.766 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...19:11:04.766 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.766 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.767 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml... 19:11:04.767 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.768 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.768 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml... 19:11:04.769 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml 19:11:04.773 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.773 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml 19:11:04.774 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.774 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:04.774 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.774 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.774 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml... 19:11:04.774 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.775 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.775 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml... 19:11:04.776 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml 19:11:04.780 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.780 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml 19:11:04.780 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.780 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:04.780 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.780 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.781 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml... 19:11:04.781 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.783 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.783 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml... 19:11:04.783 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml 19:11:04.953 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 7 M->MM REFERENCES! (took ~0sec) 19:11:04.953 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml 19:11:04.953 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.953 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml. 0s172ms [pure insertion] marking any relevant derived attributes for update...19:11:04.953 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.953 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.956 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml... 19:11:04.956 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.958 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.958 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml... 19:11:04.959 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml 19:11:04.970 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 NODES AND 115 M->MM REFERENCES! (took ~0sec) 19:11:04.970 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml 19:11:04.974 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 19:11:04.974 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...19:11:04.974 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.974 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.975 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml... 19:11:04.975 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.976 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.976 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml... 19:11:04.977 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml 19:11:04.984 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 19:11:04.984 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml 19:11:04.985 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 19:11:04.985 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...19:11:04.985 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.985 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.986 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml... 19:11:04.986 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:04.987 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:04.987 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml... 19:11:04.987 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml 19:11:04.992 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:04.992 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml 19:11:04.992 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:04.992 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:04.992 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:04.992 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:04.993 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml... 19:11:04.993 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.050 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.050 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml... 19:11:05.051 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml 19:11:05.060 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 19:11:05.060 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml 19:11:05.061 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 19:11:05.061 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml. 0s68ms [pure insertion] marking any relevant derived attributes for update...19:11:05.061 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:05.062 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:05.062 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml... 19:11:05.062 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.063 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.063 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml... 19:11:05.064 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml 19:11:05.068 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:05.068 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml 19:11:05.068 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:05.068 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:05.068 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:05.068 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:05.069 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml... 19:11:05.069 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.070 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.070 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml... 19:11:05.071 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml 19:11:05.076 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:05.076 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml 19:11:05.076 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:05.076 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:05.076 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:05.076 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:05.077 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml... 19:11:05.077 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.079 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.079 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml... 19:11:05.079 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml 19:11:05.365 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 19:11:05.365 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml 19:11:05.366 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 19:11:05.366 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml. 0s289ms [pure insertion] marking any relevant derived attributes for update...19:11:05.366 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:05.366 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:05.367 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml... 19:11:05.367 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.368 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.368 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml... 19:11:05.369 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml 19:11:05.373 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:05.373 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml 19:11:05.373 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:05.373 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:05.373 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:05.373 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:05.374 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml... 19:11:05.374 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.375 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.375 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml... 19:11:05.376 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml 19:11:05.380 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:05.381 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml 19:11:05.381 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:05.381 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:05.381 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:05.381 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:05.382 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml... 19:11:05.382 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.384 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.384 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml... 19:11:05.385 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml 19:11:05.554 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:05.554 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml 19:11:05.554 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:05.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml. 0s172ms [pure insertion] marking any relevant derived attributes for update...19:11:05.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:05.555 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:05.555 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml... 19:11:05.555 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.557 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.557 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml... 19:11:05.557 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml 19:11:05.565 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 19:11:05.565 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml 19:11:05.565 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:11:05.565 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...19:11:05.565 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:05.565 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:05.566 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml... 19:11:05.566 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.567 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.567 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml... 19:11:05.567 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml 19:11:05.572 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:05.572 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml 19:11:05.572 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:05.572 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:05.572 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:05.572 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:05.573 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml... 19:11:05.573 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.574 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.574 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml... 19:11:05.574 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml 19:11:05.684 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:05.685 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml 19:11:05.685 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:05.685 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml. 0s112ms [pure insertion] marking any relevant derived attributes for update...19:11:05.685 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:05.685 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:05.685 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml... 19:11:05.685 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.687 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.687 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml... 19:11:05.687 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml 19:11:05.691 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:05.691 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml 19:11:05.691 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:05.691 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:05.691 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:05.692 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:05.692 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml... 19:11:05.692 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.693 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.693 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml... 19:11:05.693 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml 19:11:05.750 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:05.750 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml 19:11:05.750 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:05.750 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml. 0s58ms [pure insertion] marking any relevant derived attributes for update...19:11:05.750 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:05.750 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:05.751 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml... 19:11:05.751 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.752 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.752 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml... 19:11:05.752 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml 19:11:05.864 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 8 NODES AND 43 M->MM REFERENCES! (took ~0sec) 19:11:05.864 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml 19:11:05.865 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 19:11:05.865 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml. 0s114ms [pure insertion] marking any relevant derived attributes for update...19:11:05.865 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:05.865 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:05.866 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml... 19:11:05.866 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.867 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.867 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml... 19:11:05.867 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml 19:11:05.871 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:05.871 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml 19:11:05.872 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:05.872 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:05.872 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:05.872 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:05.872 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml... 19:11:05.872 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.873 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.873 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml... 19:11:05.874 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml 19:11:05.878 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:05.878 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml 19:11:05.879 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:05.879 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:05.879 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:05.879 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:05.879 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml... 19:11:05.879 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.881 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.881 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml... 19:11:05.882 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml 19:11:05.886 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:05.886 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml 19:11:05.886 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:05.886 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:05.886 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:05.887 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:05.887 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 19:11:05.887 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.889 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.889 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 19:11:05.889 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml 19:11:05.893 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:05.893 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml 19:11:05.893 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:05.893 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:05.893 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:05.893 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:05.894 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml... 19:11:05.894 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:05.950 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:05.950 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml... 19:11:05.951 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml 19:11:06.151 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:06.151 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml 19:11:06.152 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.152 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml. 0s258ms [pure insertion] marking any relevant derived attributes for update...19:11:06.152 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.152 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.152 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml... 19:11:06.152 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.153 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.154 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml... 19:11:06.154 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml 19:11:06.158 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.158 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml 19:11:06.159 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.159 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:06.159 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.159 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.159 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml... 19:11:06.159 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.160 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.160 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml... 19:11:06.161 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml 19:11:06.166 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.166 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml 19:11:06.166 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.166 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:06.166 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.166 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.167 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml... 19:11:06.167 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.169 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.169 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml... 19:11:06.169 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml 19:11:06.174 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.174 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml 19:11:06.174 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.174 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:06.174 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.174 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.175 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml... 19:11:06.175 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.176 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.176 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml... 19:11:06.176 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml 19:11:06.181 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.181 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml 19:11:06.183 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.183 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:06.183 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.183 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.184 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml... 19:11:06.184 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.185 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.185 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml... 19:11:06.185 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml 19:11:06.189 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.189 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml 19:11:06.190 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.190 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:06.190 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.190 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.190 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml... 19:11:06.190 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.191 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.191 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml... 19:11:06.192 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml 19:11:06.251 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.251 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml 19:11:06.251 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.251 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml. 0s61ms [pure insertion] marking any relevant derived attributes for update...19:11:06.251 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.251 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.252 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml... 19:11:06.252 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.254 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.254 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml... 19:11:06.254 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml 19:11:06.259 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.259 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml 19:11:06.259 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.259 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:06.259 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:06.260 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:06.260 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml... 19:11:06.260 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.262 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.262 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml... 19:11:06.262 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml 19:11:06.265 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:06.265 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml 19:11:06.265 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.265 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...19:11:06.265 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.265 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.266 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml... 19:11:06.266 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.267 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.267 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml... 19:11:06.267 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml 19:11:06.272 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.272 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml 19:11:06.272 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.272 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:06.272 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:06.273 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:06.273 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 19:11:06.273 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.274 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.274 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 19:11:06.274 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml 19:11:06.279 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.279 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml 19:11:06.279 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.279 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:06.279 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.279 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.280 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml... 19:11:06.280 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.281 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.281 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml... 19:11:06.281 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml 19:11:06.288 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 19:11:06.288 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml 19:11:06.288 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:06.288 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:06.288 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.288 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.289 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml... 19:11:06.289 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.290 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.290 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml... 19:11:06.291 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml 19:11:06.351 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.351 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml 19:11:06.351 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.351 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml. 0s62ms [pure insertion] marking any relevant derived attributes for update...19:11:06.351 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.351 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.352 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml... 19:11:06.352 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.353 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.353 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml... 19:11:06.353 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml 19:11:06.358 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.358 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml 19:11:06.358 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.358 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:06.358 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.358 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.359 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml... 19:11:06.359 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.360 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.360 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml... 19:11:06.360 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml 19:11:06.365 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.365 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml 19:11:06.365 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.365 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:06.365 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.365 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.366 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml... 19:11:06.366 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.367 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.367 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml... 19:11:06.367 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml 19:11:06.373 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:06.373 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml 19:11:06.374 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:06.374 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:06.374 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.374 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.375 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml... 19:11:06.375 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.376 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.376 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml... 19:11:06.377 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml 19:11:06.381 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.381 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml 19:11:06.382 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.382 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:06.382 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.382 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.382 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml... 19:11:06.382 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.384 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.384 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml... 19:11:06.384 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml 19:11:06.389 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:06.389 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml 19:11:06.389 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:06.389 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:06.389 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.389 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.390 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml... 19:11:06.390 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.392 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.392 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml... 19:11:06.392 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml 19:11:06.450 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:06.450 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml 19:11:06.450 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.450 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml. 0s60ms [pure insertion] marking any relevant derived attributes for update...19:11:06.450 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.450 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.451 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml... 19:11:06.451 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.452 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.452 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml... 19:11:06.453 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml 19:11:06.458 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:06.458 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml 19:11:06.461 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.461 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...19:11:06.461 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.461 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.462 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml... 19:11:06.462 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.464 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.464 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml... 19:11:06.464 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml 19:11:06.475 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 19:11:06.475 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml 19:11:06.476 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:11:06.476 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...19:11:06.476 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.476 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.477 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml... 19:11:06.477 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.479 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.479 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml... 19:11:06.479 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml 19:11:06.486 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.486 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml 19:11:06.486 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.486 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...19:11:06.486 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.486 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.487 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml... 19:11:06.487 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.489 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.489 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml... 19:11:06.489 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml 19:11:06.552 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 19:11:06.552 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml 19:11:06.554 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 19:11:06.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml. 0s67ms [pure insertion] marking any relevant derived attributes for update...19:11:06.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml... 19:11:06.554 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.555 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.555 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml... 19:11:06.556 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml 19:11:06.560 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.560 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml 19:11:06.560 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.560 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:06.560 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.560 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.561 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml... 19:11:06.561 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.562 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.562 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml... 19:11:06.562 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml 19:11:06.662 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:06.662 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml 19:11:06.663 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.663 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml. 0s102ms [pure insertion] marking any relevant derived attributes for update...19:11:06.663 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.663 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.663 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 100/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (3 sec, 3 sec total) 19:11:06.663 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml... 19:11:06.663 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.665 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.665 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml... 19:11:06.665 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml 19:11:06.670 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.670 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml 19:11:06.670 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.670 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:06.670 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.670 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.671 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml... 19:11:06.671 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.672 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.672 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml... 19:11:06.673 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml 19:11:06.678 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:06.678 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml 19:11:06.678 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.678 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:06.678 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.678 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.679 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml... 19:11:06.679 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.680 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.680 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml... 19:11:06.680 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml 19:11:06.685 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.685 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml 19:11:06.685 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.685 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:06.685 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.685 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.685 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml... 19:11:06.685 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.686 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.686 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml... 19:11:06.687 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml 19:11:06.691 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.691 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml 19:11:06.691 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.691 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:06.691 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.691 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.692 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml... 19:11:06.692 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.693 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.693 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml... 19:11:06.693 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml 19:11:06.754 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:06.754 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml 19:11:06.754 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:06.754 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml. 0s62ms [pure insertion] marking any relevant derived attributes for update...19:11:06.754 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.754 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.755 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml... 19:11:06.755 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.756 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.756 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml... 19:11:06.756 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml 19:11:06.760 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.761 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml 19:11:06.761 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.761 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:06.761 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.761 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.762 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml... 19:11:06.762 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.763 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.763 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml... 19:11:06.763 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml 19:11:06.793 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 19:11:06.793 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml 19:11:06.794 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.794 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml. 0s32ms [pure insertion] marking any relevant derived attributes for update...19:11:06.794 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.794 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.794 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml... 19:11:06.794 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.796 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.796 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml... 19:11:06.796 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml 19:11:06.852 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.852 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml 19:11:06.853 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.853 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml. 0s59ms [pure insertion] marking any relevant derived attributes for update...19:11:06.853 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.853 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.853 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml... 19:11:06.853 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.854 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.854 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml... 19:11:06.855 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml 19:11:06.859 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.859 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml 19:11:06.860 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.860 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:06.860 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.860 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.860 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml... 19:11:06.860 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.862 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.862 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml... 19:11:06.862 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml 19:11:06.867 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.867 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml 19:11:06.867 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.867 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:06.867 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.867 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.868 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml... 19:11:06.868 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.869 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.869 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml... 19:11:06.869 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml 19:11:06.873 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.873 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml 19:11:06.874 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.874 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:06.874 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.874 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.874 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml... 19:11:06.874 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.875 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.876 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml... 19:11:06.876 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml 19:11:06.880 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.880 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml 19:11:06.880 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.880 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:06.880 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.880 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.881 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml... 19:11:06.881 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.882 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.882 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml... 19:11:06.882 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml 19:11:06.886 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.886 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml 19:11:06.886 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.886 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...19:11:06.886 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:06.887 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:06.887 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml... 19:11:06.887 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.888 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.888 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml... 19:11:06.888 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml 19:11:06.950 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.950 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml 19:11:06.951 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.951 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml. 0s64ms [pure insertion] marking any relevant derived attributes for update...19:11:06.951 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.951 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.951 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml... 19:11:06.952 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.953 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.953 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml... 19:11:06.953 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml 19:11:06.961 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:06.961 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml 19:11:06.961 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.961 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...19:11:06.961 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:06.962 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:06.962 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml... 19:11:06.962 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.963 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.963 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml... 19:11:06.963 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml 19:11:06.966 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:06.966 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml 19:11:06.966 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.966 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...19:11:06.967 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.967 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.967 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml... 19:11:06.967 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.968 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.968 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml... 19:11:06.968 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml 19:11:06.973 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:06.973 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml 19:11:06.973 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:06.973 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:06.973 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:06.973 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:06.973 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml... 19:11:06.974 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:06.975 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:06.975 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml... 19:11:06.975 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml 19:11:07.072 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:07.072 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml 19:11:07.072 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.072 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml. 0s99ms [pure insertion] marking any relevant derived attributes for update...19:11:07.072 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.072 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.073 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml... 19:11:07.073 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.075 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.075 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml... 19:11:07.075 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml 19:11:07.081 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.081 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml 19:11:07.081 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.081 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:07.081 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:07.082 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:07.082 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 19:11:07.082 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.084 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.084 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 19:11:07.084 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml 19:11:07.091 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.091 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml 19:11:07.091 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.091 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...19:11:07.091 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.091 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.092 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml... 19:11:07.092 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.093 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.093 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml... 19:11:07.093 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml 19:11:07.155 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.155 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml 19:11:07.155 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.155 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml. 0s63ms [pure insertion] marking any relevant derived attributes for update...19:11:07.155 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.155 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.156 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml... 19:11:07.156 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.157 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.163 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml... 19:11:07.164 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml 19:11:07.172 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.172 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml 19:11:07.172 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.172 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...19:11:07.172 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.172 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.173 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml... 19:11:07.173 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.175 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.175 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml... 19:11:07.175 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml 19:11:07.184 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:07.184 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml 19:11:07.184 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:07.184 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...19:11:07.184 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.184 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.185 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml... 19:11:07.185 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.186 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.186 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml... 19:11:07.187 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml 19:11:07.193 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:07.193 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml 19:11:07.193 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:07.193 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:07.193 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.193 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.194 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml... 19:11:07.194 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.195 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.195 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml... 19:11:07.195 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml 19:11:07.252 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.252 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml 19:11:07.252 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.252 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml. 0s58ms [pure insertion] marking any relevant derived attributes for update...19:11:07.252 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.252 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.253 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml... 19:11:07.253 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.254 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.254 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml... 19:11:07.255 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml 19:11:07.263 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 19:11:07.263 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml 19:11:07.263 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:07.263 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...19:11:07.263 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:07.264 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:07.264 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml... 19:11:07.264 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.265 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.265 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml... 19:11:07.266 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml 19:11:07.272 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.272 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml 19:11:07.272 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.272 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:07.273 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:07.273 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:07.273 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml... 19:11:07.273 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.275 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.275 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml... 19:11:07.275 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml 19:11:07.281 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.281 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml 19:11:07.281 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.281 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:07.282 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.282 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.282 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml... 19:11:07.282 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.284 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.284 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml... 19:11:07.284 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml 19:11:07.290 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.290 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml 19:11:07.290 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.290 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:07.290 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:07.291 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:07.291 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml... 19:11:07.291 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.292 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.349 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml... 19:11:07.350 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml 19:11:07.356 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.356 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml 19:11:07.357 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.357 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...19:11:07.357 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.357 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.358 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml... 19:11:07.358 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.360 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.360 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml... 19:11:07.360 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml 19:11:07.367 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:07.367 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml 19:11:07.368 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.368 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...19:11:07.368 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.368 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.369 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml... 19:11:07.369 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.370 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.370 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml... 19:11:07.371 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml 19:11:07.375 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:07.375 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml 19:11:07.375 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.375 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:07.375 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.375 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.376 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml... 19:11:07.376 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.377 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.377 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml... 19:11:07.377 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml 19:11:07.382 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.383 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml 19:11:07.383 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.383 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:07.383 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.383 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.383 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 19:11:07.383 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.384 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.384 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 19:11:07.385 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml 19:11:07.390 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.390 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml 19:11:07.390 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.390 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:07.390 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.390 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.391 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 19:11:07.391 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.392 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.392 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 19:11:07.392 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 19:11:07.597 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 19:11:07.597 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 19:11:07.598 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 19:11:07.598 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s207ms [pure insertion] marking any relevant derived attributes for update...19:11:07.598 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:07.599 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:07.599 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml... 19:11:07.599 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.600 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.600 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml... 19:11:07.601 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml 19:11:07.656 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 19:11:07.656 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml 19:11:07.656 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:07.656 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml. 0s57ms [pure insertion] marking any relevant derived attributes for update...19:11:07.656 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.656 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.657 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml... 19:11:07.657 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.659 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.659 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml... 19:11:07.659 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml 19:11:07.665 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.665 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml 19:11:07.666 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.666 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...19:11:07.666 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.666 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.666 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml... 19:11:07.666 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.668 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.668 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml... 19:11:07.668 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml 19:11:07.674 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.674 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml 19:11:07.674 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.674 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:07.674 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.675 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.676 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml... 19:11:07.676 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.677 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.677 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml... 19:11:07.677 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml 19:11:07.688 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 19:11:07.688 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml 19:11:07.690 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 19:11:07.690 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...19:11:07.690 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.690 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.690 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml... 19:11:07.690 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.691 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.691 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml... 19:11:07.692 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml 19:11:07.752 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.752 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml 19:11:07.752 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.752 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml. 0s63ms [pure insertion] marking any relevant derived attributes for update...19:11:07.753 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.753 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.753 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml... 19:11:07.753 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.754 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.754 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml... 19:11:07.755 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml 19:11:07.758 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:07.758 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml 19:11:07.758 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.759 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:07.759 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.759 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.759 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml... 19:11:07.759 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.760 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.760 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml... 19:11:07.761 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml 19:11:07.766 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.766 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml 19:11:07.766 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.766 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:07.766 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.766 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.767 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 19:11:07.767 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.768 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.768 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 19:11:07.768 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml 19:11:07.774 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.774 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml 19:11:07.774 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.774 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:07.774 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.774 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.775 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml... 19:11:07.775 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.776 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.776 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml... 19:11:07.777 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml 19:11:07.782 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.782 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml 19:11:07.782 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.782 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:07.782 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.782 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.783 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml... 19:11:07.783 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.784 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.784 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml... 19:11:07.784 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml 19:11:07.788 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:07.788 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml 19:11:07.789 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.789 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:07.789 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.789 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.789 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml... 19:11:07.789 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.791 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.791 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml... 19:11:07.791 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml 19:11:07.859 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.859 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml 19:11:07.859 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.859 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml. 0s70ms [pure insertion] marking any relevant derived attributes for update...19:11:07.859 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.859 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.860 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml... 19:11:07.860 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.862 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.862 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml... 19:11:07.862 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml 19:11:07.875 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 18 NODES AND 90 M->MM REFERENCES! (took ~0sec) 19:11:07.875 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml 19:11:07.879 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 19:11:07.879 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml. 0s19ms [pure insertion] marking any relevant derived attributes for update...19:11:07.879 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.879 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.879 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml... 19:11:07.879 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.881 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.881 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml... 19:11:07.881 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml 19:11:07.887 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.887 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml 19:11:07.887 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.887 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:07.887 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.887 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.888 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml... 19:11:07.888 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.889 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.889 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml... 19:11:07.889 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml 19:11:07.895 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.895 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml 19:11:07.895 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.895 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:07.895 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.895 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.949 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml... 19:11:07.949 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.951 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.951 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml... 19:11:07.951 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml 19:11:07.957 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.957 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml 19:11:07.957 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.957 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:07.957 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.957 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.957 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml... 19:11:07.958 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.959 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.959 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml... 19:11:07.959 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml 19:11:07.964 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.964 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml 19:11:07.965 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.965 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:07.965 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.965 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.965 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml... 19:11:07.965 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.966 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.967 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml... 19:11:07.967 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml 19:11:07.973 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.973 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml 19:11:07.973 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.973 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:07.973 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.973 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.974 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml... 19:11:07.974 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.975 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.975 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml... 19:11:07.975 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml 19:11:07.982 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:07.982 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml 19:11:07.982 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:07.982 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:07.982 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.982 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.982 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml... 19:11:07.982 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:07.983 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:07.984 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml... 19:11:07.984 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml 19:11:07.989 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:07.989 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml 19:11:07.990 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:07.990 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:07.990 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:07.990 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:07.990 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml... 19:11:07.990 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.050 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.050 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml... 19:11:08.050 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml 19:11:08.056 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.056 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml 19:11:08.056 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.056 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...19:11:08.056 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.056 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.057 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml... 19:11:08.057 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.058 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.058 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml... 19:11:08.058 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml 19:11:08.064 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.064 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml 19:11:08.064 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.064 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:08.064 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.064 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.065 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml... 19:11:08.065 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.066 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.066 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml... 19:11:08.066 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml 19:11:08.179 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:08.179 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml 19:11:08.180 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.180 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml. 0s115ms [pure insertion] marking any relevant derived attributes for update...19:11:08.180 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.180 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.180 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml... 19:11:08.180 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.182 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.182 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml... 19:11:08.182 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml 19:11:08.187 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.187 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml 19:11:08.188 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.188 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:08.188 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.188 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.188 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml... 19:11:08.188 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.189 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.189 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml... 19:11:08.190 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml 19:11:08.227 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.227 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml 19:11:08.227 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.227 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml. 0s39ms [pure insertion] marking any relevant derived attributes for update...19:11:08.227 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.227 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.228 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml... 19:11:08.228 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.229 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.229 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml... 19:11:08.229 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml 19:11:08.233 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:08.233 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml 19:11:08.233 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.233 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...19:11:08.233 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.233 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.249 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml... 19:11:08.249 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.250 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.250 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml... 19:11:08.251 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml 19:11:08.257 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:08.257 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml 19:11:08.257 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:08.257 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:08.257 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:08.258 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:08.258 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 19:11:08.258 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.259 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.259 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 19:11:08.260 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml 19:11:08.265 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.265 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml 19:11:08.265 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.265 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:08.265 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.265 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.266 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml... 19:11:08.266 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.267 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.267 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml... 19:11:08.267 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml 19:11:08.273 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.273 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml 19:11:08.274 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.274 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:08.274 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.274 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.274 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 19:11:08.274 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.276 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.276 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 19:11:08.276 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml 19:11:08.283 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.283 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml 19:11:08.283 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.283 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...19:11:08.284 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.284 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.284 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml... 19:11:08.284 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.286 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.286 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml... 19:11:08.286 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml 19:11:08.350 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 34 M->MM REFERENCES! (took ~0sec) 19:11:08.350 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml 19:11:08.351 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 19:11:08.351 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml. 0s67ms [pure insertion] marking any relevant derived attributes for update...19:11:08.351 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.351 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.352 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml... 19:11:08.352 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.354 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.354 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml... 19:11:08.354 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml 19:11:08.366 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 19:11:08.366 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml 19:11:08.366 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:08.366 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...19:11:08.366 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.366 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.367 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml... 19:11:08.367 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.369 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.369 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml... 19:11:08.369 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml 19:11:08.377 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.378 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml 19:11:08.378 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.378 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...19:11:08.378 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.378 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.379 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml... 19:11:08.379 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.380 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.380 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml... 19:11:08.381 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml 19:11:08.394 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 19:11:08.394 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml 19:11:08.395 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 19:11:08.395 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...19:11:08.395 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.395 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.397 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 19:11:08.397 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.398 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.398 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 19:11:08.398 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml 19:11:08.455 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.455 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml 19:11:08.455 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.455 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml. 0s58ms [pure insertion] marking any relevant derived attributes for update...19:11:08.456 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.456 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.456 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 19:11:08.456 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.457 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.457 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 19:11:08.458 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml 19:11:08.463 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.463 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml 19:11:08.463 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.464 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:08.464 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.464 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.464 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml... 19:11:08.464 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.465 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.465 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml... 19:11:08.466 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml 19:11:08.473 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:08.473 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml 19:11:08.474 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:08.474 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...19:11:08.474 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.474 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.474 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml... 19:11:08.474 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.476 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.476 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml... 19:11:08.476 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml 19:11:08.593 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:08.593 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml 19:11:08.593 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.593 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml. 0s119ms [pure insertion] marking any relevant derived attributes for update...19:11:08.593 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.593 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.594 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml... 19:11:08.594 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.596 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.596 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml... 19:11:08.596 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml 19:11:08.654 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.654 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml 19:11:08.654 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.654 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml. 0s60ms [pure insertion] marking any relevant derived attributes for update...19:11:08.654 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.655 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.655 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml... 19:11:08.655 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.657 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.657 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml... 19:11:08.657 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml 19:11:08.661 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:08.661 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml 19:11:08.661 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.661 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:08.661 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:08.662 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:08.662 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml... 19:11:08.662 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.663 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.663 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml... 19:11:08.664 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml 19:11:08.670 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.670 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml 19:11:08.670 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.670 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:08.670 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.670 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.671 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml... 19:11:08.671 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.672 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.672 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml... 19:11:08.672 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml 19:11:08.678 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.678 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml 19:11:08.678 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.678 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:08.678 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.678 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.679 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml... 19:11:08.679 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.680 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.680 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml... 19:11:08.681 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml 19:11:08.686 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.686 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml 19:11:08.687 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.687 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:08.687 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.687 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.687 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml... 19:11:08.687 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.689 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.689 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml... 19:11:08.689 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml 19:11:08.750 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.750 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml 19:11:08.750 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.750 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml. 0s63ms [pure insertion] marking any relevant derived attributes for update...19:11:08.750 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.750 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.751 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml... 19:11:08.751 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.752 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.752 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml... 19:11:08.753 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml 19:11:08.758 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.758 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml 19:11:08.759 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.759 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:08.759 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.759 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.760 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 19:11:08.760 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.761 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.761 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 19:11:08.761 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 19:11:08.966 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 19:11:08.966 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 19:11:08.967 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 19:11:08.967 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s207ms [pure insertion] marking any relevant derived attributes for update...19:11:08.967 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.967 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.968 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml... 19:11:08.968 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.969 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.969 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml... 19:11:08.969 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml 19:11:08.976 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.976 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml 19:11:08.976 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.976 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:08.976 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:08.976 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:08.976 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml... 19:11:08.976 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.978 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.978 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml... 19:11:08.978 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml 19:11:08.984 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.984 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml 19:11:08.984 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:08.984 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:08.984 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:08.985 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:08.985 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml... 19:11:08.985 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:08.987 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:08.987 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml... 19:11:08.987 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml 19:11:08.992 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:08.992 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml 19:11:09.049 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.050 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml. 0s65ms [pure insertion] marking any relevant derived attributes for update...19:11:09.050 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.050 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.050 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml... 19:11:09.050 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.052 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.052 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml... 19:11:09.052 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml 19:11:09.058 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.058 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml 19:11:09.058 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.058 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:09.058 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.058 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.059 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml... 19:11:09.059 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.060 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.060 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml... 19:11:09.060 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml 19:11:09.066 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.066 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml 19:11:09.066 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.066 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:09.066 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.066 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.067 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml... 19:11:09.067 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.068 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.068 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml... 19:11:09.068 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml 19:11:09.074 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.074 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml 19:11:09.074 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.074 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:09.074 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.074 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.075 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml... 19:11:09.075 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.077 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.077 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml... 19:11:09.077 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml 19:11:09.086 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 19:11:09.086 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml 19:11:09.088 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 19:11:09.088 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml. 0s13ms [pure insertion] marking any relevant derived attributes for update...19:11:09.088 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.088 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.089 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 19:11:09.089 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.090 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.090 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 19:11:09.090 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml 19:11:09.096 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.096 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml 19:11:09.096 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.096 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:09.096 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.096 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.097 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml... 19:11:09.097 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.098 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.098 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml... 19:11:09.099 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml 19:11:09.280 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 19:11:09.280 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml 19:11:09.280 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:09.280 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml. 0s183ms [pure insertion] marking any relevant derived attributes for update...19:11:09.280 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.280 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.281 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml... 19:11:09.281 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.283 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.283 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml... 19:11:09.283 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml 19:11:09.293 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 19:11:09.293 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml 19:11:09.295 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 19:11:09.295 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...19:11:09.295 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.295 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.296 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml... 19:11:09.296 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.297 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.297 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml... 19:11:09.298 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml 19:11:09.354 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.354 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml 19:11:09.355 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.355 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml. 0s59ms [pure insertion] marking any relevant derived attributes for update...19:11:09.355 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.355 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.355 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml... 19:11:09.355 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.357 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.357 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml... 19:11:09.357 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml 19:11:09.361 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.361 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml 19:11:09.361 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.361 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:09.362 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.362 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.362 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml... 19:11:09.362 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.363 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.363 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml... 19:11:09.363 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml 19:11:09.368 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.368 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml 19:11:09.368 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.368 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:09.368 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.368 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.368 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml... 19:11:09.368 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.370 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.371 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml... 19:11:09.371 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml 19:11:09.463 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:09.463 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml 19:11:09.463 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.463 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml. 0s95ms [pure insertion] marking any relevant derived attributes for update...19:11:09.463 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:09.464 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:09.464 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml... 19:11:09.464 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.465 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.465 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml... 19:11:09.466 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml 19:11:09.470 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.470 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml 19:11:09.470 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.470 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:09.470 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.470 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.471 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml... 19:11:09.471 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.472 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.472 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml... 19:11:09.472 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml 19:11:09.476 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.476 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml 19:11:09.477 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.477 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:09.477 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.477 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.477 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml... 19:11:09.477 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.478 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.478 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml... 19:11:09.479 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml 19:11:09.483 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:09.483 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml 19:11:09.483 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:09.483 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:09.483 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:09.484 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:09.484 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 19:11:09.484 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.485 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.485 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 19:11:09.485 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml 19:11:09.489 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.489 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml 19:11:09.490 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.490 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:09.490 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.490 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.491 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml... 19:11:09.491 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.492 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.492 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml... 19:11:09.492 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml 19:11:09.552 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 19:11:09.552 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml 19:11:09.554 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 19:11:09.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml. 0s63ms [pure insertion] marking any relevant derived attributes for update...19:11:09.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.555 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml... 19:11:09.555 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.556 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.556 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml... 19:11:09.557 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml 19:11:09.561 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.561 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml 19:11:09.561 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.561 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:09.561 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:09.562 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:09.562 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 200/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (2 sec, 6 sec total) 19:11:09.562 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml... 19:11:09.562 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.564 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.564 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml... 19:11:09.564 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml 19:11:09.568 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.568 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml 19:11:09.568 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.568 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:09.568 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.568 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.569 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml... 19:11:09.569 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.570 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.570 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml... 19:11:09.570 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml 19:11:09.574 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.574 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml 19:11:09.574 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.574 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...19:11:09.574 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:09.575 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:09.575 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml... 19:11:09.575 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.576 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.576 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml... 19:11:09.577 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml 19:11:09.581 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.581 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml 19:11:09.581 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.581 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:09.581 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.581 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.582 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml... 19:11:09.582 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.583 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.583 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml... 19:11:09.583 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml 19:11:09.588 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.588 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml 19:11:09.588 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.588 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:09.588 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.588 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.588 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml... 19:11:09.588 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.590 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.590 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml... 19:11:09.590 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml 19:11:09.595 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 19:11:09.595 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml 19:11:09.595 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:09.595 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:09.595 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.595 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.596 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml... 19:11:09.596 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.650 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.650 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml... 19:11:09.650 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml 19:11:09.655 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:09.655 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml 19:11:09.655 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:09.655 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml. 0s59ms [pure insertion] marking any relevant derived attributes for update...19:11:09.655 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:09.656 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:09.656 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml... 19:11:09.656 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.657 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.657 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml... 19:11:09.658 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml 19:11:09.662 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.662 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml 19:11:09.662 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.662 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:09.662 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.662 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.663 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 19:11:09.663 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.664 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.664 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 19:11:09.664 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml 19:11:09.670 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:09.670 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml 19:11:09.670 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:09.670 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:09.670 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.670 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.671 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml... 19:11:09.671 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.672 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.672 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml... 19:11:09.672 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml 19:11:09.677 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 19:11:09.677 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml 19:11:09.678 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:09.678 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:09.678 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.678 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.678 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml... 19:11:09.678 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.680 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.680 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml... 19:11:09.680 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml 19:11:09.684 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:09.684 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml 19:11:09.684 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:09.684 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:09.684 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:09.685 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:09.685 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 19:11:09.685 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.686 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.686 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 19:11:09.686 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 19:11:09.811 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 19:11:09.811 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 19:11:09.811 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:09.811 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s126ms [pure insertion] marking any relevant derived attributes for update...19:11:09.811 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.811 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.812 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml... 19:11:09.812 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.813 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.813 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml... 19:11:09.814 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml 19:11:09.855 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 19:11:09.855 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml 19:11:09.857 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 19:11:09.857 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml. 0s45ms [pure insertion] marking any relevant derived attributes for update...19:11:09.857 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.857 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.858 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 19:11:09.858 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.859 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.859 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 19:11:09.860 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml 19:11:09.865 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 19:11:09.865 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml 19:11:09.865 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:09.865 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:09.865 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.865 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.866 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml... 19:11:09.866 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.867 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.867 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml... 19:11:09.867 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml 19:11:09.871 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.871 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml 19:11:09.871 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.871 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...19:11:09.871 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.871 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.872 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml... 19:11:09.872 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.873 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.873 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml... 19:11:09.873 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml 19:11:09.878 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:09.878 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml 19:11:09.878 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:09.878 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:09.878 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.878 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.879 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml... 19:11:09.879 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.880 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.880 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml... 19:11:09.880 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml 19:11:09.884 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.884 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml 19:11:09.884 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.884 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...19:11:09.884 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.884 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.884 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml... 19:11:09.884 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.885 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.885 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml... 19:11:09.886 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml 19:11:09.951 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:09.951 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml 19:11:09.951 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:09.951 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml. 0s67ms [pure insertion] marking any relevant derived attributes for update...19:11:09.951 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.951 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.952 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml... 19:11:09.952 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.953 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.954 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml... 19:11:09.954 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml 19:11:09.958 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.958 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml 19:11:09.959 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.959 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:09.959 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.959 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.959 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml... 19:11:09.959 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.960 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.960 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml... 19:11:09.961 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml 19:11:09.965 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.965 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml 19:11:09.965 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.965 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:09.965 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.965 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.965 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml... 19:11:09.965 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.966 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.966 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml... 19:11:09.967 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml 19:11:09.970 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.970 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml 19:11:09.971 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.971 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:09.971 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.971 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.971 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml... 19:11:09.971 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.972 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.972 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml... 19:11:09.972 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml 19:11:09.977 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.977 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml 19:11:09.977 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.977 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:09.977 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.977 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.977 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml... 19:11:09.977 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.978 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.978 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml... 19:11:09.978 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml 19:11:09.982 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.982 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml 19:11:09.982 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.982 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...19:11:09.982 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.982 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.983 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml... 19:11:09.983 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.984 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.984 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml... 19:11:09.984 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml 19:11:09.988 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.988 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml 19:11:09.988 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:09.988 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...19:11:09.988 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:09.988 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:09.988 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml... 19:11:09.988 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:09.989 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:09.989 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml... 19:11:09.990 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml 19:11:09.993 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:09.993 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml 19:11:09.993 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.049 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml. 0s61ms [pure insertion] marking any relevant derived attributes for update...19:11:10.049 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.049 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.050 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml... 19:11:10.050 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.051 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.051 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml... 19:11:10.051 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml 19:11:10.055 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.055 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml 19:11:10.056 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.056 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:10.056 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.056 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.056 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml... 19:11:10.056 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.057 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.057 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml... 19:11:10.057 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml 19:11:10.063 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:10.063 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml 19:11:10.063 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:10.063 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.063 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.063 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.064 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml... 19:11:10.064 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.065 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.065 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml... 19:11:10.066 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml 19:11:10.070 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:10.070 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml 19:11:10.071 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:10.071 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.071 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.071 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.071 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml... 19:11:10.071 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.073 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.073 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml... 19:11:10.073 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml 19:11:10.077 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.077 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml 19:11:10.077 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.077 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:10.077 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.077 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.078 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml... 19:11:10.078 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.079 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.079 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml... 19:11:10.079 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml 19:11:10.082 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:10.082 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml 19:11:10.082 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.082 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml. 0s4ms [pure insertion] marking any relevant derived attributes for update...19:11:10.082 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.082 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.083 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml... 19:11:10.083 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.084 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.084 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml... 19:11:10.084 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml 19:11:10.089 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:10.089 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml 19:11:10.090 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:10.090 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.090 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.090 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.090 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml... 19:11:10.090 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.092 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.092 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml... 19:11:10.092 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml 19:11:10.151 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:10.151 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml 19:11:10.152 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.152 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml. 0s62ms [pure insertion] marking any relevant derived attributes for update...19:11:10.152 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.152 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.153 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml... 19:11:10.153 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.154 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.154 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml... 19:11:10.154 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml 19:11:10.159 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.159 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml 19:11:10.160 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.160 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:10.160 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.160 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.160 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml... 19:11:10.160 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.162 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.162 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml... 19:11:10.162 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml 19:11:10.167 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.167 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml 19:11:10.167 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.167 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.167 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:10.168 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:10.168 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 19:11:10.168 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.170 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.170 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 19:11:10.170 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml 19:11:10.176 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.176 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml 19:11:10.176 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.176 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:10.176 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.176 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.177 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml... 19:11:10.177 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.178 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.178 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml... 19:11:10.178 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml 19:11:10.184 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.184 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml 19:11:10.184 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.184 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.184 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.184 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.184 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml... 19:11:10.185 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.186 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.186 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml... 19:11:10.186 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml 19:11:10.253 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.253 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml 19:11:10.253 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.253 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml. 0s69ms [pure insertion] marking any relevant derived attributes for update...19:11:10.253 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.253 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.254 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml... 19:11:10.254 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.255 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.255 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml... 19:11:10.256 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml 19:11:10.261 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.261 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml 19:11:10.261 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.261 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.261 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.261 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.262 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml... 19:11:10.262 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.263 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.263 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml... 19:11:10.264 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml 19:11:10.269 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.269 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml 19:11:10.269 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.269 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.269 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.269 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.270 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml... 19:11:10.270 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.271 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.271 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml... 19:11:10.271 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml 19:11:10.277 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.277 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml 19:11:10.277 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.277 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.277 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.277 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.277 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml... 19:11:10.277 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.279 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.279 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml... 19:11:10.279 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml 19:11:10.284 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.284 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml 19:11:10.284 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.284 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.284 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.284 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.285 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml... 19:11:10.285 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.286 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.286 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml... 19:11:10.286 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml 19:11:10.292 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:10.292 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml 19:11:10.292 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:10.296 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...19:11:10.296 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.296 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.296 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml... 19:11:10.296 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.297 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.297 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml... 19:11:10.298 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml 19:11:10.353 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.353 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml 19:11:10.353 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.353 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml. 0s57ms [pure insertion] marking any relevant derived attributes for update...19:11:10.353 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.353 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.354 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml... 19:11:10.354 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.355 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.355 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml... 19:11:10.355 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml 19:11:10.365 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 19:11:10.365 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml 19:11:10.367 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 19:11:10.368 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...19:11:10.368 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.368 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.368 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml... 19:11:10.368 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.369 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.369 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml... 19:11:10.370 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml 19:11:10.376 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.376 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml 19:11:10.376 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.376 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:10.376 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.376 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.377 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml... 19:11:10.377 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.378 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.378 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml... 19:11:10.379 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml 19:11:10.384 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.384 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml 19:11:10.384 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.384 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.384 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.384 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.385 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml... 19:11:10.385 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.386 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.386 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml... 19:11:10.387 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml 19:11:10.392 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.392 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml 19:11:10.392 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.392 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.392 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.392 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.449 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml... 19:11:10.449 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.451 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.451 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml... 19:11:10.451 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml 19:11:10.459 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 19:11:10.459 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml 19:11:10.460 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:11:10.460 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...19:11:10.460 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.460 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.460 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml... 19:11:10.460 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.461 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.461 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml... 19:11:10.462 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml 19:11:10.467 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.467 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml 19:11:10.467 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.467 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.467 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:10.468 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:10.468 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml... 19:11:10.468 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.469 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.469 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml... 19:11:10.469 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml 19:11:10.477 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:10.477 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml 19:11:10.477 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:10.477 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...19:11:10.477 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.477 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.478 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml... 19:11:10.478 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.479 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.479 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml... 19:11:10.479 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml 19:11:10.485 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.485 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml 19:11:10.485 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.485 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.485 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.485 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.485 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml... 19:11:10.485 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.487 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.487 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml... 19:11:10.487 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml 19:11:10.492 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.492 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml 19:11:10.492 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.492 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.492 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.492 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.493 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml... 19:11:10.493 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.494 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.494 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml... 19:11:10.494 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml 19:11:10.553 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 19:11:10.553 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml 19:11:10.553 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:10.553 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml. 0s60ms [pure insertion] marking any relevant derived attributes for update...19:11:10.553 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.553 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml... 19:11:10.554 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.555 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.555 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml... 19:11:10.556 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml 19:11:10.564 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 19:11:10.564 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml 19:11:10.564 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:11:10.564 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...19:11:10.564 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.564 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.565 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml... 19:11:10.565 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.567 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.567 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml... 19:11:10.567 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml 19:11:10.573 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:10.574 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml 19:11:10.574 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:10.574 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...19:11:10.574 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.574 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.575 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml... 19:11:10.575 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.576 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.576 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml... 19:11:10.576 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml 19:11:10.582 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.582 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml 19:11:10.582 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.582 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.582 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.582 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.582 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml... 19:11:10.582 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.584 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.584 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml... 19:11:10.584 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml 19:11:10.589 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.589 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml 19:11:10.590 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.590 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:10.590 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.590 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.590 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml... 19:11:10.590 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.592 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.592 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml... 19:11:10.592 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml 19:11:10.653 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.653 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml 19:11:10.653 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.653 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml. 0s63ms [pure insertion] marking any relevant derived attributes for update...19:11:10.653 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.653 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.653 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml... 19:11:10.653 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.655 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.655 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml... 19:11:10.655 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml 19:11:10.660 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.660 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml 19:11:10.661 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.661 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:10.661 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.661 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.661 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml... 19:11:10.661 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.662 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.662 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml... 19:11:10.663 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml 19:11:10.668 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.668 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml 19:11:10.668 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.668 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.668 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.668 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.669 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml... 19:11:10.669 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.670 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.670 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml... 19:11:10.671 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml 19:11:10.678 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:10.678 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml 19:11:10.678 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.678 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...19:11:10.678 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.678 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.678 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml... 19:11:10.678 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.680 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.680 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml... 19:11:10.680 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml 19:11:10.685 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.685 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml 19:11:10.685 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.685 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.685 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:10.686 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:10.686 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml... 19:11:10.686 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.687 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.687 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml... 19:11:10.687 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml 19:11:10.693 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.693 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml 19:11:10.693 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.693 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.693 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.693 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.694 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml... 19:11:10.694 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.695 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.695 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml... 19:11:10.696 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml 19:11:10.754 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.754 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml 19:11:10.755 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.755 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml. 0s61ms [pure insertion] marking any relevant derived attributes for update...19:11:10.755 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.755 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.755 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml... 19:11:10.755 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.757 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.757 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml... 19:11:10.757 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml 19:11:10.763 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.763 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml 19:11:10.763 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.763 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:10.763 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.763 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.764 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml... 19:11:10.764 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.765 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.765 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml... 19:11:10.765 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml 19:11:10.771 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:10.771 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml 19:11:10.771 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:10.771 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.771 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.771 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.772 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml... 19:11:10.772 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.774 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.774 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml... 19:11:10.774 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml 19:11:10.781 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 19:11:10.781 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml 19:11:10.782 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:10.782 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...19:11:10.782 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.782 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.782 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml... 19:11:10.782 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.783 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.783 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml... 19:11:10.784 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml 19:11:10.789 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.789 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml 19:11:10.789 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.789 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.789 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.789 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.790 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml... 19:11:10.790 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.791 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.791 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml... 19:11:10.791 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml 19:11:10.797 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.797 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml 19:11:10.797 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.797 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.797 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.797 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.797 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml... 19:11:10.797 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.799 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.799 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml... 19:11:10.799 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml 19:11:10.854 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.854 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml 19:11:10.854 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.854 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml. 0s57ms [pure insertion] marking any relevant derived attributes for update...19:11:10.854 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:10.855 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:10.855 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml... 19:11:10.855 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.856 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.856 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml... 19:11:10.857 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml 19:11:10.862 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.862 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml 19:11:10.862 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.862 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:10.862 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.862 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.863 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml... 19:11:10.863 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.864 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.864 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml... 19:11:10.864 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml 19:11:10.985 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:10.985 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml 19:11:10.985 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.985 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml. 0s122ms [pure insertion] marking any relevant derived attributes for update...19:11:10.985 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.985 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.986 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml... 19:11:10.986 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.987 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.987 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml... 19:11:10.988 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml 19:11:10.995 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:10.995 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml 19:11:10.996 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:10.996 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...19:11:10.996 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:10.996 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:10.996 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 19:11:10.996 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:10.997 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:10.997 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 19:11:10.998 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 19:11:11.007 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 19:11:11.007 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 19:11:11.008 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:11:11.008 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...19:11:11.008 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.008 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.009 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml... 19:11:11.009 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.010 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.010 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml... 19:11:11.011 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml 19:11:11.019 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:11.019 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml 19:11:11.019 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.019 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...19:11:11.019 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.019 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.020 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml... 19:11:11.020 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.021 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.021 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml... 19:11:11.021 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml 19:11:11.024 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:11.024 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml 19:11:11.024 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.024 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml. 0s4ms [pure insertion] marking any relevant derived attributes for update...19:11:11.024 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.024 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.024 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml... 19:11:11.024 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.025 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.025 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml... 19:11:11.025 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml 19:11:11.088 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:11.088 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml 19:11:11.089 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.089 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml. 0s65ms [pure insertion] marking any relevant derived attributes for update...19:11:11.089 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.089 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.090 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml... 19:11:11.090 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.091 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.091 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml... 19:11:11.091 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml 19:11:11.095 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.095 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml 19:11:11.095 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.095 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...19:11:11.095 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.095 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.095 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml... 19:11:11.095 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.096 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.096 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml... 19:11:11.097 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml 19:11:11.101 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:11.101 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml 19:11:11.101 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:11.101 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:11.101 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.101 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.102 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml... 19:11:11.102 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.103 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.103 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml... 19:11:11.103 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml 19:11:11.156 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 19:11:11.156 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml 19:11:11.156 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 19:11:11.156 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml. 0s54ms [pure insertion] marking any relevant derived attributes for update...19:11:11.156 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.156 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.157 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml... 19:11:11.157 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.158 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.158 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml... 19:11:11.158 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml 19:11:11.163 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.163 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml 19:11:11.163 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.163 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:11.163 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.163 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.163 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml... 19:11:11.163 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.165 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.165 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml... 19:11:11.165 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml 19:11:11.173 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:11.173 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml 19:11:11.174 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.174 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...19:11:11.174 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.174 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.174 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml... 19:11:11.174 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.175 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.175 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml... 19:11:11.176 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml 19:11:11.179 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.179 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml 19:11:11.180 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.180 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:11.180 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.180 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.180 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml... 19:11:11.180 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.181 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.181 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml... 19:11:11.181 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml 19:11:11.186 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.186 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml 19:11:11.186 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.186 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:11.186 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.186 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.186 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml... 19:11:11.186 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.187 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.187 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml... 19:11:11.188 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml 19:11:11.191 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.191 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml 19:11:11.192 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.192 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:11.192 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.192 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.192 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 19:11:11.192 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.193 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.193 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 19:11:11.193 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml 19:11:11.250 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.250 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml 19:11:11.250 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.250 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml. 0s58ms [pure insertion] marking any relevant derived attributes for update...19:11:11.250 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.250 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.251 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml... 19:11:11.251 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.252 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.252 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml... 19:11:11.252 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml 19:11:11.256 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.256 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml 19:11:11.256 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.256 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...19:11:11.256 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.256 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.257 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml... 19:11:11.257 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.258 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.258 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml... 19:11:11.258 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml 19:11:11.262 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:11.262 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml 19:11:11.263 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:11.263 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:11.263 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.263 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.263 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml... 19:11:11.263 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.264 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.264 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml... 19:11:11.264 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml 19:11:11.269 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 19 M->MM REFERENCES! (took ~0sec) 19:11:11.269 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml 19:11:11.269 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:11:11.269 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:11.269 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.269 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.270 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml... 19:11:11.270 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.271 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.271 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml... 19:11:11.271 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml 19:11:11.276 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.276 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml 19:11:11.276 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.276 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:11.276 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.276 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.276 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml... 19:11:11.276 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.278 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.278 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml... 19:11:11.278 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml 19:11:11.282 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.282 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml 19:11:11.282 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.282 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:11.282 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.282 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.282 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml... 19:11:11.283 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.284 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.284 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml... 19:11:11.284 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml 19:11:11.288 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.288 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml 19:11:11.288 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.288 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:11.288 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.288 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.288 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 19:11:11.288 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.289 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.289 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 19:11:11.290 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml 19:11:11.294 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.294 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml 19:11:11.294 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.294 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:11.294 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.294 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.295 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml... 19:11:11.295 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.296 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.296 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml... 19:11:11.296 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml 19:11:11.352 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.352 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml 19:11:11.352 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.352 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml. 0s57ms [pure insertion] marking any relevant derived attributes for update...19:11:11.352 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.352 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.353 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml... 19:11:11.353 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.354 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.354 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml... 19:11:11.354 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml 19:11:11.360 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 19:11:11.360 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml 19:11:11.360 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:11:11.360 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:11.360 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.360 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.361 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml... 19:11:11.361 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.362 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.362 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml... 19:11:11.362 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml 19:11:11.366 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.366 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml 19:11:11.366 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.366 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...19:11:11.366 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.366 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.366 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml... 19:11:11.366 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.367 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.367 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml... 19:11:11.367 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml 19:11:11.371 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.371 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml 19:11:11.371 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.371 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...19:11:11.371 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.371 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.372 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml... 19:11:11.372 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.373 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.373 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml... 19:11:11.373 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml 19:11:11.451 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 19:11:11.451 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml 19:11:11.452 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.452 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml. 0s80ms [pure insertion] marking any relevant derived attributes for update...19:11:11.452 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.452 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.452 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml... 19:11:11.452 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.454 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.454 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml... 19:11:11.454 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml 19:11:11.462 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 19:11:11.462 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml 19:11:11.462 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:11.462 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...19:11:11.462 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:11.463 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:11.463 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml... 19:11:11.463 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.465 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.465 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml... 19:11:11.465 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml 19:11:11.471 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.471 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml 19:11:11.471 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.471 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:11.471 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.471 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.471 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml... 19:11:11.472 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.473 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.473 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml... 19:11:11.473 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml 19:11:11.479 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.479 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml 19:11:11.479 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.479 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:11.479 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.479 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.479 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 300/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (1 sec, 8 sec total) 19:11:11.479 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml... 19:11:11.479 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.481 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.481 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml... 19:11:11.481 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml 19:11:11.488 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:11.488 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml 19:11:11.488 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:11.488 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...19:11:11.488 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.488 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.488 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml... 19:11:11.488 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.489 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.489 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml... 19:11:11.490 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml 19:11:11.495 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.495 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml 19:11:11.495 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.495 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:11.495 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.495 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.495 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml... 19:11:11.495 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.496 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.497 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml... 19:11:11.497 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml 19:11:11.554 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.554 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml 19:11:11.554 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml. 0s59ms [pure insertion] marking any relevant derived attributes for update...19:11:11.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.554 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.555 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml... 19:11:11.555 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.556 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.556 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml... 19:11:11.556 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml 19:11:11.561 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.561 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml 19:11:11.562 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.562 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:11.562 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.562 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.562 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml... 19:11:11.562 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.564 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.564 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml... 19:11:11.564 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml 19:11:11.569 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.569 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml 19:11:11.595 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.595 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml. 0s33ms [pure insertion] marking any relevant derived attributes for update...19:11:11.595 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.595 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.596 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 19:11:11.596 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.650 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.650 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 19:11:11.650 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml 19:11:11.761 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:11.761 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml 19:11:11.761 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.761 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml. 0s165ms [pure insertion] marking any relevant derived attributes for update...19:11:11.761 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.761 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.762 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml... 19:11:11.762 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.763 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.763 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml... 19:11:11.763 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml 19:11:11.887 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 19:11:11.887 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml 19:11:11.888 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:11.888 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml. 0s126ms [pure insertion] marking any relevant derived attributes for update...19:11:11.888 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.888 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.888 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml... 19:11:11.888 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.890 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.890 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml... 19:11:11.890 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml 19:11:11.896 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:11.896 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml 19:11:11.896 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:11.896 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...19:11:11.896 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.896 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.897 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml... 19:11:11.897 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:11.898 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:11.898 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml... 19:11:11.898 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml 19:11:11.905 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 19:11:11.905 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml 19:11:11.906 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:11.906 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...19:11:11.906 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:11.906 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:11.906 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 309/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 8 sec total) 19:11:11.906 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:11.906 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:11.906 [pool-172-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:12.074 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 19:11:12.464 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 19:11:12.464 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.558s attempting to resolve any uninitialized derived attributes... 19:11:12.464 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:12.464 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:12.465 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:12.465 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s559ms [proxy update] 19:11:12.465 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:12.469 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 309 deleted 0 changed 309 loaded 309 c elems 619 d elems 0 time ~9s validating changes... validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml changed resource size: 619 relevant graph size: 619 validated changes... true 19:11:12.863 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 10 s 12 ms 19:11:12.878 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:12.878 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:12.881 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:12.881 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:12.975 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:12.979 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:13.010 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:13.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:13.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:13.051 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:13.051 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:13.051 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:13.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:13.052 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:13.052 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:13.052 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:13.053 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:13.053 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 19:11:13.088 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit4645175510089794319/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:13.090 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:13.090 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:13.094 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:13.094 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:13.094 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:13.154 [pool-175-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit16656219361827089064/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:13.159 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:13.159 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:13.159 [pool-175-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:13.176 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:11:13.176 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.017s attempting to resolve any uninitialized derived attributes... 19:11:13.176 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:13.176 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:13.178 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:13.178 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s20ms [proxy update] 19:11:13.179 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:13.179 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:13.180 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 90 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit4645175510089794319/v0-B.2.0.bpmn 19:11:13.181 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:13.184 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:13.184 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:13.184 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:13.188 [pool-175-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit16656219361827089064/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:13.192 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:13.193 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:13.193 [pool-175-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:13.260 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:11:13.260 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.067s attempting to resolve any uninitialized derived attributes... 19:11:13.260 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:13.260 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:13.261 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:13.261 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s68ms [proxy update] 19:11:13.261 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:13.261 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:13.261 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 80 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit4645175510089794319/v0-B.2.0.bpmn 19:11:13.262 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:13.265 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:13.265 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:13.265 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:13.268 [pool-175-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit16656219361827089064/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:13.273 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:13.273 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:13.273 [pool-175-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:13.294 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:11:13.294 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.021s attempting to resolve any uninitialized derived attributes... 19:11:13.294 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:13.294 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:13.295 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:13.295 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s22ms [proxy update] 19:11:13.295 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:13.295 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:13.295 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 33 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v3-B.2.0.bpmn over /tmp/junit4645175510089794319/v0-B.2.0.bpmn 19:11:13.296 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:13.352 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:13.352 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:13.352 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:13.356 [pool-175-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit16656219361827089064/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:13.360 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:13.361 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:13.361 [pool-175-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:13.378 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:11:13.378 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.017s attempting to resolve any uninitialized derived attributes... 19:11:13.378 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:13.378 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:13.379 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:13.379 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s18ms [proxy update] 19:11:13.379 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:13.379 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:13.379 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 83 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit4645175510089794319/v0-B.2.0.bpmn 19:11:13.379 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:13.383 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:13.383 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:13.383 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:13.387 [pool-175-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit16656219361827089064/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:13.391 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:13.391 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:13.391 [pool-175-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:13.463 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:11:13.463 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.072s attempting to resolve any uninitialized derived attributes... 19:11:13.463 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:13.463 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:13.464 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:13.464 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s73ms [proxy update] 19:11:13.464 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:13.464 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:13.464 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 84 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit4645175510089794319/v0-B.2.0.bpmn 19:11:13.465 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:13.469 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:13.469 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:13.469 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:13.472 [pool-175-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit16656219361827089064/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:13.477 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:13.477 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:13.477 [pool-175-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:13.495 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:11:13.495 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.018s attempting to resolve any uninitialized derived attributes... 19:11:13.495 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:13.495 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:13.496 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:13.496 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s19ms [proxy update] 19:11:13.496 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:13.496 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:13.496 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 31 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit4645175510089794319/v0-B.2.0.bpmn 19:11:13.497 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:13.552 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:13.552 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:13.552 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:13.556 [pool-175-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit16656219361827089064/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:13.560 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:13.560 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:13.560 [pool-175-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:13.578 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:11:13.578 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.018s attempting to resolve any uninitialized derived attributes... 19:11:13.578 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:13.578 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:13.579 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:13.579 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s19ms [proxy update] 19:11:13.579 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:13.579 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:13.579 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 82 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit4645175510089794319/v0-B.2.0.bpmn 19:11:13.580 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:13.583 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:13.583 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:13.583 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:13.587 [pool-175-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit16656219361827089064/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:13.592 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:13.592 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:13.592 [pool-175-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:13.661 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:11:13.661 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.069s attempting to resolve any uninitialized derived attributes... 19:11:13.661 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:13.661 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:13.662 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:13.662 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s70ms [proxy update] 19:11:13.662 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:13.662 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:13.662 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 82 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit4645175510089794319/v0-B.2.0.bpmn 19:11:13.663 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:13.667 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:13.667 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:13.667 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:13.670 [pool-175-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit16656219361827089064/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:13.675 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:13.675 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:13.675 [pool-175-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:13.694 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:11:13.694 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.019s attempting to resolve any uninitialized derived attributes... 19:11:13.694 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:13.694 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:13.695 [pool-175-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:13.695 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s20ms [proxy update] 19:11:13.695 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:13.695 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:13.695 [pool-175-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 32 ms 19:11:13.695 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:13.695 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit4645175510089794319/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:13.697 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:13.697 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:13.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:13.754 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:13.778 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:13.780 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:13.780 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:13.780 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:13.780 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:13.780 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:13.780 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:13.781 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:13.781 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:13.781 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:13.781 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 19:11:13.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:13.782 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 19:11:13.790 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:13.790 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:13.854 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 19:11:13.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:13.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:13.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:13.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:13.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:13.860 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:13.862 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:13.862 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:13.862 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:13.862 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:13.862 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:13.862 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:13.862 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:13.862 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:13.863 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:13.863 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:13.863 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:13.863 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:13.863 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:13.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:13.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:13.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:13.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:13.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:13.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:13.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:13.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:13.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:13.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:13.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:13.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:13.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:13.865 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:13.884 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 19:11:13.884 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:13.971 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:13.973 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:13.973 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:13.974 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:13.976 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:13.976 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:14.058 [pool-181-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2197069284549430649/test_instanceCountsAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:14.066 [pool-181-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:14.086 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 19:11:14.086 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:14.087 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:14.087 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 19:11:14.089 [pool-181-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2197069284549430649/test_instanceCountsAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:14.150 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 19:11:14.152 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:14.152 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 19:11:14.153 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:11:14.153 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s87ms [pure insertion] marking any relevant derived attributes for update...19:11:14.153 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:14.154 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:14.156 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 19:11:14.156 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:14.157 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:14.157 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 19:11:14.157 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 19:11:14.157 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:14.157 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 19:11:14.158 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:14.158 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...19:11:14.158 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:14.158 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:14.159 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 19:11:14.159 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:14.160 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:14.160 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 19:11:14.160 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 19:11:14.161 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:14.161 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 19:11:14.161 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:14.161 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...19:11:14.161 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:14.161 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:14.161 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:14.161 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:14.161 [pool-181-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:14.191 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 19:11:14.251 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 19:11:14.251 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.09s attempting to resolve any uninitialized derived attributes... 19:11:14.251 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:14.251 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:14.252 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:14.252 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s91ms [proxy update] 19:11:14.252 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:14.252 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /subfolder/subfolder/grandchild.model sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/child.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 19:11:14.254 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 281 ms 19:11:14.256 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:14.256 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:14.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:14.258 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:14.279 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:14.282 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:14.352 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:14.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:14.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:14.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:14.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:14.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:14.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:14.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:14.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:14.355 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:14.356 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 19:11:14.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:14.356 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 19:11:14.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:14.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:14.368 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 19:11:14.373 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:14.374 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:14.375 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:14.375 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:14.375 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:14.375 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:14.375 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:14.375 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:14.375 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:14.375 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:14.375 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:14.375 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:14.376 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:14.376 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:14.376 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:14.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:14.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:14.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:14.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:14.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:14.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:14.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:14.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:14.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:14.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:14.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:14.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:14.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:14.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:14.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:14.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:14.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:14.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:14.449 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 19:11:14.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:14.484 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:14.486 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:14.486 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:14.487 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:14.489 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:14.489 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:14.563 [pool-184-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7307124034484676256/test_listFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:14.571 [pool-184-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:14.588 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 19:11:14.588 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:14.588 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:14.589 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 19:11:14.590 [pool-184-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7307124034484676256/test_listFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:14.599 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 19:11:14.600 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:14.600 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 19:11:14.601 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:11:14.601 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s30ms [pure insertion] marking any relevant derived attributes for update...19:11:14.601 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:14.602 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:14.603 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 19:11:14.603 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:14.650 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:14.650 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 19:11:14.650 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 19:11:14.650 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:14.650 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 19:11:14.651 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:14.651 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s48ms [pure insertion] marking any relevant derived attributes for update...19:11:14.651 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:14.651 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:14.652 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 19:11:14.652 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:14.653 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:14.653 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 19:11:14.653 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 19:11:14.653 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:14.653 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 19:11:14.653 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:14.654 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...19:11:14.654 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:14.654 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:14.654 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:14.654 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:14.654 [pool-184-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:14.684 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 19:11:14.691 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 19:11:14.691 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.037s attempting to resolve any uninitialized derived attributes... 19:11:14.691 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:14.691 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:14.692 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:14.692 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s38ms [proxy update] 19:11:14.692 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:14.692 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /root.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 19:11:14.694 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 208 ms 19:11:14.696 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:14.696 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:14.697 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:14.697 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:14.713 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:14.716 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:14.765 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:14.767 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:14.767 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:14.767 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:14.767 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:14.767 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:14.767 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:14.768 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:14.768 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:11:14.768 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:14.769 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! sync metrics: interesting 0 19:11:14.769 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:14.769 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 19:11:14.775 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:14.775 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:14.783 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 19:11:14.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:14.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:14.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:14.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:14.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:14.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:14.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:14.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:14.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:14.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:14.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:14.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:14.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:14.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:14.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:14.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:14.791 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:14.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:14.792 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:14.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:14.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:14.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:14.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:14.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:14.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:14.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:14.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:14.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:14.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:14.794 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:14.794 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:14.795 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:14.795 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:14.856 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 19:11:14.856 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:14.895 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:14.898 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:14.898 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:14.950 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:14.952 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:14.952 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:15.007 [pool-187-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3002240912863042784/test_instanceCounts[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:15.015 [pool-187-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:15.066 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 19:11:15.066 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:15.067 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:15.067 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 19:11:15.069 [pool-187-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3002240912863042784/test_instanceCounts[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:15.079 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 19:11:15.080 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:15.080 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 19:11:15.081 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:15.081 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s66ms [pure insertion] marking any relevant derived attributes for update...19:11:15.081 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:15.082 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:15.083 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 19:11:15.083 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:15.084 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:15.084 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 19:11:15.084 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 19:11:15.084 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:15.084 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 19:11:15.085 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:11:15.085 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...19:11:15.085 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:15.085 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:15.086 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 19:11:15.086 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:15.087 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:15.087 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 19:11:15.087 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 19:11:15.087 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:15.087 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 19:11:15.088 [pool-187-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:15.088 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...19:11:15.088 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:15.088 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:15.088 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:15.088 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:15.088 [pool-187-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:15.166 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 19:11:15.173 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 19:11:15.173 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.085s attempting to resolve any uninitialized derived attributes... 19:11:15.174 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:15.174 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:15.174 [pool-187-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:15.174 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s86ms [proxy update] 19:11:15.174 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:15.175 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /root.model validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 19:11:15.177 [pool-187-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 279 ms 19:11:15.181 [pool-187-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 19:11:15.182 [pool-187-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3002240912863042784/test_instanceCounts[Neo4j]/db 19:11:15.184 [pool-187-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 19:11:15.184 [pool-187-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3002240912863042784/test_instanceCounts[Neo4j]/db 19:11:15.185 [pool-187-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 19:11:15.185 [pool-187-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3002240912863042784/test_instanceCounts[Neo4j]/db 19:11:15.187 [pool-187-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 19:11:15.187 [pool-187-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3002240912863042784/test_instanceCounts[Neo4j]/db 19:11:15.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:15.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:15.190 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:15.190 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:15.255 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:15.259 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:15.281 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:15.282 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:15.282 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:15.282 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:15.282 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:15.282 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:15.282 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:15.283 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:15.283 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:15.284 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:11:15.284 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:15.284 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:15.284 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 19:11:15.288 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:15.288 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:15.294 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 19:11:15.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:15.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:15.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:15.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:15.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:15.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:15.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:15.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:15.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:15.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:15.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:15.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:15.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:15.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:15.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:15.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:15.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:15.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:15.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:15.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:15.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:15.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:15.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:15.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:15.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:15.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:15.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:15.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:15.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:15.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:15.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:15.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:15.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:15.369 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 19:11:15.369 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:15.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:15.457 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:15.457 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:15.459 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:15.460 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:15.460 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:15.498 [pool-190-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit14819819447424566072/test_reverseRefs[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:15.505 [pool-190-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:15.558 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 19:11:15.558 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:15.558 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:15.558 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 19:11:15.560 [pool-190-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit14819819447424566072/test_reverseRefs[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:15.569 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 19:11:15.570 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:15.570 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 19:11:15.570 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:15.571 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s66ms [pure insertion] marking any relevant derived attributes for update...19:11:15.571 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:15.571 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:15.573 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 19:11:15.573 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:15.573 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:15.573 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 19:11:15.574 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 19:11:15.574 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:15.574 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 19:11:15.574 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:15.574 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s1ms [pure insertion] marking any relevant derived attributes for update...19:11:15.574 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:15.574 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:15.575 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 19:11:15.575 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:15.576 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:15.576 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 19:11:15.576 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 19:11:15.577 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:15.577 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 19:11:15.577 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:11:15.577 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...19:11:15.577 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:15.577 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:15.577 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:15.577 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:15.577 [pool-190-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:15.655 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 19:11:15.662 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 19:11:15.662 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.085s attempting to resolve any uninitialized derived attributes... 19:11:15.662 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:15.662 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:15.663 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:15.663 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s86ms [proxy update] 19:11:15.663 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:15.663 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/child.model validating file UPDATED for /root.model validating file UPDATED for /subfolder/subfolder/grandchild.model changed resource size: 9 relevant graph size: 9 validated changes... true 19:11:15.666 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 209 ms 19:11:15.673 [pool-190-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 19:11:15.673 [pool-190-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14819819447424566072/test_reverseRefs[Neo4j]/db 19:11:15.675 [pool-190-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 19:11:15.675 [pool-190-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14819819447424566072/test_reverseRefs[Neo4j]/db 19:11:15.677 [pool-190-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 19:11:15.677 [pool-190-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14819819447424566072/test_reverseRefs[Neo4j]/db 19:11:15.678 [pool-190-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 19:11:15.678 [pool-190-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14819819447424566072/test_reverseRefs[Neo4j]/db 19:11:15.680 [pool-190-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 19:11:15.680 [pool-190-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14819819447424566072/test_reverseRefs[Neo4j]/db 19:11:15.681 [pool-190-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 19:11:15.681 [pool-190-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14819819447424566072/test_reverseRefs[Neo4j]/db 19:11:15.682 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:15.683 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:15.684 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:15.684 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:15.758 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:15.761 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:15.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:15.783 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:15.783 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:15.783 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:15.783 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:15.784 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:15.784 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:15.784 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:15.785 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:15.785 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:15.785 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 19:11:15.785 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:15.785 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 19:11:15.790 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:15.790 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:15.794 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:15.795 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:15.796 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:15.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:15.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:15.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:15.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:15.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:15.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:15.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:15.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:15.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:15.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:15.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:15.797 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:15.798 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:15.798 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:15.798 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:15.798 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:15.798 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:15.798 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:15.799 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:15.799 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:15.799 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:15.799 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:15.799 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:15.799 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:15.799 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:15.799 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:15.799 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:15.800 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:15.800 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:15.800 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:15.853 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 19:11:15.866 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 19:11:15.866 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:15.953 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:15.955 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:15.955 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:15.956 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:15.958 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:15.958 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:16.009 [pool-193-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit16270342878934001432/test_forwardRefs[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:16.017 [pool-193-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:16.063 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 19:11:16.063 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:16.063 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:16.063 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 19:11:16.065 [pool-193-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit16270342878934001432/test_forwardRefs[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:16.074 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 19:11:16.075 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:16.075 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 19:11:16.075 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:16.075 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s58ms [pure insertion] marking any relevant derived attributes for update...19:11:16.075 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:16.076 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:16.077 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 19:11:16.077 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:16.078 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:16.078 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 19:11:16.078 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 19:11:16.079 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:16.079 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 19:11:16.079 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 19:11:16.079 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...19:11:16.079 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:16.079 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:16.080 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 19:11:16.080 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:16.081 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:16.081 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 19:11:16.081 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 19:11:16.081 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 19:11:16.081 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 19:11:16.082 [pool-193-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 19:11:16.082 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...19:11:16.082 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:16.082 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:16.082 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:16.082 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:16.082 [pool-193-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:16.166 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 19:11:16.171 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 19:11:16.171 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.089s attempting to resolve any uninitialized derived attributes... 19:11:16.171 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:16.171 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:16.172 [pool-193-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:16.172 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s90ms [proxy update] 19:11:16.172 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:16.172 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /subfolder/child.model sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /root.model 19:11:16.174 [pool-193-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 219 ms changed resource size: 9 relevant graph size: 9 validated changes... true 19:11:16.179 [pool-193-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 19:11:16.179 [pool-193-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16270342878934001432/test_forwardRefs[Neo4j]/db 19:11:16.181 [pool-193-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 19:11:16.181 [pool-193-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16270342878934001432/test_forwardRefs[Neo4j]/db 19:11:16.183 [pool-193-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 19:11:16.183 [pool-193-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16270342878934001432/test_forwardRefs[Neo4j]/db 19:11:16.184 [pool-193-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 19:11:16.184 [pool-193-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16270342878934001432/test_forwardRefs[Neo4j]/db 19:11:16.186 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:16.186 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:16.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:16.188 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:16.256 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:16.259 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:16.280 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:16.282 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:16.282 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:16.282 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:16.282 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:16.282 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:16.282 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:16.283 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:16.283 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:11:16.283 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:16.283 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:16.285 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 2 ms 19:11:16.286 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 19:11:16.367 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:16.367 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:16.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 19:11:16.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 19:11:16.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 19:11:16.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:16.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:16.379 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:16.380 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:16.380 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:16.380 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:16.380 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:16.380 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:16.380 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:16.380 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:16.380 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:16.381 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:16.381 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:16.381 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:16.381 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:16.381 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:16.381 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:16.381 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:16.381 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:16.381 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:16.382 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:16.382 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:16.382 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:16.382 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:16.382 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:16.382 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:16.382 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:16.382 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:16.382 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:16.382 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:16.382 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:16.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:16.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:16.387 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 19:11:16.390 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 19:11:16.390 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 19:11:16.393 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 19:11:16.393 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 19:11:16.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:16.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:16.398 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:16.454 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:16.564 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 19:11:16.564 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:16.659 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:16.661 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:16.661 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:16.676 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:16.677 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:16.677 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:16.706 [pool-196-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit16276198098489459348/test_allContents[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:16.867 [pool-196-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:16.890 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 19:11:16.890 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:16.891 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:16.891 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 19:11:16.893 [pool-196-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit16276198098489459348/test_allContents[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:16.902 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 19:11:17.959 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~1sec) 19:11:17.959 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 19:11:18.079 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 19:11:18.079 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s212ms [pure insertion] marking any relevant derived attributes for update...19:11:18.079 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:18.080 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:18.080 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:18.080 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:18.080 [pool-196-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:18.178 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:11:18.178 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.098s attempting to resolve any uninitialized derived attributes... 19:11:18.178 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:18.178 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:18.179 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:18.179 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s99ms [proxy update] 19:11:18.179 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:18.179 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 19:11:18.958 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 297 ms 19:11:19.003 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:19.050 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:19.050 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:19.067 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:19.068 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 19:11:19.068 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:19.068 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:19.108 [pool-196-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit16276198098489459348/test_allContents[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:19.173 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 19:11:19.173 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:19.173 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:19.173 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 19:11:19.176 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 19:11:19.491 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 19:11:19.491 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 19:11:19.564 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 19:11:19.564 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s391ms [pure insertion] marking any relevant derived attributes for update...19:11:19.564 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:19.564 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:19.576 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 19:11:19.576 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:19.577 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:19.577 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 19:11:19.577 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 19:11:19.583 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:19.583 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 19:11:19.583 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:19.583 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:19.583 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:19.583 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:19.676 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 19:11:19.676 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:19.677 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:19.677 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 19:11:19.677 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 19:11:20.375 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 19:11:20.375 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 19:11:20.553 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 19:11:20.553 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 0s877ms [pure insertion] marking any relevant derived attributes for update...19:11:20.553 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:20.553 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:20.564 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 19:11:20.564 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:20.565 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:20.565 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 19:11:20.565 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 19:11:20.571 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:20.571 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 19:11:20.571 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:20.571 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:20.571 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:20.572 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:20.581 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 19:11:20.581 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:20.582 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:20.582 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 19:11:20.583 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 19:11:20.587 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:20.587 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 19:11:20.587 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:20.587 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:20.587 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:20.587 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:20.659 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 19:11:20.659 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:20.660 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:20.660 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 19:11:20.660 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 19:11:20.668 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:20.668 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 19:11:20.669 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:20.669 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...19:11:20.669 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:20.669 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:20.679 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 19:11:20.679 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:20.680 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:20.680 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 19:11:20.680 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 19:11:20.684 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:20.684 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 19:11:20.685 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:20.685 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:20.685 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:20.685 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:20.755 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 19:11:20.755 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:20.756 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:20.756 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 19:11:20.756 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 19:11:20.759 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 19:11:20.759 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 19:11:20.759 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:20.759 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...19:11:20.759 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:20.760 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:20.785 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 19:11:20.785 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:20.787 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:20.787 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 19:11:20.787 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 19:11:21.283 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 19:11:21.283 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 19:11:21.385 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 19:11:21.385 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 0s600ms [pure insertion] marking any relevant derived attributes for update...19:11:21.385 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:21.385 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:21.458 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 19:11:21.458 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:21.460 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:21.460 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 19:11:21.460 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 19:11:21.465 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:21.465 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 19:11:21.465 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:21.465 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:21.465 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:21.465 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:21.475 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 19:11:21.475 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:21.476 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:21.476 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 19:11:21.476 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 19:11:21.482 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:21.482 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 19:11:21.482 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:21.482 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...19:11:21.482 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:21.483 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:21.483 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:21.483 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:21.483 [pool-196-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:21.590 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 19:11:21.768 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 19:11:21.768 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.285s attempting to resolve any uninitialized derived attributes... 19:11:21.768 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:21.768 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:21.769 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:21.769 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s286ms [proxy update] 19:11:21.769 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:21.770 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~2s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 19:11:22.650 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 600 ms 19:11:22.650 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16276198098489459348/test_allContents[Neo4j]/db 19:11:22.664 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16276198098489459348/test_allContents[Neo4j]/db 19:11:22.675 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16276198098489459348/test_allContents[Neo4j]/db 19:11:22.677 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16276198098489459348/test_allContents[Neo4j]/db 19:11:22.680 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16276198098489459348/test_allContents[Neo4j]/db 19:11:22.971 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16276198098489459348/test_allContents[Neo4j]/db 19:11:22.972 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16276198098489459348/test_allContents[Neo4j]/db 19:11:22.974 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:22.974 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:22.976 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:22.976 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:23.062 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:23.065 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:23.099 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:23.101 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:23.101 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:23.101 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:23.101 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:23.101 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:23.101 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:23.102 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:23.102 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:23.102 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:23.102 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:23.102 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 19:11:23.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 19:11:23.176 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:23.176 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:23.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:23.186 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:23.186 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:23.186 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:23.186 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:23.186 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:23.186 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:23.186 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:23.187 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:23.187 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:23.187 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:23.187 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:23.187 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:23.187 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:23.188 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:23.188 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:23.189 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:23.189 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:23.189 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:23.189 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:23.189 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:23.189 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:23.189 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:23.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:23.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:23.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:23.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:23.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:23.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:23.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:23.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:23.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:23.191 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:23.195 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 19:11:23.195 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 19:11:23.195 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 19:11:23.195 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:23.195 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 19:11:23.196 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 19:11:23.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:23.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:23.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:23.262 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 19:11:23.265 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 19:11:23.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 19:11:23.378 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 19:11:23.378 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:23.466 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:23.467 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:23.468 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:23.482 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:23.483 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:23.483 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:23.558 [pool-199-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11747566670449869354/test_subtreeTraversalScoping[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:23.666 [pool-199-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:23.685 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 19:11:23.686 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:23.686 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:23.686 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 19:11:23.689 [pool-199-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11747566670449869354/test_subtreeTraversalScoping[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:23.751 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 19:11:24.555 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 19:11:24.555 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 19:11:24.677 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 19:11:24.677 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s11ms [pure insertion] marking any relevant derived attributes for update...19:11:24.677 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:24.678 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:24.678 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:24.678 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:24.678 [pool-199-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:24.768 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:11:24.768 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.09s attempting to resolve any uninitialized derived attributes... 19:11:24.768 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:24.768 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:24.768 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:24.768 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s90ms [proxy update] 19:11:24.768 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:24.769 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /set0.xmi sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~1s validating changes... changed resource size: 5353 relevant graph size: 5353 validated changes... true 19:11:25.482 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 14 ms 19:11:25.569 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:25.570 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:25.570 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:25.588 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:25.590 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 19:11:25.590 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:25.590 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:25.660 [pool-199-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11747566670449869354/test_subtreeTraversalScoping[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:25.677 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 19:11:25.677 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:25.677 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:25.677 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 19:11:25.680 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 19:11:25.681 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 19:11:25.681 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 19:11:25.682 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:25.682 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...19:11:25.682 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:25.683 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:25.692 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 19:11:25.692 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:25.693 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:25.693 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 19:11:25.693 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 19:11:25.751 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:25.751 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 19:11:25.751 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:25.751 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s59ms [pure insertion] marking any relevant derived attributes for update...19:11:25.751 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:25.751 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:25.791 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 19:11:25.791 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:25.792 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:25.792 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 19:11:25.793 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 19:11:26.683 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 19:11:26.683 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 19:11:26.864 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 19:11:26.864 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 1s73ms [pure insertion] marking any relevant derived attributes for update...19:11:26.864 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:26.864 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:26.874 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 19:11:26.874 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:26.875 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:26.875 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 19:11:26.875 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 19:11:26.876 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:26.876 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 19:11:26.876 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:26.876 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...19:11:26.876 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:26.876 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:26.958 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 19:11:26.958 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:26.959 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:26.959 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 19:11:26.960 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 19:11:27.163 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 19:11:27.163 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 19:11:27.177 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 19:11:27.177 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s219ms [pure insertion] marking any relevant derived attributes for update...19:11:27.177 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:27.177 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:27.265 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 19:11:27.265 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:27.266 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:27.266 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 19:11:27.267 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 19:11:27.786 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 19:11:27.786 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 19:11:27.886 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 19:11:27.886 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 0s621ms [pure insertion] marking any relevant derived attributes for update...19:11:27.886 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:27.886 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:27.954 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 19:11:27.954 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:27.955 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:27.955 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 19:11:27.955 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 19:11:27.956 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:27.956 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 19:11:27.956 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:27.956 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...19:11:27.956 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:27.956 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:27.965 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 19:11:27.965 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:27.966 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:27.966 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 19:11:27.967 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 19:11:27.968 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:27.968 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 19:11:27.968 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:27.968 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...19:11:27.968 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:27.968 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:27.977 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 19:11:27.977 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:27.978 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:27.978 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 19:11:27.978 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 19:11:27.979 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:27.979 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 19:11:27.979 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:27.979 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...19:11:27.979 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:27.979 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:27.989 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 19:11:27.989 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:28.050 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:28.050 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 19:11:28.050 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 19:11:28.053 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:28.053 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 19:11:28.053 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:28.053 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s64ms [pure insertion] marking any relevant derived attributes for update...19:11:28.053 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:28.054 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:28.063 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 19:11:28.063 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:28.064 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:28.064 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 19:11:28.065 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 19:11:28.066 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:28.066 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 19:11:28.066 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:28.066 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...19:11:28.066 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:28.066 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:28.066 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:28.066 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:28.066 [pool-199-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:28.163 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 19:11:28.355 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 19:11:28.355 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.289s attempting to resolve any uninitialized derived attributes... 19:11:28.355 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:28.355 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:28.356 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:28.356 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s290ms [proxy update] 19:11:28.356 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:28.356 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /set0.xmi sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~2s validating changes... validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 19:11:29.183 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 613 ms 19:11:29.184 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 19:11:29.184 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11747566670449869354/test_subtreeTraversalScoping[Neo4j]/db 19:11:29.189 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 19:11:29.189 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11747566670449869354/test_subtreeTraversalScoping[Neo4j]/db 19:11:29.191 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:29.191 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:29.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:29.251 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:29.294 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:29.297 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:29.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:29.352 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:29.352 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:29.352 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:29.352 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:29.352 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:29.352 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:29.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:29.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:29.353 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:29.354 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:29.354 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 19:11:29.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 19:11:29.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:29.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:29.391 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 19:11:29.392 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 19:11:29.394 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 19:11:29.450 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 19:11:29.450 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 19:11:29.453 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:29.455 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:29.455 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:29.458 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:29.462 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:29.463 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:29.463 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:29.463 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:29.463 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:29.463 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:29.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:29.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:29.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:29.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:29.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:29.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:29.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:29.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:29.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:29.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:29.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:29.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:29.465 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:29.466 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:29.466 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:29.466 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:29.466 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:29.466 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:29.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:29.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:29.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:29.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:29.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:29.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:29.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:29.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:29.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:29.469 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 19:11:29.469 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 19:11:29.469 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 19:11:29.574 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 19:11:29.574 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:29.655 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:29.657 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:29.657 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:29.670 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:29.671 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:29.671 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:29.701 [pool-202-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit10985761726216043620/test_getAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:29.795 [pool-202-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:29.865 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 19:11:29.865 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:29.865 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:29.865 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 19:11:29.868 [pool-202-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit10985761726216043620/test_getAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:29.877 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 19:11:30.671 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 19:11:30.671 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 19:11:30.780 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 19:11:30.781 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s986ms [pure insertion] marking any relevant derived attributes for update...19:11:30.781 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:30.782 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:30.782 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:30.782 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:30.782 [pool-202-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:30.878 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:11:30.878 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.096s attempting to resolve any uninitialized derived attributes... 19:11:30.878 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:30.878 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:30.879 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:30.879 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s97ms [proxy update] 19:11:30.879 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:30.879 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 19:11:31.560 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 903 ms 19:11:31.598 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:31.599 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:31.599 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:31.666 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:31.667 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 19:11:31.667 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:31.667 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:31.697 [pool-202-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit10985761726216043620/test_getAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:31.751 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 19:11:31.751 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:31.751 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:31.751 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 19:11:31.754 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 19:11:31.760 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:31.760 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 19:11:31.760 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:31.760 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...19:11:31.760 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:31.761 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:31.781 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 19:11:31.781 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:31.782 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:31.782 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 19:11:31.782 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 19:11:32.379 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 19:11:32.380 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 19:11:32.477 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 19:11:32.477 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 0s696ms [pure insertion] marking any relevant derived attributes for update...19:11:32.477 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:32.477 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:32.484 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 19:11:32.484 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:32.485 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:32.485 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 19:11:32.486 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 19:11:32.553 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:32.553 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 19:11:32.553 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:32.553 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s69ms [pure insertion] marking any relevant derived attributes for update...19:11:32.553 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:32.553 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:32.565 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 19:11:32.565 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:32.566 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:32.566 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 19:11:32.566 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 19:11:32.767 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 19:11:32.767 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 19:11:32.779 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 19:11:32.779 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s214ms [pure insertion] marking any relevant derived attributes for update...19:11:32.779 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:32.779 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:32.786 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 19:11:32.786 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:32.787 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:32.787 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 19:11:32.787 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 19:11:32.791 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:32.791 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 19:11:32.849 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:32.849 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s63ms [pure insertion] marking any relevant derived attributes for update...19:11:32.849 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:32.849 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:32.874 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 19:11:32.874 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:32.875 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:32.875 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 19:11:32.876 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 19:11:33.473 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 19:11:33.473 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 19:11:33.582 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 19:11:33.582 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 0s708ms [pure insertion] marking any relevant derived attributes for update...19:11:33.582 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:33.582 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:33.651 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 19:11:33.651 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:33.652 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:33.652 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 19:11:33.652 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 19:11:33.659 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:33.659 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 19:11:33.660 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:33.660 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...19:11:33.660 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:33.660 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:33.667 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 19:11:33.667 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:33.668 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:33.668 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 19:11:33.668 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 19:11:33.672 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:33.672 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 19:11:33.673 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:33.673 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:33.673 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:33.673 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:33.679 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 19:11:33.679 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:33.680 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:33.680 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 19:11:33.681 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 19:11:33.685 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:33.685 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 19:11:33.685 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:33.685 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:33.685 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:33.685 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:33.691 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 19:11:33.691 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:33.751 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:33.751 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 19:11:33.751 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 19:11:33.757 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:33.757 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 19:11:33.757 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:33.757 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s66ms [pure insertion] marking any relevant derived attributes for update...19:11:33.757 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:33.757 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:33.764 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 19:11:33.764 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:33.765 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:33.765 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 19:11:33.765 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 19:11:33.768 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 19:11:33.768 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 19:11:33.768 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:33.768 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...19:11:33.768 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:33.768 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:33.768 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:33.768 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:33.768 [pool-202-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:33.860 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 19:11:34.066 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 19:11:34.066 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.298s attempting to resolve any uninitialized derived attributes... 19:11:34.066 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:34.066 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:34.067 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:34.067 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s299ms [proxy update] 19:11:34.067 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:34.068 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~2s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 19:11:34.852 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 253 ms 19:11:34.852 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10985761726216043620/test_getAllOf[Neo4j]/db 19:11:34.857 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10985761726216043620/test_getAllOf[Neo4j]/db 19:11:34.905 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10985761726216043620/test_getAllOf[Neo4j]/db 19:11:34.951 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10985761726216043620/test_getAllOf[Neo4j]/db 19:11:34.961 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10985761726216043620/test_getAllOf[Neo4j]/db 19:11:34.962 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType... 19:11:34.963 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::IType#allof_IType (isMany=true|isOrdered=false|isUnique=true|type=IType) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 19:11:34.965 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType 19:11:34.967 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 19:11:34.982 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 28/28 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 19:11:34.982 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.017s 19:11:34.982 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType. 19:11:35.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:35.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:35.056 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:35.056 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:35.210 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:35.214 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:35.260 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:35.261 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:35.261 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:35.261 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:35.261 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:35.261 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:35.261 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:35.262 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:35.263 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:35.263 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:35.263 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:35.263 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 19:11:35.263 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 19:11:35.296 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:35.296 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:35.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:35.355 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 19:11:35.356 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 19:11:35.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:35.359 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:35.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:35.374 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 19:11:35.374 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 19:11:35.374 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 19:11:35.375 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 19:11:35.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 19:11:35.378 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 19:11:35.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:35.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:35.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:35.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:35.383 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:35.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:35.384 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:35.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:35.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:35.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:35.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:35.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:35.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:35.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:35.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:35.386 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:35.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:35.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:35.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:35.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:35.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:35.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:35.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:35.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:35.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:35.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:35.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:35.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:35.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:35.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:35.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:35.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:35.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:35.555 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 19:11:35.555 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:35.589 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:35.590 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:35.591 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:35.652 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:35.654 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:35.654 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:35.723 [pool-206-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit12804237359630393658/test_getFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:35.862 [pool-206-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:35.879 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 19:11:35.879 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:35.880 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:35.880 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 19:11:35.882 [pool-206-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit12804237359630393658/test_getFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:35.892 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 19:11:36.553 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 19:11:36.553 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 19:11:36.661 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 19:11:36.661 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s799ms [pure insertion] marking any relevant derived attributes for update...19:11:36.661 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 19:11:36.663 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 19:11:36.663 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:36.663 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:36.663 [pool-206-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:36.695 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 19:11:36.695 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.032s attempting to resolve any uninitialized derived attributes... 19:11:36.695 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:36.695 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:36.695 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:36.695 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s33ms [proxy update] 19:11:36.696 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:36.696 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /set0.xmi sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~1s validating changes... changed resource size: 5353 relevant graph size: 5353 validated changes... true 19:11:37.207 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 616 ms 19:11:37.280 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:37.282 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:37.282 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:37.300 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:37.301 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 19:11:37.301 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:37.301 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:37.339 [pool-206-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit12804237359630393658/test_getFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:37.352 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 19:11:37.352 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:37.353 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:37.353 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 19:11:37.355 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 19:11:37.357 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:37.357 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 19:11:37.358 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:37.358 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...19:11:37.358 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:37.358 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:37.365 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 19:11:37.365 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:37.366 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:37.366 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 19:11:37.366 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 19:11:37.368 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:37.368 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 19:11:37.368 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:37.368 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...19:11:37.368 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:37.368 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:37.374 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 19:11:37.374 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:37.375 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:37.375 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 19:11:37.375 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 19:11:37.377 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:37.377 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 19:11:37.377 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:37.377 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...19:11:37.377 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:37.377 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:37.383 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 19:11:37.383 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:37.384 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:37.384 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 19:11:37.384 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 19:11:37.387 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:37.387 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 19:11:37.387 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:37.387 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...19:11:37.388 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:37.388 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:37.451 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 19:11:37.451 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:37.452 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:37.452 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 19:11:37.452 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 19:11:37.454 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:37.454 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 19:11:37.454 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:37.454 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...19:11:37.454 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:37.454 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:37.464 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 19:11:37.464 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:37.465 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:37.465 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 19:11:37.465 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 19:11:37.692 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 19:11:37.692 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 19:11:37.700 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 19:11:37.700 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s236ms [pure insertion] marking any relevant derived attributes for update...19:11:37.700 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:37.700 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:37.707 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 19:11:37.707 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:37.708 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:37.708 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 19:11:37.708 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 19:11:37.709 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 19:11:37.709 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 19:11:37.709 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:37.709 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...19:11:37.709 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:37.709 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:37.776 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 19:11:37.776 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:37.778 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:37.778 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 19:11:37.778 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 19:11:38.391 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 19:11:38.391 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 19:11:38.550 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 19:11:38.550 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 0s774ms [pure insertion] marking any relevant derived attributes for update...19:11:38.550 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:38.550 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:38.557 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 19:11:38.557 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:38.558 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:38.558 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 19:11:38.558 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 19:11:38.559 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:38.559 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 19:11:38.560 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:38.560 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...19:11:38.560 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:38.560 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:38.566 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 19:11:38.566 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:38.568 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:38.568 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 19:11:38.569 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 19:11:38.569 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:38.569 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 19:11:38.570 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:38.570 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...19:11:38.570 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:38.570 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:38.590 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 19:11:38.590 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:38.591 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:38.591 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 19:11:38.591 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 19:11:38.973 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 19:11:38.973 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 19:11:39.003 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 19:11:39.003 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 0s413ms [pure insertion] marking any relevant derived attributes for update...19:11:39.003 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:39.003 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:39.004 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:39.004 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:39.004 [pool-206-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:39.083 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 19:11:39.262 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 19:11:39.262 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.258s attempting to resolve any uninitialized derived attributes... 19:11:39.262 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:39.262 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:39.262 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:39.262 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s259ms [proxy update] 19:11:39.263 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:39.263 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 19:11:39.963 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 680 ms 19:11:39.963 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12804237359630393658/test_getFiles[Neo4j]/db 19:11:39.965 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12804237359630393658/test_getFiles[Neo4j]/db 19:11:39.967 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:39.967 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:39.968 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:39.968 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:40.055 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:40.058 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:40.086 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:40.087 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:40.087 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:40.087 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:40.087 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:40.087 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:40.087 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:40.088 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:40.088 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:40.088 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:40.088 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:40.089 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 19:11:40.089 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 19:11:40.159 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:40.159 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:40.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 19:11:40.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 19:11:40.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 19:11:40.167 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 19:11:40.168 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 19:11:40.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 19:11:40.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:40.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:40.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:40.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:40.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:40.175 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:40.175 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:40.175 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:40.175 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:40.176 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:40.176 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:40.176 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:40.176 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:40.176 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:40.177 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:40.177 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:40.177 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:40.177 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:40.177 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:40.177 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:40.177 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:40.177 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:40.177 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:40.177 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:40.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:40.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:40.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:40.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:40.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:40.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:40.179 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:40.179 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:40.179 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:40.181 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 19:11:40.181 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 19:11:40.182 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:40.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:40.189 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:40.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:40.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 19:11:40.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:40.388 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:40.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:40.391 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:40.455 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 19:11:40.457 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 19:11:40.457 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 19:11:40.457 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 19:11:40.503 [pool-209-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit13049620142423330342/test_getAllOfCountsSubtypes[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:40.561 [pool-209-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:40.580 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 19:11:40.580 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:40.581 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:40.581 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 19:11:40.583 [pool-209-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit13049620142423330342/test_getAllOfCountsSubtypes[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 19:11:40.594 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 19:11:41.055 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 19:11:41.056 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 19:11:41.087 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 19:11:41.087 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 0s526ms [pure insertion] marking any relevant derived attributes for update...19:11:41.087 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:41.088 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:41.153 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 19:11:41.153 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:41.153 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:41.153 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 19:11:41.154 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 19:11:41.156 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:41.156 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 19:11:41.156 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:41.156 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...19:11:41.156 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:41.156 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:41.162 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 19:11:41.162 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:41.163 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:41.163 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 19:11:41.163 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 19:11:41.165 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:41.165 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 19:11:41.166 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:41.166 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...19:11:41.166 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:41.166 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:41.171 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 19:11:41.171 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:41.172 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:41.172 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 19:11:41.172 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 19:11:41.174 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 19:11:41.174 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 19:11:41.174 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:41.174 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...19:11:41.174 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:41.174 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:41.180 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 19:11:41.180 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:41.181 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:41.181 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 19:11:41.181 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 19:11:41.183 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:41.183 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 19:11:41.183 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:41.183 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...19:11:41.183 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:41.183 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:41.189 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 19:11:41.189 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:41.190 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:41.190 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 19:11:41.190 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 19:11:41.192 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:41.192 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 19:11:41.193 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:41.193 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...19:11:41.193 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:41.193 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:41.269 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 19:11:41.269 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:41.270 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:41.270 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 19:11:41.271 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 19:11:41.598 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 19:11:41.598 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 19:11:41.684 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 19:11:41.684 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 0s415ms [pure insertion] marking any relevant derived attributes for update...19:11:41.684 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:41.684 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:41.691 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 19:11:41.691 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:41.692 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:41.692 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 19:11:41.692 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 19:11:41.693 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 19:11:41.693 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 19:11:41.693 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:41.693 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...19:11:41.693 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:41.693 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:41.700 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 19:11:41.700 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:41.700 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:41.700 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 19:11:41.701 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 19:11:41.703 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 19:11:41.703 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 19:11:41.703 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 19:11:41.703 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...19:11:41.703 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:41.703 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:41.709 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 19:11:41.709 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:41.750 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:41.750 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 19:11:41.750 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 19:11:41.751 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 19:11:41.751 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 19:11:41.751 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 19:11:41.751 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s42ms [pure insertion] marking any relevant derived attributes for update...19:11:41.751 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 19:11:41.752 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 19:11:41.762 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 19:11:41.762 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 19:11:41.763 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 19:11:41.763 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 19:11:41.763 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 19:11:41.951 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 19:11:41.951 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 19:11:41.960 [pool-209-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 19:11:41.960 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s198ms [pure insertion] marking any relevant derived attributes for update...19:11:41.960 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 19:11:41.960 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 19:11:41.960 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 19:11:41.960 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 19:11:41.960 [pool-209-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 19:11:41.996 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 19:11:42.128 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 19:11:42.128 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.168s attempting to resolve any uninitialized derived attributes... 19:11:42.128 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 19:11:42.128 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 19:11:42.128 [pool-209-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 19:11:42.128 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s168ms [proxy update] 19:11:42.128 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 19:11:42.129 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 19:11:42.752 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 360 ms 19:11:42.752 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13049620142423330342/test_getAllOfCountsSubtypes[Neo4j]/db 19:11:42.757 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot... 19:11:42.758 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot (isMany=true|isOrdered=false|isUnique=true|type=BinaryPackageFragmentRoot) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 19:11:42.759 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot 19:11:42.761 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 19:11:42.763 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 19:11:42.763 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.004s 19:11:42.763 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot. 19:11:42.768 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13049620142423330342/test_getAllOfCountsSubtypes[Neo4j]/db 19:11:42.769 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot... 19:11:42.770 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot (isMany=true|isOrdered=false|isUnique=true|type=IPackageFragmentRoot) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 19:11:42.771 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot 19:11:42.772 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 19:11:42.774 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 3/3 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 19:11:42.774 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.003s 19:11:42.774 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot. 19:11:42.787 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... 19:11:42.791 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:42.791 [pool-209-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms 19:11:42.792 [pool-209-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13049620142423330342/test_getAllOfCountsSubtypes[Neo4j]/db 19:11:42.850 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:42.850 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 19:11:42.852 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:42.852 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:42.896 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:42.901 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:42.961 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:42.963 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:42.963 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:42.963 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:42.963 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:42.963 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:42.963 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:42.964 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:42.964 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:42.965 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:42.965 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:42.965 [pool-214-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 19:11:42.965 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 19:11:42.969 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:42.969 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:42.974 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:42.974 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:42.974 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:42.974 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:42.974 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:42.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:42.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:42.978 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:42.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:42.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:42.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:42.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:42.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:42.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:42.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:42.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:42.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:42.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:42.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:42.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:42.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:42.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:42.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:42.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:42.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:42.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:42.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:42.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:42.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:42.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:42.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:42.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:42.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:43.055 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 19:11:43.055 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:43.055 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 19:11:43.058 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:43.058 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 19:11:43.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 19:11:43.062 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 19:11:43.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 19:11:43.064 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 19:11:43.064 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 19:11:43.064 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.064 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 19:11:43.064 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.064 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 19:11:43.064 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 19:11:43.064 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 19:11:43.064 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 19:11:43.064 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 19:11:43.064 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 19:11:43.065 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:43.065 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:43.084 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:43.085 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:43.174 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:43.176 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:43.199 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:43.200 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:43.200 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:43.200 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:43.200 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:43.200 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:43.200 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:43.201 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:43.201 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:43.201 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:43.201 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... 19:11:43.202 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:43.202 [pool-217-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 19:11:43.205 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:43.205 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:43.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:43.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:43.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:43.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:43.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:43.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:43.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:43.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:43.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:43.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:43.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:43.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:43.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:43.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:43.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:43.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:43.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:43.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:43.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:43.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:43.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:43.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:43.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:43.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:43.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:43.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:43.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:43.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:43.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:43.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:43.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:43.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:43.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:43.272 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 19:11:43.272 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:43.272 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 19:11:43.274 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:43.274 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:43.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 19:11:43.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 19:11:43.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 19:11:43.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 19:11:43.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 19:11:43.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 19:11:43.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 19:11:43.277 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.278 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 19:11:43.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 19:11:43.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 19:11:43.279 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 19:11:43.282 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:43.282 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:43.283 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:43.283 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:43.364 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:43.366 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:43.410 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:43.411 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:43.411 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:43.411 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:43.411 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:43.449 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:43.449 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:43.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:43.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:43.450 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:43.451 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:43.451 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 19:11:43.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 19:11:43.454 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:43.454 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:43.459 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:43.460 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:43.460 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:43.460 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:43.460 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:43.460 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:43.460 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:43.460 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:43.461 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:43.461 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:43.461 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:43.462 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:43.462 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:43.463 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:43.463 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:43.463 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:43.463 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:43.463 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:43.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:43.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:43.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:43.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:43.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:43.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:43.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:43.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:43.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:43.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:43.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:43.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:43.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:43.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:43.464 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:43.477 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 19:11:43.477 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:43.477 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 19:11:43.480 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:43.480 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 19:11:43.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 19:11:43.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 19:11:43.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 19:11:43.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 19:11:43.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 19:11:43.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 19:11:43.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 19:11:43.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 19:11:43.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 19:11:43.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.483 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 19:11:43.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 19:11:43.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 19:11:43.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 19:11:43.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 19:11:43.486 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:43.486 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:43.487 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:43.487 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:43.555 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:43.557 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:43.633 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:43.634 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:43.634 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:43.634 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:43.634 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:43.634 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:43.634 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:43.635 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:43.635 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:43.635 [pool-223-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:43.636 [pool-223-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:43.636 [pool-223-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 19:11:43.636 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 19:11:43.639 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:43.639 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:43.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:43.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:43.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:43.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:43.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:43.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:43.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:43.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:43.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:43.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:43.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:43.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:43.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:43.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:43.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:43.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:43.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:43.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:43.653 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:43.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:43.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:43.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:43.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:43.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:43.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:43.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:43.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:43.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:43.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:43.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:43.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:43.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:43.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:43.673 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 19:11:43.673 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:43.673 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 19:11:43.675 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:43.675 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 19:11:43.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 19:11:43.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 19:11:43.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 19:11:43.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 19:11:43.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 19:11:43.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 19:11:43.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 19:11:43.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 19:11:43.678 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 19:11:43.678 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 19:11:43.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 19:11:43.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 19:11:43.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 19:11:43.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 19:11:43.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 19:11:43.681 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:43.681 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:43.683 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:43.683 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:43.791 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:43.793 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:43.812 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:43.813 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:43.813 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:43.813 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:43.813 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:43.814 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:43.814 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:43.814 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 19:11:43.814 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:43.814 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:43.815 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:43.815 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 19:11:43.815 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 19:11:43.818 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:43.818 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:43.822 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:43.822 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:43.822 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:43.824 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:43.824 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:43.824 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:43.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:43.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:43.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:43.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:43.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:43.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:43.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:43.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:43.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:43.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:43.825 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:43.826 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:43.826 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:43.826 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:43.826 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:43.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:43.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:43.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:43.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:43.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:43.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:43.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:43.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:43.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:43.827 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:43.828 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:43.828 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:43.860 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 19:11:43.860 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:43.860 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 19:11:43.862 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:43.862 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 19:11:43.864 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 19:11:43.865 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 19:11:43.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 19:11:43.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 19:11:43.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.867 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 19:11:43.868 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:43.868 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:43.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:43.870 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:43.904 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:43.906 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:43.926 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:43.927 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:43.927 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 19:11:43.927 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:43.927 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:43.927 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 19:11:43.927 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 19:11:43.928 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 19:11:43.928 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 19:11:43.928 [pool-229-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 19:11:43.928 [pool-229-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 19:11:43.929 [pool-229-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 19:11:43.950 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 19:11:43.952 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:43.952 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:43.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:43.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:43.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:43.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:43.958 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:43.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:43.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:43.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:43.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:43.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:43.960 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:43.960 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:43.960 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:43.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:43.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:43.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:43.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:43.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:43.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:43.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:43.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:43.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:43.961 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:43.962 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:43.962 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:43.962 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:43.962 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:43.962 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:43.962 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:43.962 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:43.962 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:43.962 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:43.962 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:43.975 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 19:11:43.975 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 19:11:43.975 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 19:11:43.977 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:43.977 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:43.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 19:11:43.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 19:11:43.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 19:11:43.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 19:11:43.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 19:11:43.979 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 19:11:43.980 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 19:11:43.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 19:11:43.983 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:43.983 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:43.984 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:43.984 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:44.078 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 19:11:44.080 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 19:11:44.585 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:44.587 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:44.587 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 19:11:44.968 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:44.968 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:45.068 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.074 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 19:11:45.075 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.076 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.077 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.080 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:45.080 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.080 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.081 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.081 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.083 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 19:11:45.083 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.086 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:45.086 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.086 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.087 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.087 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.089 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.089 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 19:11:45.089 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:45.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:45.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:45.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:45.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:45.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:45.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:45.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:45.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:45.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:45.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:45.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:45.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:45.150 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:45.151 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:45.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:45.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:45.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:45.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:45.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:45.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:45.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:45.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:45.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:45.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:45.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:45.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:45.155 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:45.155 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:45.155 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:45.155 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:45.155 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:45.155 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:45.158 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 19:11:45.158 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 19:11:45.158 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 19:11:45.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 19:11:45.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 19:11:45.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 19:11:45.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 19:11:45.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 19:11:45.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 19:11:45.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:45.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 19:11:45.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 19:11:45.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 19:11:45.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 19:11:45.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:45.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 19:11:45.161 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.161 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 19:11:45.166 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:45.166 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.171 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 19:11:45.171 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 19:11:45.174 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 19:11:45.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 19:11:45.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 19:11:45.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 19:11:45.265 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 19:11:45.269 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 19:11:45.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 19:11:45.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 19:11:45.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 19:11:45.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 19:11:45.364 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 19:11:45.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 19:11:45.376 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 19:11:45.464 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.465 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 19:11:45.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 19:11:45.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 19:11:45.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 19:11:45.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 19:11:45.467 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 19:11:45.468 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.468 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 19:11:45.573 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:45.573 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:45.574 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:45.575 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:45.656 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:45.657 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:45.658 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 19:11:45.758 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:45.758 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:45.860 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.868 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 19:11:45.868 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.870 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.872 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.872 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 19:11:45.875 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:45.875 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.877 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 19:11:45.877 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.878 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.879 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:45.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:45.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:45.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:45.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:45.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:45.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:45.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:45.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:45.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:45.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:45.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:45.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:45.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:45.882 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:45.884 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:45.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:45.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:45.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:45.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:45.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:45.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:45.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:45.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:45.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:45.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:45.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:45.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:45.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:45.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:45.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:45.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:45.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:45.888 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.889 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 19:11:45.950 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:45.950 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.951 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.951 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.953 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 19:11:45.953 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:45.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 19:11:45.955 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:45.955 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.956 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.956 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.956 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.958 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 19:11:45.958 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.959 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.960 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:45.962 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 19:11:45.962 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:45.964 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 19:11:45.964 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 19:11:45.966 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 19:11:45.990 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 19:11:45.991 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 19:11:45.992 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 19:11:46.059 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 19:11:46.064 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 19:11:46.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 19:11:46.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 19:11:46.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 19:11:46.157 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 19:11:46.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 19:11:46.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 19:11:46.183 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 19:11:46.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 19:11:46.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 19:11:46.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 19:11:46.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 19:11:46.405 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 19:11:46.491 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:46.491 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:46.493 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:46.493 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:46.570 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:46.571 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:46.571 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 19:11:46.650 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:46.650 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:46.674 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 19:11:46.674 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:46.675 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.675 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.676 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.680 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 19:11:46.680 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:46.683 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 19:11:46.686 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:46.686 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 19:11:46.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.687 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.688 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:46.688 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 19:11:46.691 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 19:11:46.691 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:46.691 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.692 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.751 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:46.751 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 19:11:46.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:46.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:46.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:46.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:46.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:46.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:46.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:46.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:46.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:46.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:46.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:46.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:46.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:46.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:46.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:46.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:46.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:46.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:46.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:46.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:46.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:46.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:46.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:46.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:46.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:46.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:46.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:46.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:46.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:46.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:46.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:46.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:46.758 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:46.760 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.760 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:46.760 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:46.760 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.763 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:46.763 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:46.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.765 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 19:11:46.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:46.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 19:11:46.768 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.768 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:46.768 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:46.768 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.769 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:46.770 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 19:11:46.771 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 19:11:46.773 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 19:11:46.793 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 19:11:46.794 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 19:11:46.795 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 19:11:46.857 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 19:11:46.861 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 19:11:46.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 19:11:46.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 19:11:46.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 19:11:46.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 19:11:46.956 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 19:11:46.956 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 19:11:46.966 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 19:11:47.000 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 19:11:47.000 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 19:11:47.000 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 19:11:47.000 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 19:11:47.000 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 19:11:47.100 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:47.100 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:47.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:47.151 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:47.174 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:47.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:47.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 19:11:47.258 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:47.258 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:47.281 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 19:11:47.286 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:47.286 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:47.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:47.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:47.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:47.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:47.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:47.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:47.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:47.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:47.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:47.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:47.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:47.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:47.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:47.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:47.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:47.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:47.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:47.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:47.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:47.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:47.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:47.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:47.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:47.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:47.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:47.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:47.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:47.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:47.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:47.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:47.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:47.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:47.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:47.296 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 19:11:47.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 19:11:47.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 19:11:47.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 19:11:47.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 19:11:47.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 19:11:47.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 19:11:47.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 19:11:47.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 19:11:47.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:47.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 19:11:47.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 19:11:47.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 19:11:47.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:47.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 19:11:47.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 19:11:47.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:47.297 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 19:11:47.298 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:47.350 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:47.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.353 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 19:11:47.353 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:47.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.356 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 19:11:47.356 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:47.359 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:47.359 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:47.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.362 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 19:11:47.362 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 19:11:47.365 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 19:11:47.387 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 19:11:47.388 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 19:11:47.390 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 19:11:47.455 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 19:11:47.460 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 19:11:47.481 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 19:11:47.487 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 19:11:47.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 19:11:47.659 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 19:11:47.670 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 19:11:47.670 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 19:11:47.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 19:11:47.763 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:47.764 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 19:11:47.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.765 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:47.765 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 19:11:47.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.768 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 19:11:47.769 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:47.769 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.769 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.770 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:47.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 19:11:47.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 19:11:47.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 19:11:47.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 19:11:47.771 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 19:11:47.771 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 19:11:47.772 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:47.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:47.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:47.876 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:47.876 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:47.957 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:47.959 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:47.959 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 19:11:47.987 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:47.987 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:48.070 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.071 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 19:11:48.075 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.079 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 19:11:48.079 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.079 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.079 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.079 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.084 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.085 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 19:11:48.085 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.085 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:48.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:48.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:48.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:48.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:48.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:48.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:48.088 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:48.089 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:48.089 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:48.089 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:48.089 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:48.089 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:48.089 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:48.090 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:48.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:48.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:48.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:48.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:48.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:48.093 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:48.093 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:48.093 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:48.093 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:48.093 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:48.093 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:48.093 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:48.093 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:48.093 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:48.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:48.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:48.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:48.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:48.151 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 19:11:48.152 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 19:11:48.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 19:11:48.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 19:11:48.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 19:11:48.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 19:11:48.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 19:11:48.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 19:11:48.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:48.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 19:11:48.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 19:11:48.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 19:11:48.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 19:11:48.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:48.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 19:11:48.154 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 19:11:48.154 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.156 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.156 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 19:11:48.157 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.158 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.158 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.160 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:48.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.160 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.161 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.162 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.163 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 19:11:48.164 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 19:11:48.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 19:11:48.194 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 19:11:48.195 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 19:11:48.197 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 19:11:48.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 19:11:48.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 19:11:48.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 19:11:48.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 19:11:48.301 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 19:11:48.359 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 19:11:48.372 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 19:11:48.373 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 19:11:48.385 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 19:11:48.475 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.476 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 19:11:48.478 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:48.478 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.478 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.479 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.482 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:48.482 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.482 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 19:11:48.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 19:11:48.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 19:11:48.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 19:11:48.485 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 19:11:48.657 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:48.657 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:48.660 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:48.660 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:48.750 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:48.751 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:48.751 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 19:11:48.776 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:48.776 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:48.859 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.864 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:48.864 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.865 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.866 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.868 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 19:11:48.868 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.870 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 19:11:48.871 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.873 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:48.873 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:48.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:48.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:48.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:48.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:48.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:48.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:48.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:48.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:48.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:48.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:48.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:48.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:48.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:48.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:48.879 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:48.879 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:48.879 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:48.879 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:48.879 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:48.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:48.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:48.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:48.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:48.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:48.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:48.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:48.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:48.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:48.880 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:48.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:48.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:48.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:48.883 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:48.883 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.884 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.884 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.884 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:48.886 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 19:11:48.886 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:48.887 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 19:11:48.888 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 19:11:48.888 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.891 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 19:11:48.891 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:48.893 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 19:11:48.893 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 19:11:48.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 19:11:49.092 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 19:11:49.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 19:11:49.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 19:11:49.106 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 19:11:49.110 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 19:11:49.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 19:11:49.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 19:11:49.177 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 19:11:49.186 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 19:11:49.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 19:11:49.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 19:11:49.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 19:11:49.362 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 19:11:49.363 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:49.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.363 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.364 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 19:11:49.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 19:11:49.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 19:11:49.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 19:11:49.367 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 19:11:49.367 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 19:11:49.367 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:49.369 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.369 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.369 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.477 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:49.477 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:49.479 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:49.479 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:49.556 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:49.558 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:49.558 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 19:11:49.582 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:49.582 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:49.661 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 19:11:49.666 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:49.666 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:49.667 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.667 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.668 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.670 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:49.670 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:49.670 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.670 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.671 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.672 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.673 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 19:11:49.673 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:49.673 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.674 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.675 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:49.675 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:49.676 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:49.676 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:49.676 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:49.676 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:49.676 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:49.676 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:49.676 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:49.676 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:49.676 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:49.676 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:49.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:49.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:49.677 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:49.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:49.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:49.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:49.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:49.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:49.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:49.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:49.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:49.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:49.679 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:49.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:49.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:49.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:49.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:49.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:49.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:49.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:49.680 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:49.682 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:49.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 19:11:49.685 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:49.685 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:49.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.687 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 19:11:49.688 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 19:11:49.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 19:11:49.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 19:11:49.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 19:11:49.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 19:11:49.775 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 19:11:49.779 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 19:11:49.795 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 19:11:49.799 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 19:11:49.854 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 19:11:49.862 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 19:11:49.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 19:11:49.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 19:11:49.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 19:11:49.966 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:49.967 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 19:11:49.970 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:49.970 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 19:11:49.972 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 19:11:49.972 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:49.972 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.973 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.974 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.976 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 19:11:49.976 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:49.976 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.977 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.977 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:49.979 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 19:11:49.979 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:49.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 19:11:49.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 19:11:49.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 19:11:49.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 19:11:49.980 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 19:11:50.083 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:50.083 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:50.085 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:50.085 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:50.162 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:50.163 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:50.163 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 19:11:50.185 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:50.185 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:50.264 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 19:11:50.269 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:50.269 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:50.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.273 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 19:11:50.273 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:50.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.273 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.274 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.275 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:50.276 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 19:11:50.278 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:50.278 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 19:11:50.280 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:50.280 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:50.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.281 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:50.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:50.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:50.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:50.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:50.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:50.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:50.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:50.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:50.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:50.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:50.283 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:50.284 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:50.284 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:50.284 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:50.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:50.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:50.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:50.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:50.286 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:50.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:50.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:50.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:50.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:50.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:50.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:50.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:50.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:50.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:50.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:50.287 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:50.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:50.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:50.290 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 19:11:50.290 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:50.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 19:11:50.292 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 19:11:50.292 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.292 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:50.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.294 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.295 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 19:11:50.295 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 19:11:50.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 19:11:50.377 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 19:11:50.378 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 19:11:50.380 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 19:11:50.536 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 19:11:50.553 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 19:11:50.574 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 19:11:50.578 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 19:11:50.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 19:11:50.593 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 19:11:50.655 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 19:11:50.656 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 19:11:50.665 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 19:11:50.753 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:50.753 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:50.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 19:11:50.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 19:11:50.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 19:11:50.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 19:11:50.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 19:11:50.757 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 19:11:50.757 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:50.759 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 19:11:50.760 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:50.760 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.761 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.762 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:50.865 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:50.865 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:50.866 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:50.866 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 19:11:50.890 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:50.891 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:50.891 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 19:11:50.962 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 19:11:50.962 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 19:11:50.984 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:50.985 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 19:11:50.989 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard to http://www.eclipse.org/uml2/5.0.0/UML 19:11:50.993 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 19:11:50.993 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:51.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 19:11:51.050 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 19:11:51.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 19:11:51.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 19:11:51.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 19:11:51.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 19:11:51.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 19:11:51.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 19:11:51.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 19:11:51.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 19:11:51.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 19:11:51.051 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 19:11:51.052 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 19:11:51.052 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 19:11:51.052 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 19:11:51.053 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 19:11:51.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 19:11:51.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 19:11:51.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 19:11:51.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 19:11:51.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 19:11:51.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 19:11:51.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 19:11:51.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 19:11:51.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 19:11:51.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 19:11:51.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 19:11:51.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 19:11:51.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 19:11:51.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 19:11:51.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 19:11:51.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 19:11:51.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 19:11:51.057 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 19:11:51.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 19:11:51.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 19:11:51.059 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 19:11:51.059 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:51.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.064 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:51.064 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:51.064 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.065 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.066 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 19:11:51.066 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:51.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.069 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 19:11:51.069 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 19:11:51.073 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 19:11:51.094 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 19:11:51.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 19:11:51.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 19:11:51.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 19:11:51.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 19:11:51.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 19:11:51.184 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 19:11:51.190 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 19:11:51.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 19:11:51.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 19:11:51.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 19:11:51.270 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 19:11:51.351 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 19:11:51.351 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:51.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.355 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:51.355 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:51.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.358 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:51.358 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 19:11:51.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 19:11:51.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 19:11:51.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 19:11:51.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 19:11:51.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 19:11:51.360 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.360 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 19:11:51.360 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 19:11:51.361 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.361 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 19:11:51.462 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 19:11:51.462 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 19:11:51.464 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 19:11:51.464 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete Tests run: 56, Failures: 0, Errors: 25, Skipped: 0, Time elapsed: 108.192 s <<< FAILURE! - in org.eclipse.hawk.neo4jv2.tests.Neo4J2IntegrationTestSuite set0[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 31.579 s tree[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.738 s treeWithSpaces[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.677 s treeCrossResourceContainment[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.699 s derivedEdgeCollection[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.704 s deriveThenAdd[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.632 s derivedEdgeSingle[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.585 s addThenIndex[Neo4j](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.595 s lookupWithIndex[Neo4j](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.673 s lookupWithoutIndex[Neo4j](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.607 s eContainersIsUpdatedRoot[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest) Time elapsed: 0.234 s <<< ERROR! java.lang.IllegalArgumentException: Could not find 'EFeatureMapEntry' in metamodel 'http://www.eclipse.org/emf/2002/Ecore' to create edge type _hawkref_mixed at org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest.setUp(DerivedFromMetaPropertiesTest.java:82) queryEnumValues[Neo4j](org.eclipse.hawk.integration.tests.emf.EnumSupportTest) Time elapsed: 0.402 s slotType[Neo4j](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.506 s typeSubtypes[Neo4j](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.458 s slotInstanceTypeName[Neo4j](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.545 s typeSupertypes[Neo4j](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.461 s metamodels[Neo4j](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.428 s elephantResolve[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 8.065 s zoo[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 4.484 s metamodel[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 3.524 s zoo[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 12.81 s bpmn[Neo4j](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest) Time elapsed: 0.775 s instanceCountsAllOf[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.527 s listFiles[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.433 s instanceCounts[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.543 s reverseRefs[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.502 s forwardRefs[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.498 s allContents[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 6.806 s subtreeTraversalScoping[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 6.232 s getAllOf[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 5.917 s getFiles[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 4.843 s getAllOfCountsSubtypes[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 2.843 s addChild[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.274 s <<< ERROR! java.lang.IllegalArgumentException: Could not find 'EFeatureMapEntry' in metamodel 'http://www.eclipse.org/emf/2002/Ecore' to create edge type _hawkref_anyAttribute at org.eclipse.hawk.integration.tests.emf.TreeUpdateTest.prepare(TreeUpdateTest.java:66) at org.eclipse.hawk.integration.tests.emf.TreeUpdateTest.addChild(TreeUpdateTest.java:114) addModel[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.189 s <<< ERROR! java.lang.IllegalArgumentException: Could not find 'EFeatureMapEntry' in metamodel 'http://www.eclipse.org/emf/2002/Ecore' to create edge type _hawkref_mixed at org.eclipse.hawk.integration.tests.emf.TreeUpdateTest.addModel(TreeUpdateTest.java:89) renameRoot[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.191 s <<< ERROR! java.lang.IllegalArgumentException: Could not find 'EFeatureMapEntry' in metamodel 'http://www.eclipse.org/emf/2002/Ecore' to create edge type _hawkref_mixed at org.eclipse.hawk.integration.tests.emf.TreeUpdateTest.prepare(TreeUpdateTest.java:66) at org.eclipse.hawk.integration.tests.emf.TreeUpdateTest.renameRoot(TreeUpdateTest.java:157) eContainer[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.236 s <<< ERROR! java.lang.IllegalArgumentException: Could not find 'EFeatureMapEntry' in metamodel 'http://www.eclipse.org/emf/2002/Ecore' to create edge type _hawkref_anyAttribute at org.eclipse.hawk.integration.tests.emf.TreeUpdateTest.prepare(TreeUpdateTest.java:66) at org.eclipse.hawk.integration.tests.emf.TreeUpdateTest.eContainer(TreeUpdateTest.java:79) removeChild[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.113 s <<< ERROR! java.lang.IllegalArgumentException: Could not find 'EFeatureMapEntry' in metamodel 'http://www.eclipse.org/emf/2002/Ecore' to create edge type _hawkref_mixed at org.eclipse.hawk.integration.tests.emf.TreeUpdateTest.prepare(TreeUpdateTest.java:66) at org.eclipse.hawk.integration.tests.emf.TreeUpdateTest.removeChild(TreeUpdateTest.java:129) renameChild[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.174 s <<< ERROR! java.lang.IllegalArgumentException: Could not find 'EFeatureMapEntry' in metamodel 'http://www.eclipse.org/emf/2002/Ecore' to create edge type _hawkref_anyAttribute at org.eclipse.hawk.integration.tests.emf.TreeUpdateTest.prepare(TreeUpdateTest.java:66) at org.eclipse.hawk.integration.tests.emf.TreeUpdateTest.renameChild(TreeUpdateTest.java:144) upgradeModelProfileVersion[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 1.497 s <<< ERROR! java.lang.IllegalArgumentException: Could not find 'EFeatureMapEntry' in metamodel 'http://www.eclipse.org/emf/2002/Ecore' to create edge type _hawkref_any upgradeModelProfileVersion[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 1.497 s <<< ERROR! java.lang.NullPointerException stereotypeAsModel[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 0.918 s <<< ERROR! java.lang.IllegalArgumentException: Could not find 'EFeatureMapEntry' in metamodel 'http://www.eclipse.org/emf/2002/Ecore' to create edge type _hawkref_any stereotypeAsModel[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 0.918 s <<< ERROR! java.lang.NullPointerException localfolderCrosslinks[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 0.658 s <<< ERROR! java.lang.IllegalArgumentException: Could not find 'EFeatureMapEntry' in metamodel 'http://www.eclipse.org/emf/2002/Ecore' to create edge type _hawkref_any localfolderCrosslinks[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 0.658 s <<< ERROR! java.lang.NullPointerException zoo[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 0.725 s <<< ERROR! java.lang.IllegalArgumentException: Could not find 'EFeatureMapEntry' in metamodel 'http://www.eclipse.org/emf/2002/Ecore' to create edge type _hawkref_any zoo[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 0.725 s <<< ERROR! java.lang.NullPointerException indexLibraries[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 0.784 s <<< ERROR! java.lang.IllegalArgumentException: Could not find 'EFeatureMapEntry' in metamodel 'http://www.eclipse.org/emf/2002/Ecore' to create edge type _hawkref_any indexLibraries[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 0.784 s <<< ERROR! java.lang.NullPointerException customProfileV4[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 0.82 s <<< ERROR! java.lang.IllegalArgumentException: Could not find 'EFeatureMapEntry' in metamodel 'http://www.eclipse.org/emf/2002/Ecore' to create edge type _hawkref_any customProfileV4[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 0.82 s <<< ERROR! java.lang.NullPointerException customProfileV5[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 0.605 s <<< ERROR! java.lang.IllegalArgumentException: Could not find 'EFeatureMapEntry' in metamodel 'http://www.eclipse.org/emf/2002/Ecore' to create edge type _hawkref_any customProfileV5[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 0.605 s <<< ERROR! java.lang.NullPointerException modelProfileInsideRepository[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 0.781 s <<< ERROR! java.lang.IllegalArgumentException: Could not find 'EFeatureMapEntry' in metamodel 'http://www.eclipse.org/emf/2002/Ecore' to create edge type _hawkref_any modelProfileInsideRepository[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 0.782 s <<< ERROR! java.lang.NullPointerException workspaceCrosslinks[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Time elapsed: 0.597 s <<< ERROR! java.lang.IllegalArgumentException: Could not find 'EFeatureMapEntry' in metamodel 'http://www.eclipse.org/emf/2002/Ecore' to create edge type _hawkref_any workspaceCrosslinks[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Time elapsed: 0.597 s <<< ERROR! java.lang.NullPointerException Results: Errors: DerivedFromMetaPropertiesTest.setUp:82 » IllegalArgument Could not find 'EFeat... TreeUpdateTest.addChild:114->prepare:66 » IllegalArgument Could not find 'EFea... TreeUpdateTest.addModel:89 » IllegalArgument Could not find 'EFeatureMapEntry'... TreeUpdateTest.eContainer:79->prepare:66 » IllegalArgument Could not find 'EFe... TreeUpdateTest.removeChild:129->prepare:66 » IllegalArgument Could not find 'E... TreeUpdateTest.renameChild:144->prepare:66 » IllegalArgument Could not find 'E... TreeUpdateTest.renameRoot:157->prepare:66 » IllegalArgument Could not find 'EF... org.eclipse.hawk.integration.tests.uml.UMLIndexingTest.customProfileV4[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Run 1: UMLIndexingTest>AbstractUMLIndexingTest.setup:51->ModelIndexingTest.setup:159 » IllegalArgument Run 2: UMLIndexingTest>ModelIndexingTest.teardown:172 » NullPointer org.eclipse.hawk.integration.tests.uml.UMLIndexingTest.customProfileV5[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Run 1: UMLIndexingTest>AbstractUMLIndexingTest.setup:51->ModelIndexingTest.setup:159 » IllegalArgument Run 2: UMLIndexingTest>ModelIndexingTest.teardown:172 » NullPointer org.eclipse.hawk.integration.tests.uml.UMLIndexingTest.indexLibraries[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Run 1: UMLIndexingTest>AbstractUMLIndexingTest.setup:51->ModelIndexingTest.setup:159 » IllegalArgument Run 2: UMLIndexingTest>ModelIndexingTest.teardown:172 » NullPointer org.eclipse.hawk.integration.tests.uml.UMLIndexingTest.localfolderCrosslinks[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Run 1: UMLIndexingTest>AbstractUMLIndexingTest.setup:51->ModelIndexingTest.setup:159 » IllegalArgument Run 2: UMLIndexingTest>ModelIndexingTest.teardown:172 » NullPointer org.eclipse.hawk.integration.tests.uml.UMLIndexingTest.modelProfileInsideRepository[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Run 1: UMLIndexingTest>AbstractUMLIndexingTest.setup:51->ModelIndexingTest.setup:159 » IllegalArgument Run 2: UMLIndexingTest>ModelIndexingTest.teardown:172 » NullPointer org.eclipse.hawk.integration.tests.uml.UMLIndexingTest.stereotypeAsModel[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Run 1: UMLIndexingTest>AbstractUMLIndexingTest.setup:51->ModelIndexingTest.setup:159 » IllegalArgument Run 2: UMLIndexingTest>ModelIndexingTest.teardown:172 » NullPointer org.eclipse.hawk.integration.tests.uml.UMLIndexingTest.upgradeModelProfileVersion[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Run 1: UMLIndexingTest>AbstractUMLIndexingTest.setup:51->ModelIndexingTest.setup:159 » IllegalArgument Run 2: UMLIndexingTest>ModelIndexingTest.teardown:172 » NullPointer org.eclipse.hawk.integration.tests.uml.UMLIndexingTest.zoo[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Run 1: UMLIndexingTest>AbstractUMLIndexingTest.setup:51->ModelIndexingTest.setup:159 » IllegalArgument Run 2: UMLIndexingTest>ModelIndexingTest.teardown:172 » NullPointer org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest.workspaceCrosslinks[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Run 1: UMLWorkspaceIndexingTest>AbstractUMLIndexingTest.setup:51->ModelIndexingTest.setup:159 » IllegalArgument Run 2: UMLWorkspaceIndexingTest>ModelIndexingTest.teardown:172 » NullPointer Tests run: 90, Failures: 0, Errors: 16, Skipped: 2 19:11:52.198 [Thread-334] ERROR org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@523cc8a0' failed to stop. Please see attached cause exception. org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@523cc8a0' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.lifecycle.LifeSupport.shutdown(LifeSupport.java:185) at org.neo4j.kernel.InternalAbstractGraphDatabase.shutdown(InternalAbstractGraphDatabase.java:811) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase.shutdown(Neo4JDatabase.java:194) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase$1.run(Neo4JDatabase.java:150) Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource@39936a5' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.stop(XaDataSourceManager.java:185) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 5 common frames omitted Caused by: java.io.IOException: Logical log[/tmp/junit8123205618035941876/test_localfolderCrosslinks[Neo4j]/db/nioneo_logical.log.1] not found at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.renameLogFileToRightVersion(XaLogicalLog.java:673) at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.close(XaLogicalLog.java:741) at org.neo4j.kernel.impl.transaction.xaframework.XaContainer.close(XaContainer.java:74) at org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource.stop(NeoStoreXaDataSource.java:473) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 8 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.extension.KernelExtensions@32ac4f4' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) ... 5 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.lucene.LuceneKernelExtension@52acba98' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.extension.KernelExtensions.stop(KernelExtensions.java:124) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 5 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.impl.lucene.LuceneDataSource@22383180' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.shutdown(LifeSupport.java:547) at org.neo4j.kernel.lifecycle.LifeSupport.remove(LifeSupport.java:339) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.unregisterDataSource(XaDataSourceManager.java:272) at org.neo4j.index.lucene.LuceneKernelExtension.stop(LuceneKernelExtension.java:92) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 8 common frames omitted Caused by: java.io.FileNotFoundException: /tmp/junit8123205618035941876/test_localfolderCrosslinks[Neo4j]/db/index/lucene/node/METAMODELINDEX/_0.fdx (No such file or directory) at java.base/java.io.RandomAccessFile.open0(Native Method) at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:345) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:214) at org.apache.lucene.store.FSDirectory.fsync(FSDirectory.java:503) at org.apache.lucene.store.FSDirectory.sync(FSDirectory.java:336) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4557) at org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:3414) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3485) at org.apache.lucene.index.IndexWriter.closeInternal(IndexWriter.java:1873) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1812) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1776) at org.neo4j.index.impl.lucene.IndexReference.dispose(IndexReference.java:86) at org.neo4j.index.impl.lucene.LuceneDataSource.stop(LuceneDataSource.java:325) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 13 common frames omitted 19:11:52.198 [Thread-334] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - SHUTDOWN HOOK INVOKED: (took ~0sec) 19:11:52.199 [Thread-336] ERROR org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@d3b3011' failed to stop. Please see attached cause exception. org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@d3b3011' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.lifecycle.LifeSupport.shutdown(LifeSupport.java:185) at org.neo4j.kernel.InternalAbstractGraphDatabase.shutdown(InternalAbstractGraphDatabase.java:811) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase.shutdown(Neo4JDatabase.java:194) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase$1.run(Neo4JDatabase.java:150) Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource@17eae8f3' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.stop(XaDataSourceManager.java:185) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 5 common frames omitted Caused by: java.io.IOException: Logical log[/tmp/junit4882051996861443358/test_zoo[Neo4j]/db/nioneo_logical.log.1] not found at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.renameLogFileToRightVersion(XaLogicalLog.java:673) at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.close(XaLogicalLog.java:741) at org.neo4j.kernel.impl.transaction.xaframework.XaContainer.close(XaContainer.java:74) at org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource.stop(NeoStoreXaDataSource.java:473) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 8 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.extension.KernelExtensions@4d41362d' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) ... 5 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.lucene.LuceneKernelExtension@1c09e5c9' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.extension.KernelExtensions.stop(KernelExtensions.java:124) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 5 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.impl.lucene.LuceneDataSource@6c53c359' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.shutdown(LifeSupport.java:547) at org.neo4j.kernel.lifecycle.LifeSupport.remove(LifeSupport.java:339) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.unregisterDataSource(XaDataSourceManager.java:272) at org.neo4j.index.lucene.LuceneKernelExtension.stop(LuceneKernelExtension.java:92) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 8 common frames omitted Caused by: java.io.FileNotFoundException: /tmp/junit4882051996861443358/test_zoo[Neo4j]/db/index/lucene/node/METAMODELINDEX/_0.fdx (No such file or directory) at java.base/java.io.RandomAccessFile.open0(Native Method) at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:345) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:214) at org.apache.lucene.store.FSDirectory.fsync(FSDirectory.java:503) at org.apache.lucene.store.FSDirectory.sync(FSDirectory.java:336) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4557) at org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:3414) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3485) at org.apache.lucene.index.IndexWriter.closeInternal(IndexWriter.java:1873) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1812) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1776) at org.neo4j.index.impl.lucene.IndexReference.dispose(IndexReference.java:86) at org.neo4j.index.impl.lucene.LuceneDataSource.stop(LuceneDataSource.java:325) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 13 common frames omitted 19:11:52.199 [Thread-336] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - SHUTDOWN HOOK INVOKED: (took ~0sec) 19:11:52.199 [Thread-338] ERROR org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@6fd667d6' failed to stop. Please see attached cause exception. org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@6fd667d6' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.lifecycle.LifeSupport.shutdown(LifeSupport.java:185) at org.neo4j.kernel.InternalAbstractGraphDatabase.shutdown(InternalAbstractGraphDatabase.java:811) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase.shutdown(Neo4JDatabase.java:194) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase$1.run(Neo4JDatabase.java:150) Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource@1c86844d' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.stop(XaDataSourceManager.java:185) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 5 common frames omitted Caused by: java.io.IOException: Logical log[/tmp/junit2361202445132856279/test_indexLibraries[Neo4j]/db/nioneo_logical.log.1] not found at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.renameLogFileToRightVersion(XaLogicalLog.java:673) at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.close(XaLogicalLog.java:741) at org.neo4j.kernel.impl.transaction.xaframework.XaContainer.close(XaContainer.java:74) at org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource.stop(NeoStoreXaDataSource.java:473) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 8 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.extension.KernelExtensions@712d7059' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) ... 5 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.lucene.LuceneKernelExtension@20d97b88' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.extension.KernelExtensions.stop(KernelExtensions.java:124) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 5 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.impl.lucene.LuceneDataSource@503f852d' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.shutdown(LifeSupport.java:547) at org.neo4j.kernel.lifecycle.LifeSupport.remove(LifeSupport.java:339) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.unregisterDataSource(XaDataSourceManager.java:272) at org.neo4j.index.lucene.LuceneKernelExtension.stop(LuceneKernelExtension.java:92) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 8 common frames omitted Caused by: java.io.FileNotFoundException: /tmp/junit2361202445132856279/test_indexLibraries[Neo4j]/db/index/lucene/node/METAMODELINDEX/_0.fdx (No such file or directory) at java.base/java.io.RandomAccessFile.open0(Native Method) at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:345) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:214) at org.apache.lucene.store.FSDirectory.fsync(FSDirectory.java:503) at org.apache.lucene.store.FSDirectory.sync(FSDirectory.java:336) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4557) at org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:3414) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3485) at org.apache.lucene.index.IndexWriter.closeInternal(IndexWriter.java:1873) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1812) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1776) at org.neo4j.index.impl.lucene.IndexReference.dispose(IndexReference.java:86) at org.neo4j.index.impl.lucene.LuceneDataSource.stop(LuceneDataSource.java:325) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 13 common frames omitted 19:11:52.199 [Thread-338] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - SHUTDOWN HOOK INVOKED: (took ~0sec) 19:11:52.201 [Thread-340] ERROR org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@5352dfde' failed to stop. Please see attached cause exception. org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@5352dfde' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.lifecycle.LifeSupport.shutdown(LifeSupport.java:185) at org.neo4j.kernel.InternalAbstractGraphDatabase.shutdown(InternalAbstractGraphDatabase.java:811) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase.shutdown(Neo4JDatabase.java:194) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase$1.run(Neo4JDatabase.java:150) Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource@286cd476' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.stop(XaDataSourceManager.java:185) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 5 common frames omitted Caused by: java.io.IOException: Logical log[/tmp/junit6991819596763554511/test_customProfileV4[Neo4j]/db/nioneo_logical.log.1] not found at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.renameLogFileToRightVersion(XaLogicalLog.java:673) at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.close(XaLogicalLog.java:741) at org.neo4j.kernel.impl.transaction.xaframework.XaContainer.close(XaContainer.java:74) at org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource.stop(NeoStoreXaDataSource.java:473) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 8 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.extension.KernelExtensions@300aef7d' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) ... 5 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.lucene.LuceneKernelExtension@61bf821c' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.extension.KernelExtensions.stop(KernelExtensions.java:124) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 5 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.impl.lucene.LuceneDataSource@11181a09' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.shutdown(LifeSupport.java:547) at org.neo4j.kernel.lifecycle.LifeSupport.remove(LifeSupport.java:339) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.unregisterDataSource(XaDataSourceManager.java:272) at org.neo4j.index.lucene.LuceneKernelExtension.stop(LuceneKernelExtension.java:92) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 8 common frames omitted Caused by: java.io.FileNotFoundException: /tmp/junit6991819596763554511/test_customProfileV4[Neo4j]/db/index/lucene/node/METAMODELINDEX/_0.fdx (No such file or directory) at java.base/java.io.RandomAccessFile.open0(Native Method) at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:345) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:214) at org.apache.lucene.store.FSDirectory.fsync(FSDirectory.java:503) at org.apache.lucene.store.FSDirectory.sync(FSDirectory.java:336) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4557) at org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:3414) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3485) at org.apache.lucene.index.IndexWriter.closeInternal(IndexWriter.java:1873) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1812) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1776) at org.neo4j.index.impl.lucene.IndexReference.dispose(IndexReference.java:86) at org.neo4j.index.impl.lucene.LuceneDataSource.stop(LuceneDataSource.java:325) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 13 common frames omitted 19:11:52.201 [Thread-340] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - SHUTDOWN HOOK INVOKED: (took ~0sec) 19:11:52.202 [Thread-344] ERROR org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@10cafcb6' failed to stop. Please see attached cause exception. org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@10cafcb6' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.lifecycle.LifeSupport.shutdown(LifeSupport.java:185) at org.neo4j.kernel.InternalAbstractGraphDatabase.shutdown(InternalAbstractGraphDatabase.java:811) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase.shutdown(Neo4JDatabase.java:194) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase$1.run(Neo4JDatabase.java:150) Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource@59504920' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.stop(XaDataSourceManager.java:185) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 5 common frames omitted Caused by: java.io.IOException: Logical log[/tmp/junit4061519107437950699/test_modelProfileInsideRepository[Neo4j]/db/nioneo_logical.log.1] not found at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.renameLogFileToRightVersion(XaLogicalLog.java:673) at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.close(XaLogicalLog.java:741) at org.neo4j.kernel.impl.transaction.xaframework.XaContainer.close(XaContainer.java:74) at org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource.stop(NeoStoreXaDataSource.java:473) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 8 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.extension.KernelExtensions@70d28c0a' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) ... 5 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.lucene.LuceneKernelExtension@212761c0' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.extension.KernelExtensions.stop(KernelExtensions.java:124) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 5 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.impl.lucene.LuceneDataSource@51c0797e' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.shutdown(LifeSupport.java:547) at org.neo4j.kernel.lifecycle.LifeSupport.remove(LifeSupport.java:339) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.unregisterDataSource(XaDataSourceManager.java:272) at org.neo4j.index.lucene.LuceneKernelExtension.stop(LuceneKernelExtension.java:92) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 8 common frames omitted Caused by: java.io.FileNotFoundException: /tmp/junit4061519107437950699/test_modelProfileInsideRepository[Neo4j]/db/index/lucene/node/METAMODELINDEX/_0.fdx (No such file or directory) at java.base/java.io.RandomAccessFile.open0(Native Method) at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:345) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:214) at org.apache.lucene.store.FSDirectory.fsync(FSDirectory.java:503) at org.apache.lucene.store.FSDirectory.sync(FSDirectory.java:336) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4557) at org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:3414) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3485) at org.apache.lucene.index.IndexWriter.closeInternal(IndexWriter.java:1873) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1812) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1776) at org.neo4j.index.impl.lucene.IndexReference.dispose(IndexReference.java:86) at org.neo4j.index.impl.lucene.LuceneDataSource.stop(LuceneDataSource.java:325) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 13 common frames omitted 19:11:52.202 [Thread-344] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - SHUTDOWN HOOK INVOKED: (took ~0sec) 19:11:52.203 [Thread-332] ERROR org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@7c573567' failed to stop. Please see attached cause exception. org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@7c573567' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.lifecycle.LifeSupport.shutdown(LifeSupport.java:185) at org.neo4j.kernel.InternalAbstractGraphDatabase.shutdown(InternalAbstractGraphDatabase.java:811) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase.shutdown(Neo4JDatabase.java:194) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase$1.run(Neo4JDatabase.java:150) Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource@4207cfd2' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.stop(XaDataSourceManager.java:185) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 5 common frames omitted Caused by: java.io.IOException: Logical log[/tmp/junit7724600006663158862/test_stereotypeAsModel[Neo4j]/db/nioneo_logical.log.1] not found at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.renameLogFileToRightVersion(XaLogicalLog.java:673) at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.close(XaLogicalLog.java:741) at org.neo4j.kernel.impl.transaction.xaframework.XaContainer.close(XaContainer.java:74) at org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource.stop(NeoStoreXaDataSource.java:473) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 8 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.extension.KernelExtensions@1df5afd0' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) ... 5 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.lucene.LuceneKernelExtension@5231f7df' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.extension.KernelExtensions.stop(KernelExtensions.java:124) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 5 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.impl.lucene.LuceneDataSource@590b5cab' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.shutdown(LifeSupport.java:547) at org.neo4j.kernel.lifecycle.LifeSupport.remove(LifeSupport.java:339) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.unregisterDataSource(XaDataSourceManager.java:272) at org.neo4j.index.lucene.LuceneKernelExtension.stop(LuceneKernelExtension.java:92) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 8 common frames omitted Caused by: java.io.FileNotFoundException: /tmp/junit7724600006663158862/test_stereotypeAsModel[Neo4j]/db/index/lucene/node/METAMODELINDEX/_0.fdx (No such file or directory) at java.base/java.io.RandomAccessFile.open0(Native Method) at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:345) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:214) at org.apache.lucene.store.FSDirectory.fsync(FSDirectory.java:503) at org.apache.lucene.store.FSDirectory.sync(FSDirectory.java:336) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4557) at org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:3414) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3485) at org.apache.lucene.index.IndexWriter.closeInternal(IndexWriter.java:1873) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1812) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1776) at org.neo4j.index.impl.lucene.IndexReference.dispose(IndexReference.java:86) at org.neo4j.index.impl.lucene.LuceneDataSource.stop(LuceneDataSource.java:325) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 13 common frames omitted 19:11:52.203 [Thread-332] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - SHUTDOWN HOOK INVOKED: (took ~0sec) 19:11:52.205 [Thread-342] ERROR org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@65d4760' failed to stop. Please see attached cause exception. org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@65d4760' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.lifecycle.LifeSupport.shutdown(LifeSupport.java:185) at org.neo4j.kernel.InternalAbstractGraphDatabase.shutdown(InternalAbstractGraphDatabase.java:811) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase.shutdown(Neo4JDatabase.java:194) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase$1.run(Neo4JDatabase.java:150) Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource@31ba7773' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.stop(XaDataSourceManager.java:185) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 5 common frames omitted Caused by: java.io.IOException: Logical log[/tmp/junit7488747014205397839/test_customProfileV5[Neo4j]/db/nioneo_logical.log.1] not found at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.renameLogFileToRightVersion(XaLogicalLog.java:673) at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.close(XaLogicalLog.java:741) at org.neo4j.kernel.impl.transaction.xaframework.XaContainer.close(XaContainer.java:74) at org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource.stop(NeoStoreXaDataSource.java:473) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 8 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.extension.KernelExtensions@78ea6cee' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) ... 5 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.lucene.LuceneKernelExtension@5b1a4589' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.extension.KernelExtensions.stop(KernelExtensions.java:124) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 5 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.impl.lucene.LuceneDataSource@11bd7879' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.shutdown(LifeSupport.java:547) at org.neo4j.kernel.lifecycle.LifeSupport.remove(LifeSupport.java:339) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.unregisterDataSource(XaDataSourceManager.java:272) at org.neo4j.index.lucene.LuceneKernelExtension.stop(LuceneKernelExtension.java:92) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 8 common frames omitted Caused by: java.io.FileNotFoundException: /tmp/junit7488747014205397839/test_customProfileV5[Neo4j]/db/index/lucene/node/METAMODELINDEX/_0.fdx (No such file or directory) at java.base/java.io.RandomAccessFile.open0(Native Method) at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:345) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:214) at org.apache.lucene.store.FSDirectory.fsync(FSDirectory.java:503) at org.apache.lucene.store.FSDirectory.sync(FSDirectory.java:336) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4557) at org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:3414) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3485) at org.apache.lucene.index.IndexWriter.closeInternal(IndexWriter.java:1873) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1812) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1776) at org.neo4j.index.impl.lucene.IndexReference.dispose(IndexReference.java:86) at org.neo4j.index.impl.lucene.LuceneDataSource.stop(LuceneDataSource.java:325) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 13 common frames omitted 19:11:52.205 [Thread-342] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - SHUTDOWN HOOK INVOKED: (took ~0sec) 19:11:52.205 [Thread-346] ERROR org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Shutdown in progress java.lang.IllegalStateException: Shutdown in progress at java.base/java.lang.ApplicationShutdownHooks.remove(ApplicationShutdownHooks.java:82) at java.base/java.lang.Runtime.removeShutdownHook(Runtime.java:244) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase.shutdown(Neo4JDatabase.java:197) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase$1.run(Neo4JDatabase.java:150) 19:11:52.205 [Thread-346] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - SHUTDOWN HOOK INVOKED: (took ~0sec) 19:11:52.205 [Thread-330] ERROR org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@11922536' failed to stop. Please see attached cause exception. org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@11922536' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.lifecycle.LifeSupport.shutdown(LifeSupport.java:185) at org.neo4j.kernel.InternalAbstractGraphDatabase.shutdown(InternalAbstractGraphDatabase.java:811) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase.shutdown(Neo4JDatabase.java:194) at org.eclipse.hawk.neo4j_v2.Neo4JDatabase$1.run(Neo4JDatabase.java:150) Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource@54a1fa3e' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.stop(XaDataSourceManager.java:185) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 5 common frames omitted Caused by: java.io.IOException: Logical log[/tmp/junit15426355810018266155/test_upgradeModelProfileVersion[Neo4j]/db/nioneo_logical.log.1] not found at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.renameLogFileToRightVersion(XaLogicalLog.java:673) at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.close(XaLogicalLog.java:741) at org.neo4j.kernel.impl.transaction.xaframework.XaContainer.close(XaContainer.java:74) at org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource.stop(NeoStoreXaDataSource.java:473) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 8 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.extension.KernelExtensions@7672a7ee' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) ... 5 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.lucene.LuceneKernelExtension@2781ecaf' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.extension.KernelExtensions.stop(KernelExtensions.java:124) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 5 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.impl.lucene.LuceneDataSource@5760529a' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.shutdown(LifeSupport.java:547) at org.neo4j.kernel.lifecycle.LifeSupport.remove(LifeSupport.java:339) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.unregisterDataSource(XaDataSourceManager.java:272) at org.neo4j.index.lucene.LuceneKernelExtension.stop(LuceneKernelExtension.java:92) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 8 common frames omitted Caused by: java.io.FileNotFoundException: /tmp/junit15426355810018266155/test_upgradeModelProfileVersion[Neo4j]/db/index/lucene/node/METAMODELINDEX/_0.fdx (No such file or directory) at java.base/java.io.RandomAccessFile.open0(Native Method) at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:345) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:214) at org.apache.lucene.store.FSDirectory.fsync(FSDirectory.java:503) at org.apache.lucene.store.FSDirectory.sync(FSDirectory.java:336) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4557) at org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:3414) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3485) at org.apache.lucene.index.IndexWriter.closeInternal(IndexWriter.java:1873) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1812) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1776) at org.neo4j.index.impl.lucene.IndexReference.dispose(IndexReference.java:86) at org.neo4j.index.impl.lucene.LuceneDataSource.stop(LuceneDataSource.java:325) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 13 common frames omitted 19:11:52.205 [Thread-330] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - SHUTDOWN HOOK INVOKED: (took ~0sec) 19:11:52.205 [Thread-4] ERROR org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Error during shutdown hook org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@3a349086' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.lifecycle.LifeSupport.shutdown(LifeSupport.java:185) at org.neo4j.kernel.InternalAbstractGraphDatabase.shutdown(InternalAbstractGraphDatabase.java:811) at org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil$1.run(Neo4JBatchUtil.java:155) Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource@114260a' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.stop(XaDataSourceManager.java:185) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 4 common frames omitted Caused by: java.io.IOException: Logical log[/tmp/junit18032867920324374194/test_workspaceCrosslinks[Neo4j]/db/nioneo_logical.log.1] not found at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.renameLogFileToRightVersion(XaLogicalLog.java:673) at org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.close(XaLogicalLog.java:741) at org.neo4j.kernel.impl.transaction.xaframework.XaContainer.close(XaContainer.java:74) at org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource.stop(NeoStoreXaDataSource.java:473) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 7 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.extension.KernelExtensions@33a7dee1' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) ... 4 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.lucene.LuceneKernelExtension@62919504' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport.stop(LifeSupport.java:155) at org.neo4j.kernel.extension.KernelExtensions.stop(KernelExtensions.java:124) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 4 common frames omitted Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.index.impl.lucene.LuceneDataSource@12b52b95' failed to stop. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:532) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.shutdown(LifeSupport.java:547) at org.neo4j.kernel.lifecycle.LifeSupport.remove(LifeSupport.java:339) at org.neo4j.kernel.impl.transaction.XaDataSourceManager.unregisterDataSource(XaDataSourceManager.java:272) at org.neo4j.index.lucene.LuceneKernelExtension.stop(LuceneKernelExtension.java:92) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 7 common frames omitted Caused by: java.io.FileNotFoundException: /tmp/junit18032867920324374194/test_workspaceCrosslinks[Neo4j]/db/index/lucene/node/METAMODELINDEX/_0.fdx (No such file or directory) at java.base/java.io.RandomAccessFile.open0(Native Method) at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:345) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:214) at org.apache.lucene.store.FSDirectory.fsync(FSDirectory.java:503) at org.apache.lucene.store.FSDirectory.sync(FSDirectory.java:336) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4557) at org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:3414) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3485) at org.apache.lucene.index.IndexWriter.closeInternal(IndexWriter.java:1873) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1812) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1776) at org.neo4j.index.impl.lucene.IndexReference.dispose(IndexReference.java:86) at org.neo4j.index.impl.lucene.LuceneDataSource.stop(LuceneDataSource.java:325) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.stop(LifeSupport.java:527) ... 12 common frames omitted [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:2.7.3:test (default-test) on project org.eclipse.hawk.neo4jv2.tests: There are test failures. [ERROR] [ERROR] Please refer to /home/jenkins/agent/workspace/Hawk_Neo4j_support_master/neo4j2/org.eclipse.hawk.neo4jv2.tests/target/surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.hawk.neo4jv2.tests [Pipeline] } [Pipeline] // container Post stage [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] slackSend Slack Send Pipeline step running, values are - baseUrl: , teamDomain: hawk-developers, channel: #ci-notifications, color: #FF0000, botUser: true, tokenCredentialId: slack-token, notifyCommitters: false, iconEmoji: , username: , timestamp: [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE