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-ssh197809227536540249.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 a2882d462a4bc02fc0de158d955ae198eb702150 [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task All nodes of label ‘Hawk_Neo4j_support_master_203-7mnbr’ are offline WARNING: Unable to create pod: kubernetes hawk/hawk-neo4j-support-master-203-7mnbr-vb6cz-3ttxm 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-203-7mnbr-vb6cz-3ttxm" 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-203-7mnbr-vb6cz-zwmv3 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-203-7mnbr-vb6cz-zwmv3" 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-203-7mnbr-vb6cz-4gqf1 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-203-7mnbr-vb6cz-4gqf1" 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-203-7mnbr-vb6cz-jgq0x Agent hawk-neo4j-support-master-203-7mnbr-vb6cz-jgq0x is provisioned from template Hawk_Neo4j_support_master_203-7mnbr-vb6cz --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Neo4j%20support/job/master/203/" runUrl: "job/Hawk%20Neo4j%20support/job/master/203/" labels: jenkins: "slave" jenkins/label-digest: "3b5cef72a6677110ef36c28ecacfc2b29a56f5fa" jenkins/label: "Hawk_Neo4j_support_master_203-7mnbr" name: "hawk-neo4j-support-master-203-7mnbr-vb6cz-jgq0x" 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-203-7mnbr-vb6cz-jgq0x" - name: "JENKINS_NAME" value: "hawk-neo4j-support-master-203-7mnbr-vb6cz-jgq0x" - 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-203-7mnbr-vb6cz-jgq0x 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-ssh8694061929161172256.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 a2882d462a4bc02fc0de158d955ae198eb702150 (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 a2882d462a4bc02fc0de158d955ae198eb702150 # timeout=10 Commit message: "GraphModelBatchInjector: Add FRAGMENT_DICT_ID_KEY for the key used for unique fragments" > git rev-list --no-walk e59b996869fe809ca47e0c8bd648fd07d8d25065 # 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 16:02:39.279 [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: 8.721 s - in org.eclipse.hawk.neo4jv2.tests.Neo4J2BackendTestSuite addThenReuseIterable[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 1.52 s getMultipleMatches[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.202 s invalidIndexNames[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.374 s doubleExact[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.196 s removeByFullKey[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.14 s removeByNode[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.38 s removeByFieldNode[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.203 s indexNodeDeletionRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.181 s integerRanges[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.127 s integerExact[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.194 s indexKeyAdditionRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.11 s removeByNodeMultipleIndicesRemoveAll[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.176 s removeByNodeMultipleIndicesRemoveOne[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.14 s addPreservesPriorValue[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.174 s addNullMap[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.117 s query[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.203 s removeByNode3Arg[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.16 s removeByFullKeyInt[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.122 s nodeDelete[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.2 s queryWithPipes[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.097 s addNullValue[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.098 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.132 s deleteRecreate[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.186 s floatingRanges[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.165 s removeByFullKeyDouble[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.124 s indexKeyRemovalRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.141 s testStartTransaction[Parameters are Neo4j](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.182 s testStartDelete[Parameters are Neo4j](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.302 s testStartShutdown[Parameters are Neo4j](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.069 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.512 s oneNodeProperty[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.101 s oneNodeRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.059 s oneNodeRemoveRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.111 s escapeInvalidClassCharacters[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.113 s escapeInvalidCharactersEdges[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.164 s escapeInvalidFieldCharacters[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.077 s twoNodesBatch[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.162 s oneNodeRemove[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.089 s oneNodeBatch[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.126 s threeNodesRemoveMiddle[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.114 s recreateEdge[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.068 s Running org.eclipse.hawk.neo4jv2.tests.Neo4J2IntegrationTestSuite 16:02:43.055 [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 16:02:43.368 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:43.368 [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 16:02:43.371 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:43.371 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02:43.371 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:02:43.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:02:43.374 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:02:43.375 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:02:43.375 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: 16:02:43.376 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:02:43.376 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 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 16:02:43.377 [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 16:02:43.861 [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] 16:02:43.861 [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] 16:02:43.861 [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 16:02:43.861 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:02:43.861 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:02: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::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:02:43.970 [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 16:02:43.973 [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 16:02:43.973 [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 16:02:43.976 [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 16:02:43.978 [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 16:02:43.978 [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 16:02:43.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 16:02:43.979 [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 16:02:43.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 16:02:43.979 [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 16:02:43.979 [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 16:02:43.979 [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 16:02:43.979 [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 16:02:43.979 [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 16:02:43.981 [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 16:02:43.981 [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[] 16:02:43.981 [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 16:02:43.985 [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 16:02:44.050 [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 16:02:44.050 [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 16:02:44.050 [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 16:02:44.050 [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 16:02:44.050 [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 16:02:44.065 [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 16:02:44.066 [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 16:02:44.067 [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 16:02:44.067 [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 16:02:44.067 [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 16:02:44.067 [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 16:02:44.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 16:02:44.073 [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 16:02:44.073 [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 16:02:44.153 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:02:44.162 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:02:44.175 [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 16:02:44.251 [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 16:02:44.251 [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 16:02:44.252 [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 16:02:44.255 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:02:44.255 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:02:44.275 [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 16:02:44.357 [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 16:02:44.376 [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 16:02:44.458 [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 16:02:44.681 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:02:44.682 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:02:44.963 [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 16:02:44.967 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:02:44.967 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:02:45.423 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:02:45.426 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:02:45.426 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:02:45.486 [pool-106-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit13917758973476205063/test_set0[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:02:48.099 [pool-106-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:02:48.264 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:02:48.272 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:02:48.274 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:02:48.274 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:02:48.280 [pool-106-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit13917758973476205063/test_set0[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:02:48.355 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:02:49.159 [pool-106-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 16:02:59.360 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding nodes: 50001 10 sec (11 sec total) to /set0.xmi 16:03:01.578 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69680 NODES AND 69680 M->MM REFERENCES! (took ~126922sec) 16:03:01.578 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:03:03.080 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding references: 50035 1 sec (1 sec total) to /set0.xmi 16:03:03.479 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69806 REFERENCES! (took ~1 sec) 16:03:03.480 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 15s384ms [pure insertion] marking any relevant derived attributes for update...16:03:03.480 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s4ms 16:03:03.484 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms 16:03:03.484 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:03.484 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:03.485 [pool-106-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:04.090 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:04.090 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.606s attempting to resolve any uninitialized derived attributes... 16:03:04.090 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:04.090 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:04.091 [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... 16:03:04.091 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s668ms [proxy update] 16:03:04.152 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:04.153 [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 ~19s validating changes... validating file UPDATED for /set0.xmi changed resource size: 69680 relevant graph size: 69680 validated changes... true 16:03:16.844 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 31 s 877 ms 16:03:17.090 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:17.090 [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 16:03:17.153 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:17.153 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:17.350 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:17.354 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:17.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:17.392 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:17.392 [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 16:03:17.393 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:17.393 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:17.393 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:17.393 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:17.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:17.394 [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! 16:03:17.394 [pool-113-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:17.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:17.395 [pool-113-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 16:03:17.396 [pool-113-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 16:03:17.461 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:17.461 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:17.473 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:03:17.478 [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 16:03:17.478 [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 16:03:17.478 [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 16:03:17.480 [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 16:03:17.482 [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 16:03:17.483 [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 16:03:17.483 [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 16:03:17.483 [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 16:03:17.484 [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[] 16:03:17.484 [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 16:03:17.485 [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 16:03:17.485 [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 16:03:17.486 [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 16:03:17.487 [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 16:03:17.551 [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 16:03:17.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 16:03:17.551 [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 16:03:17.551 [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 16:03:17.551 [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 16:03:17.551 [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 16:03:17.551 [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 16:03:17.552 [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 16:03:17.552 [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 16:03:17.552 [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 16:03:17.553 [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 16:03:17.553 [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 16:03:17.553 [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 16:03:17.555 [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 16:03:17.555 [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 16:03:17.555 [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 16:03:17.555 [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 16:03:17.556 [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 16:03:17.556 [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 16:03:17.567 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:03:17.567 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:17.676 [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 16:03:17.679 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:17.679 [pool-113-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:17.682 [pool-113-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:17.684 [pool-113-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:17.684 [pool-113-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:17.764 [pool-113-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2624337857574184616/test_tree[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:17.780 [pool-113-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:17.854 [pool-113-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:03:17.859 [pool-113-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:17.860 [pool-113-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:17.860 [pool-113-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:03:17.862 [pool-113-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2624337857574184616/test_tree[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:17.872 [pool-113-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:03:17.875 [pool-113-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:03:17.875 [pool-113-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:03:17.876 [pool-113-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:17.876 [pool-113-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s96ms [pure insertion] marking any relevant derived attributes for update...16:03:17.876 [pool-113-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:17.877 [pool-113-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:17.877 [pool-113-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:17.877 [pool-113-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:17.877 [pool-113-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:17.964 [pool-113-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:17.964 [pool-113-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.087s attempting to resolve any uninitialized derived attributes... 16:03:17.964 [pool-113-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:17.964 [pool-113-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:17.965 [pool-113-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... 16:03:17.965 [pool-113-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s89ms [proxy update] 16:03:17.966 [pool-113-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:17.966 [pool-113-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 16:03:17.970 [pool-113-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 291 ms 16:03:17.989 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:17.989 [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 16:03:18.049 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:18.049 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:18.078 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:18.081 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:18.152 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:18.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:18.154 [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 16:03:18.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:18.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:18.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:18.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:18.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:18.155 [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! 16:03:18.155 [pool-120-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:18.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:18.156 [pool-120-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 16:03:18.156 [pool-120-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 16:03:18.162 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:18.162 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:18.171 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:03:18.175 [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 16:03:18.175 [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 16:03:18.175 [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 16:03:18.176 [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 16:03:18.176 [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 16:03:18.176 [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 16:03:18.176 [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 16:03:18.176 [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 16:03:18.178 [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 16:03:18.178 [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 16:03:18.179 [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 16:03:18.179 [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 16:03:18.179 [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 16:03:18.179 [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 16:03:18.180 [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 16:03:18.182 [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 16:03:18.182 [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 16:03:18.182 [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 16:03:18.183 [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 16:03:18.184 [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 16:03:18.184 [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 16:03:18.184 [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 16:03:18.185 [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 16:03:18.185 [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 16:03:18.185 [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 16:03:18.185 [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 16:03:18.185 [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 16:03:18.186 [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 16:03:18.187 [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 16:03:18.250 [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[] 16:03:18.251 [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 16:03:18.251 [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 16:03:18.251 [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 16:03:18.260 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:03:18.260 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:18.359 [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 16:03:18.362 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:18.362 [pool-120-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:18.364 [pool-120-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:18.365 [pool-120-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:18.365 [pool-120-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:18.407 [pool-120-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4154554747676338281/test_treeWithSpaces[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:18.456 [pool-120-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:18.475 [pool-120-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 16:03:18.480 [pool-120-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:18.481 [pool-120-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:18.481 [pool-120-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model... 16:03:18.483 [pool-120-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4154554747676338281/test_treeWithSpaces[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:18.493 [pool-120-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model 16:03:18.551 [pool-120-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 16:03:18.551 [pool-120-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 16:03:18.551 [pool-120-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:18.551 [pool-120-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model. 0s95ms [pure insertion] marking any relevant derived attributes for update...16:03:18.551 [pool-120-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:18.552 [pool-120-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:18.552 [pool-120-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:18.552 [pool-120-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:18.552 [pool-120-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:18.580 [pool-120-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:18.580 [pool-120-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.028s attempting to resolve any uninitialized derived attributes... 16:03:18.580 [pool-120-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:18.580 [pool-120-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:18.581 [pool-120-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... 16:03:18.581 [pool-120-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s29ms [proxy update] 16:03:18.581 [pool-120-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:18.581 [pool-120-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 16:03:18.584 [pool-120-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 222 ms 16:03:18.654 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:18.654 [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 16:03:18.656 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:18.656 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:18.669 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:18.672 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:18.751 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:18.753 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:18.753 [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 16:03:18.753 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:18.753 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:18.753 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:18.753 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:18.754 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:18.754 [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! 16:03:18.754 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:18.754 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:18.755 [pool-127-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 16:03:18.755 [pool-127-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 16:03:18.760 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:18.760 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:18.769 [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 16:03:18.769 [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 16:03:18.769 [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 16:03:18.769 [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 16:03:18.769 [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 16:03:18.769 [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 16:03:18.770 [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 16:03:18.770 [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 16:03:18.771 [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 16:03:18.772 [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 16:03:18.772 [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 16:03:18.772 [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 16:03:18.772 [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 16:03:18.774 [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 16:03:18.775 [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 16:03:18.775 [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 16:03:18.775 [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 16:03:18.775 [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 16:03:18.775 [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 16:03:18.776 [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[] 16:03:18.776 [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 16:03:18.776 [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 16:03:18.776 [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 16:03:18.777 [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 16:03:18.777 [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 16:03:18.777 [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 16:03:18.777 [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 16:03:18.777 [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 16:03:18.777 [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 16:03:18.777 [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 16:03:18.777 [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 16:03:18.777 [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 16:03:18.778 [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 16:03:18.785 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:03:18.852 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:03:18.852 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:18.950 [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 16:03:18.952 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:18.952 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:18.955 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:18.957 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:18.957 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:18.980 [pool-127-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit10371105661716718268/test_treeCrossResourceContainment[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:18.988 [pool-127-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:19.056 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /child.model... 16:03:19.061 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:19.061 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:19.061 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /child.model... 16:03:19.064 [pool-127-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit10371105661716718268/test_treeCrossResourceContainment[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:19.074 [pool-127-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /child.model 16:03:19.075 [pool-127-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 16:03:19.075 [pool-127-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /child.model 16:03:19.076 [pool-127-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:19.076 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /child.model. 0s88ms [pure insertion] marking any relevant derived attributes for update...16:03:19.076 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:19.077 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:19.079 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:03:19.079 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:19.080 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:19.080 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:03:19.080 [pool-127-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:03:19.081 [pool-127-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:03:19.081 [pool-127-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:03:19.082 [pool-127-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:19.082 [pool-127-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...16:03:19.082 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:19.082 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:19.082 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:19.082 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:19.082 [pool-127-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:19.297 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 16:03:19.302 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 16:03:19.302 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.22s attempting to resolve any uninitialized derived attributes... 16:03:19.302 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:19.302 [pool-127-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:19.303 [pool-127-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... 16:03:19.303 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s221ms [proxy update] 16:03:19.303 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:19.303 [pool-127-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 16:03:19.306 [pool-127-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 352 ms 16:03:19.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:19.320 [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 16:03:19.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:19.351 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:19.377 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:19.382 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:19.469 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:19.471 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:19.471 [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 16:03:19.472 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:19.472 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:19.472 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:19.472 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:19.473 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:19.473 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:19.473 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:19.474 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:19.474 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:19.474 [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/Tree.ecore to store 16:03:19.480 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:19.480 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:19.487 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:03:19.492 [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 16:03:19.494 [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 16:03:19.494 [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 16:03:19.494 [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 16:03:19.494 [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 16:03:19.495 [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 16:03:19.495 [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 16:03:19.495 [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 16:03:19.495 [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 16:03:19.495 [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 16:03:19.495 [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 16:03:19.495 [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 16:03:19.495 [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 16:03:19.497 [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 16:03:19.497 [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[] 16:03:19.497 [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 16:03:19.497 [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 16:03:19.497 [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 16:03:19.551 [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 16:03:19.551 [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 16:03:19.551 [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 16:03:19.554 [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 16:03:19.554 [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 16:03:19.554 [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 16:03:19.554 [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 16:03:19.554 [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 16:03:19.554 [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 16:03:19.554 [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 16:03:19.555 [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 16:03:19.555 [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 16:03:19.555 [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 16:03:19.555 [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 16:03:19.555 [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 16:03:19.564 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:03:19.564 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:19.663 [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 16:03:19.665 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:19.665 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:19.667 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:19.669 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:19.669 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:19.695 [pool-134-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit17750420340374704847/test_derivedEdgeCollection[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:19.703 [pool-134-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:19.768 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:03:19.773 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:19.774 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:19.774 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:03:19.776 [pool-134-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit17750420340374704847/test_derivedEdgeCollection[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:19.786 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:03:19.787 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:03:19.787 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:03:19.788 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:03:19.788 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s85ms [pure insertion] marking any relevant derived attributes for update...16:03:19.788 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:19.789 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:19.789 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:19.789 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:19.789 [pool-134-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:19.873 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:19.873 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.084s attempting to resolve any uninitialized derived attributes... 16:03:19.873 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:19.873 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:19.874 [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... 16:03:19.874 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s85ms [proxy update] 16:03:19.874 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:19.874 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:19.874 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 209 ms 16:03:19.874 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 16:03:19.876 [pool-134-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; 16:03:19.878 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 16:03:19.884 [pool-134-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 16:03:19.886 [pool-134-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper 16:03:19.891 [pool-134-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) 16:03:19.953 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.075s 16:03:19.953 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 16:03:19.971 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:19.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/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 16:03:19.974 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:19.975 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:20.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:20.058 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:20.084 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:20.091 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:20.091 [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 16:03:20.091 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:20.091 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:20.091 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:20.091 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:20.150 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:20.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:20.151 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:20.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:20.151 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:20.151 [pool-142-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 16:03:20.159 [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 16:03:20.159 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:20.159 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:20.165 [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 16:03:20.167 [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 16:03:20.167 [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 16:03:20.169 [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[] 16:03:20.169 [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 16:03:20.170 [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 16:03:20.171 [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 16:03:20.171 [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 16:03:20.171 [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 16:03:20.171 [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 16:03:20.174 [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 16:03:20.175 [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 16:03:20.175 [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 16:03:20.176 [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 16:03:20.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 16:03:20.176 [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 16:03:20.176 [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 16:03:20.176 [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 16:03:20.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 16:03:20.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 16:03:20.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 16:03:20.177 [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 16:03:20.177 [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 16:03:20.177 [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 16:03:20.178 [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 16:03:20.179 [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 16:03:20.181 [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 16:03:20.181 [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 16:03:20.181 [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 16:03:20.181 [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 16:03:20.181 [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 16:03:20.182 [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 16:03:20.183 [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 16:03:20.189 [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 16:03:20.259 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:03:20.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:20.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 16:03:20.259 [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; 16:03:20.261 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 16:03:20.355 [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 16:03:20.358 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:20.358 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:20.361 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:20.363 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:20.363 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:20.385 [pool-142-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit13553491479483824009/test_deriveThenAdd[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:20.394 [pool-142-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:20.465 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:03:20.470 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:20.471 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:20.471 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:03:20.479 [pool-142-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit13553491479483824009/test_deriveThenAdd[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:20.489 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:03:20.492 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:20.492 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:03:20.493 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:20.493 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s99ms [pure insertion] marking any relevant derived attributes for update...16:03:20.493 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:20.494 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:20.496 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:03:20.496 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:20.497 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:20.497 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:03:20.498 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:03:20.499 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:20.499 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:03:20.550 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:20.550 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s54ms [pure insertion] marking any relevant derived attributes for update...16:03:20.550 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:20.550 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:20.552 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:03:20.552 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:20.553 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:20.553 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:03:20.554 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:03:20.555 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:20.555 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:03:20.555 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:20.555 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:03:20.555 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:20.555 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:20.555 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:20.555 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:20.555 [pool-142-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:20.650 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:03:20.661 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:03:20.661 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.106s attempting to resolve any uninitialized derived attributes... 16:03:20.661 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:20.661 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:20.664 [pool-142-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 16:03:20.671 [pool-142-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) 16:03:20.675 [pool-142-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... 16:03:20.675 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s120ms [proxy update] 16:03:20.675 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:20.675 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:20.675 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 317 ms 16:03:20.682 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:20.682 [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 16:03:20.684 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:20.684 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:20.704 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:20.752 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:20.777 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:20.779 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:20.779 [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 16:03:20.779 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:20.779 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:20.779 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:20.779 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:20.780 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:20.781 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:20.781 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:20.781 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:20.781 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:20.781 [pool-150-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 16:03:20.786 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:20.786 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:20.850 [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 16:03:20.853 [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 16:03:20.853 [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 16:03:20.853 [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 16:03:20.853 [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 16:03:20.853 [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 16:03:20.853 [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 16:03:20.855 [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 16:03:20.855 [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 16:03:20.855 [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 16:03:20.855 [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 16:03:20.855 [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 16:03:20.856 [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 16:03:20.856 [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 16:03:20.856 [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 16:03:20.856 [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 16:03:20.857 [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 16:03:20.858 [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 16:03:20.858 [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 16:03:20.858 [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 16:03:20.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 16:03:20.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[] 16:03:20.858 [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 16:03:20.858 [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 16:03:20.858 [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 16:03:20.859 [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 16:03:20.859 [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 16:03:20.859 [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 16:03:20.860 [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 16:03:20.860 [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 16:03:20.860 [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 16:03:20.861 [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 16:03:20.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 16:03:20.867 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:03:20.874 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:03:20.874 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:20.968 [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 16:03:20.971 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:20.971 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:20.973 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:20.974 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:20.974 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:20.996 [pool-150-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8637087196110621467/test_derivedEdgeSingle[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:21.051 [pool-150-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:21.070 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:03:21.075 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:21.076 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:21.076 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:03:21.078 [pool-150-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8637087196110621467/test_derivedEdgeSingle[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:21.088 [pool-150-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:03:21.090 [pool-150-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:03:21.090 [pool-150-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:03:21.090 [pool-150-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:03:21.090 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s39ms [pure insertion] marking any relevant derived attributes for update...16:03:21.090 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:21.091 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:21.092 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:21.092 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:21.092 [pool-150-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:21.177 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:21.177 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.085s attempting to resolve any uninitialized derived attributes... 16:03:21.177 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:21.177 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:21.178 [pool-150-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... 16:03:21.178 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s86ms [proxy update] 16:03:21.178 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:21.178 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:21.179 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 208 ms 16:03:21.179 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 16:03:21.181 [pool-150-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; 16:03:21.183 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 16:03:21.188 [pool-150-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; 16:03:21.194 [pool-150-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) 16:03:21.250 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.067s 16:03:21.251 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 16:03:21.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:21.259 [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 16:03:21.262 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:21.262 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:21.287 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:21.292 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:21.370 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:21.373 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:21.373 [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 16:03:21.373 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:21.373 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:21.373 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:21.373 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:21.374 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:21.374 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:21.374 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:21.374 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:21.374 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:21.374 [pool-158-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 16:03:21.379 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:21.379 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:21.387 [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 16:03:21.393 [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 16:03:21.393 [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 16:03:21.450 [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 16:03:21.450 [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 16:03:21.450 [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 16:03:21.450 [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 16:03:21.450 [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 16:03:21.450 [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 16:03:21.450 [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 16:03:21.453 [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 16:03:21.453 [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 16:03:21.453 [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 16:03:21.454 [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[] 16:03:21.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 16:03:21.454 [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 16:03:21.454 [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 16:03:21.456 [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 16:03:21.456 [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 16:03:21.456 [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 16:03:21.456 [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 16:03:21.456 [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 16:03:21.456 [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 16:03:21.456 [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 16:03:21.457 [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 16:03:21.457 [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 16:03:21.457 [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 16:03:21.457 [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 16:03:21.458 [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 16:03:21.459 [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 16:03:21.459 [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 16:03:21.459 [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 16:03:21.459 [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 16:03:21.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 16:03:21.468 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:03:21.468 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:21.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 16:03:21.564 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:21.564 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:21.564 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 16:03:21.570 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 16:03:21.571 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 16:03:21.571 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:21.574 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:21.574 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:21.663 [pool-158-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit13645560827839289430/test_addThenIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:21.673 [pool-158-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:21.705 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:03:21.752 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:21.753 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:21.753 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:03:21.771 [pool-158-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit13645560827839289430/test_addThenIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:21.781 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:03:21.784 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:21.784 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:03:21.785 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:21.785 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s112ms [pure insertion] marking any relevant derived attributes for update...16:03:21.785 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:21.786 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:21.788 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:03:21.788 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:21.789 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:21.789 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:03:21.790 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:03:21.791 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:21.791 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:03:21.791 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:21.791 [pool-158-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...16:03:21.791 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:21.791 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:21.793 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:03:21.793 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:21.876 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:21.876 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:03:21.877 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:03:21.878 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:21.878 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:03:21.879 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:21.879 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s86ms [pure insertion] marking any relevant derived attributes for update...16:03:21.879 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:21.879 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:21.879 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:21.879 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:21.879 [pool-158-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:21.980 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:03:21.989 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:03:21.989 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.11s attempting to resolve any uninitialized derived attributes... 16:03:21.989 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:21.989 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:21.990 [pool-158-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... 16:03:21.990 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s113ms [proxy update] 16:03:21.992 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:21.992 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:21.992 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 428 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 16:03:22.050 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:22.050 [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 16:03:22.053 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:22.053 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:22.080 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:22.083 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:22.152 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:22.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:22.154 [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 16:03:22.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:22.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:22.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:22.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:22.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:22.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:22.155 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:22.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:22.156 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:22.156 [pool-166-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 16:03:22.161 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:22.161 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:22.167 [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 16:03:22.167 [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 16:03:22.167 [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 16:03:22.171 [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 16:03:22.171 [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 16:03:22.171 [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 16:03:22.171 [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 16:03:22.171 [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 16:03:22.171 [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 16:03:22.171 [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 16:03:22.171 [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 16:03:22.171 [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 16:03:22.171 [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 16:03:22.172 [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 16:03:22.173 [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 16:03:22.174 [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 16:03:22.175 [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 16:03:22.175 [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 16:03:22.175 [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 16:03:22.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 16:03:22.175 [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 16:03:22.176 [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 16:03:22.176 [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 16:03:22.176 [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[] 16:03:22.176 [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 16:03:22.176 [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 16:03:22.178 [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 16:03:22.178 [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 16:03:22.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 16:03:22.178 [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 16:03:22.180 [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 16:03:22.180 [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 16:03:22.180 [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 16:03:22.185 [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 16:03:22.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:03:22.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:22.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 16:03:22.252 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 16:03:22.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 16:03:22.295 [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 16:03:22.349 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:22.350 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:22.354 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:22.356 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:22.356 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:22.401 [pool-166-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit169532196775991805/test_lookupWithIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:22.409 [pool-166-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:22.462 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:03:22.467 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:22.468 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:22.468 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:03:22.487 [pool-166-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit169532196775991805/test_lookupWithIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:22.499 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:03:22.502 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:22.502 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:03:22.503 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:22.503 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s94ms [pure insertion] marking any relevant derived attributes for update...16:03:22.503 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:22.504 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:22.551 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:03:22.551 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:22.552 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:22.552 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:03:22.552 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:03:22.553 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:22.553 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:03:22.553 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:22.553 [pool-166-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...16:03:22.554 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:22.554 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:22.555 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:03:22.555 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:22.556 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:22.556 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:03:22.557 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:03:22.557 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:22.557 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:03:22.558 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:22.558 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:03:22.558 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:22.558 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:22.558 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:22.558 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:22.558 [pool-166-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:22.593 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:03:22.657 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:03:22.657 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.099s attempting to resolve any uninitialized derived attributes... 16:03:22.657 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:22.657 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:22.658 [pool-166-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... 16:03:22.658 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s101ms [proxy update] 16:03:22.659 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:22.660 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:22.660 [pool-166-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) 16:03:22.665 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:22.665 [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 16:03:22.667 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:22.667 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:22.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:22.690 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:22.876 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:22.878 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:22.878 [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 16:03:22.878 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:22.878 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:22.878 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:22.878 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:22.879 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:22.879 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:22.879 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:22.880 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:22.880 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:22.880 [pool-174-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 16:03:22.885 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:22.885 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:22.894 [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 16:03:22.894 [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 16:03:22.894 [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 16:03:22.894 [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 16:03:22.895 [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 16:03:22.895 [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 16:03:22.895 [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[] 16:03:22.895 [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 16:03:22.895 [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 16:03:22.895 [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 16:03:22.895 [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 16:03:22.897 [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 16:03:22.897 [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 16:03:22.897 [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 16:03:22.897 [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 16:03:22.897 [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 16:03:22.897 [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 16:03:22.897 [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 16:03:22.898 [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 16:03:22.899 [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 16:03:22.899 [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 16:03:22.899 [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 16:03:22.900 [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 16:03:22.900 [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 16:03:22.900 [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 16:03:22.900 [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 16:03:22.901 [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 16:03:22.901 [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 16:03:22.901 [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 16:03:22.902 [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 16:03:22.902 [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 16:03:22.902 [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 16:03:22.903 [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 16:03:22.908 [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 16:03:22.953 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:03:22.953 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:22.993 [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 16:03:23.050 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:23.050 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:23.054 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:23.058 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:23.058 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:23.091 [pool-174-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit18128077000376870536/test_lookupWithoutIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:23.102 [pool-174-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:23.165 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:03:23.170 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:23.171 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:23.171 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:03:23.174 [pool-174-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit18128077000376870536/test_lookupWithoutIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:23.184 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:03:23.186 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:23.186 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:03:23.187 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:23.188 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s86ms [pure insertion] marking any relevant derived attributes for update...16:03:23.188 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:23.189 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:23.190 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:03:23.190 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:23.192 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:23.192 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:03:23.192 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:03:23.193 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:23.193 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:03:23.193 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:23.193 [pool-174-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...16:03:23.193 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:23.193 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:23.195 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:03:23.195 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:23.250 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:23.250 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:03:23.250 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:03:23.251 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:23.251 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:03:23.252 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:23.252 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s57ms [pure insertion] marking any relevant derived attributes for update...16:03:23.252 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:23.252 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:23.252 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:23.252 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:23.252 [pool-174-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:23.286 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:03:23.295 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:03:23.295 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.043s attempting to resolve any uninitialized derived attributes... 16:03:23.295 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:23.295 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:23.349 [pool-174-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... 16:03:23.349 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s97ms [proxy update] 16:03:23.350 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:23.350 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:23.350 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 300 ms 16:03:23.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:23.356 [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 16:03:23.358 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:23.358 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:23.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:23.385 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:23.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:23.457 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:23.457 [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 16:03:23.457 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:23.457 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:23.457 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:23.457 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:23.458 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:23.458 [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! 16:03:23.458 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:23.459 [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 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:03:23.459 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:03:23.459 [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 16:03:23.464 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:23.464 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:23.470 [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 16:03:23.470 [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 16:03:23.473 [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 16:03:23.473 [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 16:03:23.473 [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 16:03:23.473 [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 16:03:23.473 [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 16:03:23.473 [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 16:03:23.473 [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 16:03:23.473 [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[] 16:03:23.473 [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 16:03:23.475 [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 16:03:23.475 [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 16:03:23.475 [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 16:03:23.475 [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 16:03:23.476 [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 16:03:23.476 [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 16:03:23.476 [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 16:03:23.476 [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 16:03:23.476 [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 16:03:23.476 [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 16:03:23.476 [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 16:03:23.477 [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 16:03:23.477 [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 16:03:23.477 [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 16:03:23.478 [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 16:03:23.478 [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 16:03:23.479 [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 16:03:23.479 [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 16:03:23.479 [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 16:03:23.479 [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 16:03:23.482 [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 16:03:23.482 [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 16:03:23.491 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:03:23.491 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:23.491 [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 16:03:23.552 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:23.552 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:23.556 [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 16:03:23.556 [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 16:03:23.556 [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 16:03:23.556 [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 16:03:23.556 [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 16:03:23.556 [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 16:03:23.556 [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 16:03:23.556 [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 16:03:23.556 [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 16:03:23.556 [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 16:03:23.556 [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 16:03:23.558 [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 16:03:23.558 [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 16:03:23.558 [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 16:03:23.558 [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 16:03:23.558 [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 16:03:23.558 [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 16:03:23.559 [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 16:03:23.559 [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 16:03:23.559 [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 16:03:23.559 [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 16:03:23.559 [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 16:03:23.559 [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 16:03:23.559 [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[] 16:03:23.559 [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 16:03:23.560 [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 16:03:23.560 [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 16:03:23.560 [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 16:03:23.560 [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 16:03:23.560 [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 16:03:23.560 [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 16:03:23.560 [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 16:03:23.560 [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 16:03:23.560 [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 16:03:23.560 [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 16:03:23.560 [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 16:03:23.560 [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 16:03:23.560 [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 16:03:23.560 [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 16:03:23.560 [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 16:03:23.560 [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 16:03:23.561 [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[] 16:03:23.561 [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 16:03:23.561 [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 16:03:23.561 [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 16:03:23.561 [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 16:03:23.561 [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 16:03:23.561 [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 16:03:23.561 [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 16:03:23.561 [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 16:03:23.561 [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 16:03:23.561 [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 16:03:23.561 [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 16:03:23.561 [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 16:03:23.561 [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 16:03:23.561 [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 16:03:23.561 [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 16:03:23.561 [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 16:03:23.561 [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 16:03:23.565 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:03:23.565 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:23.565 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:03:23.566 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:23.566 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:23.570 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:03:23.572 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:03:23.572 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:23.664 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit10101271689889427572/:org.eclipse.hawk.localfolder.LocalFolder:false 16:03:23.666 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:23.666 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:23.668 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:23.670 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:23.670 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:23.708 [pool-181-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit13897151763539978034/test_eContainersIsUpdatedRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:23.763 [pool-181-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:23.784 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childB.xmi... 16:03:23.789 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:23.790 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:23.790 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childB.xmi... 16:03:23.852 [pool-181-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit13897151763539978034/test_eContainersIsUpdatedRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:23.862 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childB.xmi 16:03:23.863 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 16:03:23.863 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childB.xmi 16:03:23.863 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:23.863 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childB.xmi. 0s100ms [pure insertion] marking any relevant derived attributes for update...16:03:23.863 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:03:23.865 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:03:23.878 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:03:23.879 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:23.880 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:23.880 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:03:23.880 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:03:23.881 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 16:03:23.881 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:03:23.882 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:23.882 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:03:23.882 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:23.882 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:23.894 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childAA.xmi... 16:03:23.894 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:23.950 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:23.950 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childAA.xmi... 16:03:23.951 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childAA.xmi 16:03:23.951 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 16:03:23.951 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childAA.xmi 16:03:23.951 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:23.951 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childAA.xmi. 0s58ms [pure insertion] marking any relevant derived attributes for update...16:03:23.952 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:23.952 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:23.964 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childA.xmi... 16:03:23.964 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:23.966 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:23.966 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childA.xmi... 16:03:23.966 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childA.xmi 16:03:23.966 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 16:03:23.966 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childA.xmi 16:03:23.967 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:23.967 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childA.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:03:23.967 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:23.967 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:23.967 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:23.967 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:23.967 [pool-181-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:24.072 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/6 proxy references (0 sec total) 16:03:24.079 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs 16:03:24.079 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.112s attempting to resolve any uninitialized derived attributes... 16:03:24.079 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:24.079 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:24.080 [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... 16:03:24.080 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s113ms [proxy update] 16:03:24.080 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:24.080 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 4 deleted 0 changed 4 loaded 4 c elems 4 d elems 0 time ~0s validating changes... validating file UPDATED for /childB.xmi validating file UPDATED for /root.xmi validating file UPDATED for /childAA.xmi validating file UPDATED for /childA.xmi changed resource size: 4 relevant graph size: 4 validated changes... true 16:03:24.082 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 416 ms 16:03:24.082 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers... 16:03:24.085 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#allContainers (isMany=true|isOrdered=false|isUnique=true|type=Tree) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 16:03:24.087 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers 16:03:24.091 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:03:24.094 [main] 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) 16:03:24.097 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.01s 16:03:24.097 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::allContainers. 16:03:24.156 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:24.158 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:24.158 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:24.158 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:24.189 [pool-181-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit13897151763539978034/test_eContainersIsUpdatedRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:24.254 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:03:24.257 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:24.257 [pool-181-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:24.281 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:03:24.281 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 16:03:24.281 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:03:24.281 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /root.xmi... 16:03:24.283 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 16:03:24.286 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.003s 16:03:24.382 [pool-181-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit13897151763539978034/test_eContainersIsUpdatedRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:24.393 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:03:24.394 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 16:03:24.394 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:03:24.395 [pool-181-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:24.395 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /root.xmi. 0s141ms [pure insertion] marking any relevant derived attributes for update...16:03:24.395 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 16:03:24.397 [pool-181-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 0s84ms 16:03:24.479 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s84ms 16:03:24.479 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:24.479 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:24.481 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 16:03:24.485 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs 16:03:24.485 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 16:03:24.485 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:24.485 [pool-181-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:24.488 [pool-181-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:03:24.490 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:03:24.550 [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... 16:03:24.550 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:03:24.551 [pool-181-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:03:24.553 [pool-181-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers 0s78ms [proxy update] 16:03:24.557 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:24.557 [pool-181-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 3 d elems 2 time ~0s validating changes... validating file UPDATED for /root.xmi changed resource size: 1 relevant graph size: 1 validated changes... true 16:03:24.559 [pool-181-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 403 ms 16:03:24.563 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:24.563 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit10101271689889427572/:org.eclipse.hawk.localfolder.LocalFolder:false 16:03:24.565 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:24.565 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:24.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:24.656 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:24.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:24.688 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:24.688 [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 16:03:24.688 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:24.688 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:24.688 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:24.688 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:24.689 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:24.689 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:24.689 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:24.690 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:24.690 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:24.690 [pool-189-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 16:03:24.695 [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 16:03:24.695 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:24.695 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:24.755 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 16:03:24.755 [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 16:03:24.759 [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 16:03:24.759 [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 16:03:24.759 [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 16:03:24.760 [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 16:03:24.760 [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 16:03:24.760 [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 16:03:24.760 [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 16:03:24.760 [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 16:03:24.761 [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 16:03:24.762 [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 16:03:24.762 [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 16:03:24.762 [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 16:03:24.764 [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 16:03:24.764 [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 16:03:24.764 [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 16:03:24.764 [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 16:03:24.764 [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 16:03:24.764 [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 16:03:24.764 [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 16:03:24.765 [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 16:03:24.767 [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 16:03:24.767 [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 16:03:24.767 [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 16:03:24.767 [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[] 16:03:24.767 [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 16:03:24.768 [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 16:03:24.768 [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 16:03:24.770 [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 16:03:24.770 [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 16:03:24.771 [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 16:03:24.771 [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 16:03:24.771 [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 16:03:24.771 [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 16:03:24.782 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:03:24.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:24.882 [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 16:03:24.885 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:24.885 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:24.887 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:24.888 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:24.888 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:24.959 [pool-189-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit14859459233613447197/test_queryEnumValues[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:24.967 [pool-189-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:24.987 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 16:03:24.992 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:24.993 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:24.993 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /colored-tree.model... 16:03:25.051 [pool-189-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit14859459233613447197/test_queryEnumValues[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:25.061 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /colored-tree.model 16:03:25.063 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:25.063 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /colored-tree.model 16:03:25.063 [pool-189-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:03:25.063 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /colored-tree.model. 0s96ms [pure insertion] marking any relevant derived attributes for update...16:03:25.063 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:25.064 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:25.064 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:25.064 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:25.064 [pool-189-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:25.154 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:25.154 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.09s attempting to resolve any uninitialized derived attributes... 16:03:25.154 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:25.154 [pool-189-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:25.155 [pool-189-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... 16:03:25.155 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s91ms [proxy update] 16:03:25.155 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:25.155 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:25.155 [pool-189-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 270 ms 16:03:25.161 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:25.161 [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 16:03:25.163 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:25.163 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:25.183 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:25.188 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:25.269 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:25.271 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:25.271 [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 16:03:25.271 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:25.271 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:25.271 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:25.271 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:25.272 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:25.272 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:25.272 [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! 16:03:25.273 [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... 16:03:25.273 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 16:03:25.273 [pool-196-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 16:03:25.376 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:25.376 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:25.390 [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 16:03:25.394 [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 16:03:25.394 [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 16:03:25.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 16:03:25.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[] 16:03:25.396 [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 16:03:25.396 [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 16:03:25.396 [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 16:03:25.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 16:03:25.396 [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 16:03:25.396 [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 16:03:25.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 16:03:25.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 16:03:25.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 16:03:25.451 [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 16:03:25.451 [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 16:03:25.451 [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 16:03:25.452 [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 16:03:25.454 [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 16:03:25.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 16:03:25.454 [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 16:03:25.454 [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 16:03:25.454 [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 16:03:25.455 [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 16:03:25.458 [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 16:03:25.458 [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 16:03:25.458 [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 16:03:25.458 [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 16:03:25.458 [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 16:03:25.460 [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 16:03:25.460 [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 16:03:25.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 16:03:25.462 [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 16:03:25.469 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:03:25.551 [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 16:03:25.557 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:03:25.562 [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 16:03:25.562 [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 16:03:25.562 [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 16:03:25.562 [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 16:03:25.563 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:03:25.563 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:03:25.574 [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 16:03:25.585 [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 16:03:25.587 [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 16:03:25.679 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:03:25.679 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:25.690 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:25.690 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:25.692 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:25.692 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:25.789 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:25.791 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:25.852 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:25.854 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:25.854 [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 16:03:25.854 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:25.854 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:25.854 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:25.854 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:25.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:25.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:25.855 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:25.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:25.856 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:25.856 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:03:26.468 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 16:03:26.468 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 16:03:26.468 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 16:03:26.468 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 16:03:26.468 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 16:03:26.468 [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 16:03:26.468 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:26.468 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:26.551 [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 16:03:26.551 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:03:26.551 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 16:03:26.575 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 16:03:26.579 [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 16:03:26.579 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 16:03:26.579 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 16:03:26.783 [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 16:03:26.783 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:03:26.783 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 16:03:27.678 [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 16:03:27.678 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 16:03:27.783 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 16:03:27.783 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:27.877 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit10267564520563461563/:org.eclipse.hawk.localfolder.LocalFolder:false 16:03:27.879 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:27.879 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:27.881 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:27.882 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:27.882 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:28.068 [pool-199-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit10530173141801464691/test_elephantResolve[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:28.090 [pool-199-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:28.176 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 16:03:28.180 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:28.181 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:28.181 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 16:03:28.185 [pool-199-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit10530173141801464691/test_elephantResolve[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:28.197 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 16:03:28.618 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 16:03:28.618 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 16:03:28.620 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:28.620 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s530ms [pure insertion] marking any relevant derived attributes for update...16:03:28.620 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:28.621 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:28.621 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:28.621 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:28.621 [pool-199-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:28.678 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 16:03:28.682 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 3 proxy ref lists left after resolving 2 refs 16:03:28.682 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.061s attempting to resolve any uninitialized derived attributes... 16:03:28.682 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:28.682 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:28.683 [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... 16:03:28.683 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s62ms [proxy update] 16:03:28.683 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:28.683 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:28.683 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 804 ms 16:03:28.685 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:28.687 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:28.689 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:28.689 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:28.757 [pool-199-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit10530173141801464691/test_elephantResolve[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:28.769 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 16:03:28.772 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:28.772 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:28.772 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 16:03:28.773 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 16:03:29.260 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 16:03:29.260 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 16:03:29.262 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:03:29.262 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s493ms [pure insertion] marking any relevant derived attributes for update...16:03:29.262 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:29.263 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:29.265 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 16:03:29.265 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:29.266 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:29.267 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 16:03:29.267 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 16:03:30.056 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 16:03:30.056 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 16:03:30.058 [pool-199-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:03:30.058 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s793ms [pure insertion] marking any relevant derived attributes for update...16:03:30.058 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:30.058 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:30.058 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:30.058 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:30.058 [pool-199-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:30.453 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 16:03:30.461 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 7 proxy ref lists left after resolving 12 refs 16:03:30.461 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.403s attempting to resolve any uninitialized derived attributes... 16:03:30.461 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:30.461 [pool-199-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:30.462 [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... 16:03:30.462 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s404ms [proxy update] 16:03:30.462 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:30.463 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:30.463 [pool-199-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 778 ms 16:03:30.464 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:30.464 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit10267564520563461563/:org.eclipse.hawk.localfolder.LocalFolder:false 16:03:30.466 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:30.466 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:30.502 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:30.506 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:30.576 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:30.578 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:30.579 [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 16:03:30.579 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:30.579 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:30.579 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:30.579 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:30.580 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:30.581 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:30.581 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:30.581 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:30.581 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:30.581 [pool-206-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 16:03:30.776 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:30.776 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:30.794 [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 16:03:30.794 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:03:30.795 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 16:03:30.877 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 16:03:30.881 [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 16:03:30.881 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 16:03:30.881 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 16:03:31.077 [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 16:03:31.077 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:03:31.078 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 16:03:31.791 [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 16:03:31.791 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 16:03:31.877 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 16:03:31.877 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:31.966 [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 16:03:31.969 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:31.969 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: Warning, monitor is inactive, synchronisation failed! 16:03:31.970 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. SYNCHRONISATION ERROR 16:03:31.970 [pool-206-thread-1] ERROR org.eclipse.hawk.core.runtime.CompositeStateListener - Update FAILED! 16:03:31.970 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (failure). 0 s 1 ms 16:03:31.974 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:31.974 [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 16:03:31.975 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:31.976 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:32.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:32.178 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:32.207 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:32.208 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:32.208 [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 16:03:32.208 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:32.208 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:32.208 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:32.208 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:32.209 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:32.210 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:32.210 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:32.210 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:32.210 [pool-210-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:32.210 [pool-210-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 16:03:32.557 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:32.557 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:32.578 [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 16:03:32.578 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:03:32.578 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 16:03:32.653 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 16:03:32.656 [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 16:03:32.657 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 16:03:32.657 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 16:03:32.857 [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 16:03:32.857 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:03:32.857 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 16:03:33.459 [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 16:03:33.459 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 16:03:33.492 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~0 sec) 16:03:33.492 [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! 16:03:33.493 [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 16:03:33.656 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:33.656 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:33.664 [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! 16:03:33.664 [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! 16:03:33.664 [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! 16:03:33.664 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 16:03:33.664 [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! 16:03:33.664 [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! 16:03:33.664 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 16:03:33.664 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:33.667 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:33.667 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:33.669 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:33.669 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:33.866 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:33.869 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:33.893 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:33.895 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:33.895 [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 16:03:33.895 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:33.895 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:33.895 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:33.895 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:33.897 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:33.897 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:03:33.897 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:33.897 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:33.897 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:03:33.897 [pool-213-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 16:03:33.994 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:33.994 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:34.112 [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 16:03:34.112 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:03:34.112 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 16:03:34.169 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 16:03:34.173 [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 16:03:34.173 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 16:03:34.173 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 16:03:34.285 [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 16:03:34.286 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:03:34.286 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 16:03:34.872 [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 16:03:34.872 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 16:03:34.951 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~0 sec) 16:03:34.951 [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! 16:03:34.952 [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 16:03:35.065 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:35.065 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:35.072 [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! 16:03:35.072 [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! 16:03:35.072 [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! 16:03:35.072 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 16:03:35.072 [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! 16:03:35.072 [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! 16:03:35.072 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 16:03:35.072 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:35.158 [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 16:03:35.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:35.160 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:35.371 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:35.375 [pool-213-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/ 16:03:35.376 [pool-213-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/ 16:03:35.376 [pool-213-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/ 16:03:35.376 [pool-213-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/ 16:03:35.377 [pool-213-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/ 16:03:35.377 [pool-213-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/ 16:03:35.377 [pool-213-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/ 16:03:35.377 [pool-213-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/ 16:03:35.377 [pool-213-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/ 16:03:35.378 [pool-213-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/ 16:03:35.378 [pool-213-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/ 16:03:35.378 [pool-213-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/ 16:03:35.378 [pool-213-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/ 16:03:35.378 [pool-213-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/ 16:03:35.379 [pool-213-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/ 16:03:35.379 [pool-213-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/ 16:03:35.379 [pool-213-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/ 16:03:35.379 [pool-213-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/ 16:03:35.379 [pool-213-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/ 16:03:35.380 [pool-213-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/ 16:03:35.380 [pool-213-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/ 16:03:35.380 [pool-213-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/ 16:03:35.380 [pool-213-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/ 16:03:35.381 [pool-213-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/ 16:03:35.381 [pool-213-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/ 16:03:35.381 [pool-213-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/ 16:03:35.381 [pool-213-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/ 16:03:35.381 [pool-213-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/ 16:03:35.382 [pool-213-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/ 16:03:35.382 [pool-213-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/ 16:03:35.382 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:35.382 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:35.564 [pool-213-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit13985186434362159788/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:35.572 [pool-213-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) 16:03:35.573 [pool-213-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:35.654 [pool-213-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... 16:03:35.659 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:35.659 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:35.660 [pool-213-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... 16:03:35.662 [pool-213-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit13985186434362159788/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:35.673 [pool-213-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 16:03:35.685 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:35.685 [pool-213-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 16:03:35.686 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:35.686 [pool-213-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. 0s113ms [pure insertion] marking any relevant derived attributes for update...16:03:35.686 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:35.687 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:35.690 [pool-213-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... 16:03:35.690 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:35.691 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:35.691 [pool-213-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... 16:03:35.691 [pool-213-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 16:03:35.778 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec) 16:03:35.778 [pool-213-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 16:03:35.783 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 16:03:35.783 [pool-213-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. 0s93ms [pure insertion] marking any relevant derived attributes for update...16:03:35.783 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:35.783 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:35.784 [pool-213-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... 16:03:35.784 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:35.785 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:35.785 [pool-213-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... 16:03:35.785 [pool-213-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 16:03:35.860 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:35.860 [pool-213-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 16:03:35.860 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:35.860 [pool-213-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. 0s76ms [pure insertion] marking any relevant derived attributes for update...16:03:35.860 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:35.861 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:35.861 [pool-213-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... 16:03:35.862 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:35.863 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:35.863 [pool-213-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... 16:03:35.863 [pool-213-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 16:03:35.879 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:35.879 [pool-213-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 16:03:35.880 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:35.880 [pool-213-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...16:03:35.880 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:35.880 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:35.881 [pool-213-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... 16:03:35.881 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:35.882 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:35.882 [pool-213-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... 16:03:35.882 [pool-213-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 16:03:35.950 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:35.950 [pool-213-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 16:03:35.950 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:35.950 [pool-213-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...16:03:35.950 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:35.950 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:35.951 [pool-213-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... 16:03:35.951 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:35.952 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:35.952 [pool-213-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... 16:03:35.953 [pool-213-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 16:03:35.967 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:35.967 [pool-213-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 16:03:35.968 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:35.968 [pool-213-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:03:35.968 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:35.968 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:35.968 [pool-213-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... 16:03:35.968 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:35.969 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:35.969 [pool-213-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... 16:03:35.970 [pool-213-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 16:03:35.981 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:35.982 [pool-213-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 16:03:35.982 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:35.982 [pool-213-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:03:35.982 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:35.982 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:35.983 [pool-213-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... 16:03:35.983 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:35.985 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:35.985 [pool-213-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... 16:03:35.985 [pool-213-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 16:03:36.064 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 16:03:36.064 [pool-213-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 16:03:36.065 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:36.065 [pool-213-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. 0s82ms [pure insertion] marking any relevant derived attributes for update...16:03:36.065 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:36.065 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:36.065 [pool-213-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... 16:03:36.066 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:36.067 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:36.067 [pool-213-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... 16:03:36.067 [pool-213-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 16:03:36.083 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:36.083 [pool-213-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 16:03:36.083 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:36.083 [pool-213-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:03:36.083 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:36.084 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:36.084 [pool-213-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... 16:03:36.084 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:36.085 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:36.085 [pool-213-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... 16:03:36.086 [pool-213-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 16:03:36.160 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:36.160 [pool-213-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 16:03:36.161 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:36.161 [pool-213-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...16:03:36.161 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:36.161 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:36.162 [pool-213-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... 16:03:36.162 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:36.164 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:36.164 [pool-213-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... 16:03:36.165 [pool-213-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 16:03:36.479 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec) 16:03:36.479 [pool-213-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 16:03:36.481 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 16:03:36.482 [pool-213-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. 0s320ms [pure insertion] marking any relevant derived attributes for update...16:03:36.482 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:36.482 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:36.483 [pool-213-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... 16:03:36.483 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:36.484 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:36.484 [pool-213-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... 16:03:36.485 [pool-213-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 16:03:36.696 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:03:36.696 [pool-213-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 16:03:36.697 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:36.697 [pool-213-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. 0s214ms [pure insertion] marking any relevant derived attributes for update...16:03:36.697 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:36.697 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:36.698 [pool-213-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... 16:03:36.698 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:36.700 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:36.700 [pool-213-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... 16:03:36.700 [pool-213-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 16:03:36.761 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:36.761 [pool-213-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 16:03:36.762 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:36.762 [pool-213-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...16:03:36.762 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:36.762 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:36.763 [pool-213-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... 16:03:36.763 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:36.764 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:36.764 [pool-213-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... 16:03:36.764 [pool-213-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 16:03:36.773 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 16:03:36.774 [pool-213-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 16:03:36.774 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:36.774 [pool-213-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...16:03:36.774 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:36.774 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:36.775 [pool-213-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... 16:03:36.775 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:36.776 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:36.776 [pool-213-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... 16:03:36.776 [pool-213-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 16:03:36.783 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:36.783 [pool-213-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 16:03:36.783 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:36.783 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:36.783 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:36.783 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:36.784 [pool-213-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... 16:03:36.784 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:36.786 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:36.786 [pool-213-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... 16:03:36.786 [pool-213-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 16:03:36.793 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:36.793 [pool-213-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 16:03:36.793 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:36.793 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:36.793 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:36.793 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:36.794 [pool-213-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... 16:03:36.794 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:36.795 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:36.795 [pool-213-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... 16:03:36.796 [pool-213-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 16:03:36.859 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:36.859 [pool-213-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 16:03:36.860 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:36.860 [pool-213-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...16:03:36.860 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:36.860 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:36.861 [pool-213-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... 16:03:36.861 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:36.863 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:36.863 [pool-213-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... 16:03:36.863 [pool-213-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 16:03:36.871 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:36.871 [pool-213-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 16:03:36.871 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:36.871 [pool-213-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:03:36.871 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:36.872 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:36.872 [pool-213-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... 16:03:36.872 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:36.874 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:36.874 [pool-213-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... 16:03:36.874 [pool-213-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 16:03:36.881 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:36.882 [pool-213-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 16:03:36.882 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:36.882 [pool-213-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:03:36.882 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:36.882 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:36.883 [pool-213-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... 16:03:36.883 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:36.885 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:36.885 [pool-213-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... 16:03:36.886 [pool-213-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 16:03:36.950 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:36.950 [pool-213-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 16:03:36.951 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:36.951 [pool-213-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...16:03:36.951 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:36.951 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:36.952 [pool-213-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... 16:03:36.952 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:36.954 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:36.954 [pool-213-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... 16:03:36.954 [pool-213-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 16:03:36.962 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:36.962 [pool-213-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 16:03:36.962 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:36.962 [pool-213-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:03:36.962 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:36.962 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:36.963 [pool-213-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... 16:03:36.963 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:36.965 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:36.965 [pool-213-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... 16:03:36.965 [pool-213-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 16:03:36.975 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 16:03:36.975 [pool-213-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 16:03:36.976 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:36.976 [pool-213-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:03:36.976 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:36.976 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:36.977 [pool-213-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... 16:03:36.977 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:36.978 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:36.978 [pool-213-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... 16:03:36.979 [pool-213-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 16:03:36.989 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 16:03:36.989 [pool-213-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 16:03:36.990 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:36.990 [pool-213-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:03:36.990 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:36.990 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:36.991 [pool-213-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... 16:03:36.991 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:36.992 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:36.992 [pool-213-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... 16:03:36.993 [pool-213-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 16:03:37.052 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.052 [pool-213-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 16:03:37.052 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.052 [pool-213-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. 0s61ms [pure insertion] marking any relevant derived attributes for update...16:03:37.052 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.052 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.053 [pool-213-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... 16:03:37.053 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.055 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.055 [pool-213-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... 16:03:37.055 [pool-213-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 16:03:37.062 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.062 [pool-213-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 16:03:37.062 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.062 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:37.062 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.062 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.063 [pool-213-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... 16:03:37.063 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.064 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.064 [pool-213-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... 16:03:37.065 [pool-213-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 16:03:37.072 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.072 [pool-213-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 16:03:37.072 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.072 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:37.072 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.072 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.073 [pool-213-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... 16:03:37.073 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.074 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.074 [pool-213-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... 16:03:37.075 [pool-213-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 16:03:37.081 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.081 [pool-213-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 16:03:37.081 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.082 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:37.082 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.082 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.082 [pool-213-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... 16:03:37.082 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.084 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.084 [pool-213-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... 16:03:37.084 [pool-213-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 16:03:37.089 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:37.089 [pool-213-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 16:03:37.089 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.090 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:37.090 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.090 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.090 [pool-213-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... 16:03:37.090 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.151 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.152 [pool-213-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... 16:03:37.152 [pool-213-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 16:03:37.159 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.159 [pool-213-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 16:03:37.160 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.160 [pool-213-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...16:03:37.160 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.160 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.160 [pool-213-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... 16:03:37.160 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.162 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.162 [pool-213-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... 16:03:37.163 [pool-213-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 16:03:37.169 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.169 [pool-213-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 16:03:37.169 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.169 [pool-213-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:03:37.170 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.170 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.170 [pool-213-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... 16:03:37.170 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.172 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.172 [pool-213-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... 16:03:37.172 [pool-213-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 16:03:37.179 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.179 [pool-213-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 16:03:37.180 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.180 [pool-213-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:03:37.180 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.180 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.180 [pool-213-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... 16:03:37.180 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.182 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.182 [pool-213-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... 16:03:37.182 [pool-213-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 16:03:37.189 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.189 [pool-213-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 16:03:37.189 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.189 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:37.189 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.189 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.190 [pool-213-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... 16:03:37.190 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.191 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.191 [pool-213-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... 16:03:37.192 [pool-213-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 16:03:37.252 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.252 [pool-213-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 16:03:37.252 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.252 [pool-213-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. 0s62ms [pure insertion] marking any relevant derived attributes for update...16:03:37.252 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.252 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.253 [pool-213-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... 16:03:37.253 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.254 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.254 [pool-213-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... 16:03:37.255 [pool-213-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 16:03:37.264 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:03:37.264 [pool-213-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 16:03:37.265 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:37.265 [pool-213-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:03:37.265 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.265 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.266 [pool-213-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... 16:03:37.266 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.268 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.268 [pool-213-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... 16:03:37.268 [pool-213-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 16:03:37.356 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec) 16:03:37.356 [pool-213-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 16:03:37.357 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.357 [pool-213-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. 0s91ms [pure insertion] marking any relevant derived attributes for update...16:03:37.357 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.357 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.358 [pool-213-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... 16:03:37.358 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.360 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.360 [pool-213-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... 16:03:37.361 [pool-213-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 16:03:37.367 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:37.367 [pool-213-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 16:03:37.368 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.368 [pool-213-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:03:37.368 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.368 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.369 [pool-213-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... 16:03:37.369 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.371 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.371 [pool-213-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... 16:03:37.371 [pool-213-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 16:03:37.382 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.382 [pool-213-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 16:03:37.383 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.383 [pool-213-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:03:37.383 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.383 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.384 [pool-213-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... 16:03:37.384 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.387 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.387 [pool-213-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... 16:03:37.387 [pool-213-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 16:03:37.397 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.397 [pool-213-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 16:03:37.398 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.398 [pool-213-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:03:37.398 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.398 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.399 [pool-213-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... 16:03:37.399 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.401 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.401 [pool-213-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... 16:03:37.401 [pool-213-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 16:03:37.459 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.459 [pool-213-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 16:03:37.459 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.459 [pool-213-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. 0s60ms [pure insertion] marking any relevant derived attributes for update...16:03:37.459 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.459 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.460 [pool-213-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... 16:03:37.460 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.462 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.462 [pool-213-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... 16:03:37.462 [pool-213-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 16:03:37.475 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.475 [pool-213-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 16:03:37.476 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.476 [pool-213-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. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:03:37.476 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.476 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.477 [pool-213-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... 16:03:37.477 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.479 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.479 [pool-213-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... 16:03:37.480 [pool-213-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 16:03:37.487 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:37.487 [pool-213-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 16:03:37.488 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:37.488 [pool-213-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...16:03:37.488 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.488 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.489 [pool-213-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... 16:03:37.489 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.490 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.490 [pool-213-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... 16:03:37.491 [pool-213-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 16:03:37.497 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.497 [pool-213-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 16:03:37.497 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.498 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:37.498 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.498 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.498 [pool-213-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... 16:03:37.498 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.550 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.550 [pool-213-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... 16:03:37.550 [pool-213-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 16:03:37.557 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.557 [pool-213-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 16:03:37.558 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.558 [pool-213-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. 0s60ms [pure insertion] marking any relevant derived attributes for update...16:03:37.558 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.558 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.559 [pool-213-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... 16:03:37.559 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.560 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.560 [pool-213-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... 16:03:37.561 [pool-213-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 16:03:37.575 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 16:03:37.575 [pool-213-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 16:03:37.579 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 16:03:37.579 [pool-213-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. 0s21ms [pure insertion] marking any relevant derived attributes for update...16:03:37.580 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.580 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.581 [pool-213-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... 16:03:37.581 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.583 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.583 [pool-213-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... 16:03:37.583 [pool-213-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 16:03:37.651 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 16:03:37.652 [pool-213-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 16:03:37.652 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:37.652 [pool-213-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...16:03:37.652 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.652 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.653 [pool-213-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... 16:03:37.653 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.655 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.655 [pool-213-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... 16:03:37.656 [pool-213-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 16:03:37.663 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.663 [pool-213-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 16:03:37.663 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.663 [pool-213-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:03:37.663 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:37.664 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:37.664 [pool-213-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... 16:03:37.664 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.667 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.667 [pool-213-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... 16:03:37.667 [pool-213-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 16:03:37.864 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.864 [pool-213-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 16:03:37.864 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.864 [pool-213-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. 0s200ms [pure insertion] marking any relevant derived attributes for update...16:03:37.864 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.864 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.865 [pool-213-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... 16:03:37.865 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.867 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.867 [pool-213-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... 16:03:37.867 [pool-213-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 16:03:37.872 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.872 [pool-213-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 16:03:37.872 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.872 [pool-213-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...16:03:37.872 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.872 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.873 [pool-213-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... 16:03:37.873 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.874 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.874 [pool-213-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... 16:03:37.874 [pool-213-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 16:03:37.881 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 16:03:37.881 [pool-213-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 16:03:37.881 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:37.881 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:37.881 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:37.882 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:37.950 [pool-213-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... 16:03:37.950 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.951 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.951 [pool-213-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... 16:03:37.952 [pool-213-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 16:03:37.960 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 16:03:37.960 [pool-213-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 16:03:37.963 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:03:37.963 [pool-213-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:03:37.963 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.963 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.964 [pool-213-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... 16:03:37.964 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.965 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.965 [pool-213-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... 16:03:37.966 [pool-213-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 16:03:37.970 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:37.970 [pool-213-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 16:03:37.970 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:37.970 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:37.970 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:37.970 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:37.971 [pool-213-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... 16:03:37.971 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:37.972 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:37.972 [pool-213-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... 16:03:37.972 [pool-213-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 16:03:38.053 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.053 [pool-213-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 16:03:38.053 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.053 [pool-213-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. 0s82ms [pure insertion] marking any relevant derived attributes for update...16:03:38.053 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.053 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.054 [pool-213-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... 16:03:38.054 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.055 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.055 [pool-213-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... 16:03:38.055 [pool-213-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 16:03:38.059 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.059 [pool-213-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 16:03:38.060 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.060 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:38.060 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.060 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.061 [pool-213-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... 16:03:38.061 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.062 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.062 [pool-213-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... 16:03:38.062 [pool-213-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 16:03:38.070 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 16:03:38.070 [pool-213-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 16:03:38.072 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:03:38.072 [pool-213-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...16:03:38.072 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:38.073 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:38.073 [pool-213-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... 16:03:38.073 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.075 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.075 [pool-213-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... 16:03:38.075 [pool-213-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 16:03:38.080 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.080 [pool-213-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 16:03:38.080 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.080 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:38.080 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.080 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.081 [pool-213-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... 16:03:38.081 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.083 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.083 [pool-213-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... 16:03:38.083 [pool-213-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 16:03:38.088 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.088 [pool-213-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 16:03:38.088 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.088 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:38.088 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.088 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.088 [pool-213-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... 16:03:38.089 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.090 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.090 [pool-213-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... 16:03:38.090 [pool-213-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 16:03:38.151 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.151 [pool-213-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 16:03:38.152 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.152 [pool-213-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...16:03:38.152 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.152 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.152 [pool-213-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... 16:03:38.152 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.153 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.153 [pool-213-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... 16:03:38.154 [pool-213-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 16:03:38.157 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:38.157 [pool-213-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 16:03:38.157 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.157 [pool-213-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:03:38.157 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.157 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.158 [pool-213-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... 16:03:38.158 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.159 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.159 [pool-213-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... 16:03:38.159 [pool-213-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 16:03:38.163 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.163 [pool-213-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 16:03:38.164 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.164 [pool-213-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...16:03:38.164 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.164 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.164 [pool-213-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... 16:03:38.164 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.165 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.166 [pool-213-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... 16:03:38.166 [pool-213-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 16:03:38.169 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:38.169 [pool-213-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 16:03:38.169 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.169 [pool-213-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:03:38.169 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.169 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.170 [pool-213-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... 16:03:38.170 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.172 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.172 [pool-213-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... 16:03:38.172 [pool-213-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 16:03:38.178 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec) 16:03:38.178 [pool-213-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 16:03:38.179 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:03:38.179 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:38.179 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.179 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.179 [pool-213-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... 16:03:38.179 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.181 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.181 [pool-213-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... 16:03:38.181 [pool-213-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 16:03:38.185 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.185 [pool-213-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 16:03:38.185 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.185 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:38.185 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.185 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.186 [pool-213-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... 16:03:38.186 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.187 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.187 [pool-213-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... 16:03:38.187 [pool-213-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 16:03:38.194 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 16:03:38.194 [pool-213-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 16:03:38.195 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:03:38.195 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:38.195 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.195 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.195 [pool-213-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... 16:03:38.195 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.250 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.250 [pool-213-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... 16:03:38.250 [pool-213-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 16:03:38.255 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 16:03:38.256 [pool-213-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 16:03:38.256 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:38.256 [pool-213-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. 0s61ms [pure insertion] marking any relevant derived attributes for update...16:03:38.256 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.256 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.257 [pool-213-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... 16:03:38.257 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.259 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.259 [pool-213-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... 16:03:38.259 [pool-213-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 16:03:38.264 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.264 [pool-213-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 16:03:38.264 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.264 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:38.264 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.264 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.265 [pool-213-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... 16:03:38.265 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.266 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.266 [pool-213-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... 16:03:38.266 [pool-213-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 16:03:38.271 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:38.271 [pool-213-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 16:03:38.271 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:38.272 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:38.272 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.272 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.272 [pool-213-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... 16:03:38.272 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.273 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.273 [pool-213-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... 16:03:38.274 [pool-213-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 16:03:38.278 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.278 [pool-213-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 16:03:38.278 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.278 [pool-213-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...16:03:38.278 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:38.279 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:38.279 [pool-213-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... 16:03:38.279 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.280 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.280 [pool-213-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... 16:03:38.281 [pool-213-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 16:03:38.285 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.285 [pool-213-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 16:03:38.285 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.285 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:38.285 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.285 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.286 [pool-213-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... 16:03:38.286 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.287 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.287 [pool-213-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... 16:03:38.287 [pool-213-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 16:03:38.292 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.292 [pool-213-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 16:03:38.292 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.292 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:38.292 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.292 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.293 [pool-213-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... 16:03:38.293 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.294 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.294 [pool-213-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... 16:03:38.294 [pool-213-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 16:03:38.352 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.352 [pool-213-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 16:03:38.352 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.352 [pool-213-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. 0s60ms [pure insertion] marking any relevant derived attributes for update...16:03:38.353 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.353 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.353 [pool-213-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... 16:03:38.353 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.355 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.355 [pool-213-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... 16:03:38.356 [pool-213-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 16:03:38.364 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:03:38.364 [pool-213-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 16:03:38.365 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:38.365 [pool-213-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:03:38.365 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.365 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.365 [pool-213-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... 16:03:38.366 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.367 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.367 [pool-213-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... 16:03:38.367 [pool-213-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 16:03:38.371 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.371 [pool-213-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 16:03:38.371 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.371 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:38.371 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.371 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.372 [pool-213-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... 16:03:38.372 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.373 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.373 [pool-213-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... 16:03:38.373 [pool-213-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 16:03:38.378 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.378 [pool-213-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 16:03:38.379 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.379 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:38.379 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.379 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.379 [pool-213-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... 16:03:38.379 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.381 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.381 [pool-213-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... 16:03:38.381 [pool-213-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 16:03:38.387 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:03:38.387 [pool-213-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 16:03:38.388 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:38.388 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:38.388 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.388 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.388 [pool-213-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... 16:03:38.388 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.390 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.390 [pool-213-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... 16:03:38.390 [pool-213-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 16:03:38.394 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.394 [pool-213-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 16:03:38.394 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.394 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:38.394 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.394 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.395 [pool-213-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... 16:03:38.395 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.396 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.396 [pool-213-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... 16:03:38.396 [pool-213-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 16:03:38.510 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:03:38.510 [pool-213-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 16:03:38.511 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.511 [pool-213-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. 0s116ms [pure insertion] marking any relevant derived attributes for update...16:03:38.511 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.511 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.511 [pool-213-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... 16:03:38.511 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.513 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.513 [pool-213-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... 16:03:38.513 [pool-213-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 16:03:38.517 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.517 [pool-213-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 16:03:38.517 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.517 [pool-213-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...16:03:38.517 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.517 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.518 [pool-213-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... 16:03:38.518 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.519 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.519 [pool-213-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... 16:03:38.519 [pool-213-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 16:03:38.550 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:38.550 [pool-213-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 16:03:38.550 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.550 [pool-213-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. 0s32ms [pure insertion] marking any relevant derived attributes for update...16:03:38.550 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.550 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.551 [pool-213-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... 16:03:38.551 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.552 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.552 [pool-213-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... 16:03:38.552 [pool-213-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 16:03:38.558 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 16:03:38.558 [pool-213-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 16:03:38.558 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:38.558 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:38.558 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:38.559 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:38.559 [pool-213-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... 16:03:38.559 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.560 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.560 [pool-213-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... 16:03:38.561 [pool-213-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 16:03:38.565 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.565 [pool-213-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 16:03:38.565 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.565 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:38.565 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.565 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.566 [pool-213-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... 16:03:38.566 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.567 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.567 [pool-213-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... 16:03:38.567 [pool-213-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 16:03:38.572 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.572 [pool-213-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 16:03:38.573 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.573 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:38.573 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.573 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.574 [pool-213-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... 16:03:38.574 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.575 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.575 [pool-213-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... 16:03:38.575 [pool-213-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 16:03:38.580 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.580 [pool-213-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 16:03:38.581 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.581 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:38.581 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.581 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.581 [pool-213-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... 16:03:38.581 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.583 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.583 [pool-213-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... 16:03:38.584 [pool-213-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 16:03:38.588 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.589 [pool-213-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 16:03:38.589 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.589 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:38.589 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.589 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.590 [pool-213-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... 16:03:38.590 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.591 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.591 [pool-213-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... 16:03:38.592 [pool-213-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 16:03:38.650 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.651 [pool-213-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 16:03:38.651 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.651 [pool-213-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. 0s61ms [pure insertion] marking any relevant derived attributes for update...16:03:38.651 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.651 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.652 [pool-213-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... 16:03:38.652 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.653 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.653 [pool-213-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... 16:03:38.653 [pool-213-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 16:03:38.657 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.657 [pool-213-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 16:03:38.657 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.657 [pool-213-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:03:38.657 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:38.658 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:38.659 [pool-213-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... 16:03:38.659 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.660 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.660 [pool-213-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... 16:03:38.660 [pool-213-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 16:03:38.669 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec) 16:03:38.669 [pool-213-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 16:03:38.673 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 16:03:38.673 [pool-213-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:03:38.673 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.673 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.674 [pool-213-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... 16:03:38.674 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.675 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.675 [pool-213-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... 16:03:38.676 [pool-213-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 16:03:38.680 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.680 [pool-213-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 16:03:38.680 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.680 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:38.680 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.680 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.681 [pool-213-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... 16:03:38.681 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.683 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.683 [pool-213-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... 16:03:38.683 [pool-213-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 16:03:38.691 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 16:03:38.691 [pool-213-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 16:03:38.750 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:03:38.750 [pool-213-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...16:03:38.750 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.750 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.751 [pool-213-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... 16:03:38.751 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.752 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.752 [pool-213-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... 16:03:38.753 [pool-213-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 16:03:38.758 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:03:38.758 [pool-213-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 16:03:38.759 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:38.759 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:38.759 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.759 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.759 [pool-213-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... 16:03:38.760 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.761 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.761 [pool-213-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... 16:03:38.761 [pool-213-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 16:03:38.768 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 16:03:38.768 [pool-213-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 16:03:38.769 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 16:03:38.769 [pool-213-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:03:38.769 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.769 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.770 [pool-213-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... 16:03:38.770 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.771 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.771 [pool-213-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... 16:03:38.772 [pool-213-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 16:03:38.777 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:03:38.778 [pool-213-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 16:03:38.778 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:38.778 [pool-213-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...16:03:38.778 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.778 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.779 [pool-213-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... 16:03:38.779 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.781 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.781 [pool-213-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... 16:03:38.782 [pool-213-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 16:03:38.788 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.789 [pool-213-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 16:03:38.789 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.789 [pool-213-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:03:38.789 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.789 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.790 [pool-213-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... 16:03:38.790 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.791 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.791 [pool-213-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... 16:03:38.791 [pool-213-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 16:03:38.852 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.852 [pool-213-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 16:03:38.852 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.852 [pool-213-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. 0s62ms [pure insertion] marking any relevant derived attributes for update...16:03:38.852 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.852 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.853 [pool-213-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... 16:03:38.853 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.854 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.854 [pool-213-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... 16:03:38.854 [pool-213-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 16:03:38.861 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 16:03:38.861 [pool-213-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 16:03:38.861 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:38.861 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:38.861 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.861 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.862 [pool-213-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... 16:03:38.862 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.863 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.863 [pool-213-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... 16:03:38.863 [pool-213-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 16:03:38.866 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:38.866 [pool-213-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 16:03:38.867 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.867 [pool-213-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...16:03:38.867 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.867 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.867 [pool-213-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... 16:03:38.867 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.869 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.869 [pool-213-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... 16:03:38.869 [pool-213-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 16:03:38.873 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.873 [pool-213-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 16:03:38.874 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.874 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:38.874 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.874 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.874 [pool-213-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... 16:03:38.874 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.876 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.876 [pool-213-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... 16:03:38.876 [pool-213-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 16:03:38.881 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 16:03:38.881 [pool-213-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 16:03:38.882 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:38.882 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:38.882 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.882 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.882 [pool-213-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... 16:03:38.882 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.884 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.884 [pool-213-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... 16:03:38.884 [pool-213-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 16:03:38.889 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 16:03:38.889 [pool-213-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 16:03:38.889 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:38.890 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:38.890 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.890 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.890 [pool-213-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... 16:03:38.890 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.891 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.892 [pool-213-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... 16:03:38.892 [pool-213-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 16:03:38.896 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.896 [pool-213-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 16:03:38.896 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.896 [pool-213-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...16:03:38.896 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.896 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.950 [pool-213-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... 16:03:38.950 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.951 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.951 [pool-213-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... 16:03:38.952 [pool-213-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 16:03:38.956 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.956 [pool-213-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 16:03:38.957 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.957 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:38.957 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.957 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.957 [pool-213-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) 16:03:38.958 [pool-213-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... 16:03:38.958 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.960 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.960 [pool-213-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... 16:03:38.960 [pool-213-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 16:03:38.969 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec) 16:03:38.969 [pool-213-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 16:03:38.971 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 16:03:38.971 [pool-213-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:03:38.971 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.971 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.971 [pool-213-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... 16:03:38.971 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.973 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.973 [pool-213-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... 16:03:38.973 [pool-213-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 16:03:38.977 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:38.977 [pool-213-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 16:03:38.977 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:38.977 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:38.977 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:38.977 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:38.978 [pool-213-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... 16:03:38.978 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:38.980 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:38.980 [pool-213-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... 16:03:38.980 [pool-213-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 16:03:39.092 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:03:39.092 [pool-213-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 16:03:39.093 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.093 [pool-213-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. 0s115ms [pure insertion] marking any relevant derived attributes for update...16:03:39.093 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.093 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.093 [pool-213-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... 16:03:39.093 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.095 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.095 [pool-213-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... 16:03:39.095 [pool-213-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 16:03:39.099 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:39.099 [pool-213-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 16:03:39.099 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.099 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:39.099 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.099 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.100 [pool-213-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... 16:03:39.100 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.101 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.101 [pool-213-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... 16:03:39.101 [pool-213-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 16:03:39.151 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:39.151 [pool-213-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 16:03:39.151 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:39.151 [pool-213-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. 0s51ms [pure insertion] marking any relevant derived attributes for update...16:03:39.151 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.151 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.152 [pool-213-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... 16:03:39.152 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.153 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.153 [pool-213-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... 16:03:39.154 [pool-213-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 16:03:39.158 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:39.158 [pool-213-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 16:03:39.158 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.158 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:39.158 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.158 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.159 [pool-213-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... 16:03:39.159 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.160 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.160 [pool-213-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... 16:03:39.160 [pool-213-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 16:03:39.258 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:03:39.258 [pool-213-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 16:03:39.258 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.258 [pool-213-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. 0s99ms [pure insertion] marking any relevant derived attributes for update...16:03:39.258 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:39.259 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:39.259 [pool-213-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... 16:03:39.259 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.261 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.261 [pool-213-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... 16:03:39.261 [pool-213-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 16:03:39.265 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:39.265 [pool-213-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 16:03:39.266 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.266 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:39.266 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.266 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.266 [pool-213-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... 16:03:39.266 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.268 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.268 [pool-213-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... 16:03:39.268 [pool-213-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 16:03:39.273 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:39.273 [pool-213-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 16:03:39.274 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.274 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:39.274 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.274 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.274 [pool-213-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... 16:03:39.275 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.276 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.276 [pool-213-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... 16:03:39.277 [pool-213-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 16:03:39.281 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:39.282 [pool-213-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 16:03:39.282 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.282 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:39.282 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.282 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.283 [pool-213-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... 16:03:39.283 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.284 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.284 [pool-213-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... 16:03:39.284 [pool-213-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 16:03:39.289 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:39.290 [pool-213-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 16:03:39.290 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:39.290 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:39.290 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.290 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.291 [pool-213-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... 16:03:39.291 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.292 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.292 [pool-213-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... 16:03:39.292 [pool-213-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 16:03:39.351 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:39.351 [pool-213-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 16:03:39.351 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.351 [pool-213-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. 0s60ms [pure insertion] marking any relevant derived attributes for update...16:03:39.351 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.351 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.352 [pool-213-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... 16:03:39.352 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.354 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.354 [pool-213-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... 16:03:39.354 [pool-213-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 16:03:39.361 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 16:03:39.361 [pool-213-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 16:03:39.362 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 16:03:39.362 [pool-213-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:03:39.362 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:39.363 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:39.363 [pool-213-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... 16:03:39.363 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.364 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.364 [pool-213-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... 16:03:39.365 [pool-213-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 16:03:39.487 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:03:39.487 [pool-213-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 16:03:39.488 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.488 [pool-213-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. 0s125ms [pure insertion] marking any relevant derived attributes for update...16:03:39.488 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.488 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.488 [pool-213-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... 16:03:39.489 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.490 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.490 [pool-213-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... 16:03:39.490 [pool-213-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 16:03:39.550 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:39.550 [pool-213-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 16:03:39.551 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.551 [pool-213-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...16:03:39.551 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.551 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.551 [pool-213-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... 16:03:39.551 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.553 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.553 [pool-213-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... 16:03:39.553 [pool-213-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 16:03:39.557 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:39.557 [pool-213-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 16:03:39.557 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.557 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:39.557 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:39.558 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:39.558 [pool-213-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... 16:03:39.558 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.559 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.559 [pool-213-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... 16:03:39.560 [pool-213-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 16:03:39.565 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:03:39.565 [pool-213-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 16:03:39.565 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:39.565 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:39.565 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:39.566 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:39.566 [pool-213-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... 16:03:39.566 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.567 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.567 [pool-213-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... 16:03:39.568 [pool-213-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 16:03:39.573 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:39.573 [pool-213-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 16:03:39.573 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.573 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:39.573 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.573 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.574 [pool-213-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... 16:03:39.574 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.576 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.576 [pool-213-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... 16:03:39.576 [pool-213-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 16:03:39.582 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:39.582 [pool-213-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 16:03:39.582 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.582 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:39.582 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.582 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.583 [pool-213-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... 16:03:39.583 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.585 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.585 [pool-213-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... 16:03:39.585 [pool-213-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 16:03:39.589 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:39.589 [pool-213-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 16:03:39.590 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.590 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:39.590 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.590 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.590 [pool-213-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... 16:03:39.590 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.592 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.592 [pool-213-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... 16:03:39.592 [pool-213-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 16:03:39.652 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:39.652 [pool-213-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 16:03:39.653 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.653 [pool-213-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. 0s63ms [pure insertion] marking any relevant derived attributes for update...16:03:39.653 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.653 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.653 [pool-213-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... 16:03:39.653 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.654 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.655 [pool-213-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... 16:03:39.655 [pool-213-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 16:03:39.659 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:39.659 [pool-213-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 16:03:39.659 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.659 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:39.659 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.659 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.660 [pool-213-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... 16:03:39.660 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.661 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.661 [pool-213-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... 16:03:39.661 [pool-213-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 16:03:39.665 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:39.665 [pool-213-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 16:03:39.665 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.665 [pool-213-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:03:39.665 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:39.666 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:39.666 [pool-213-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... 16:03:39.666 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.668 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.668 [pool-213-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... 16:03:39.668 [pool-213-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 16:03:39.674 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 16:03:39.674 [pool-213-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 16:03:39.675 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:03:39.675 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:39.675 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.675 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.676 [pool-213-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... 16:03:39.676 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.678 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.678 [pool-213-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... 16:03:39.678 [pool-213-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 16:03:39.682 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:39.682 [pool-213-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 16:03:39.694 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.694 [pool-213-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:03:39.694 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.694 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.695 [pool-213-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... 16:03:39.695 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.696 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.696 [pool-213-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... 16:03:39.696 [pool-213-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 16:03:39.751 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:39.752 [pool-213-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 16:03:39.752 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:39.752 [pool-213-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. 0s57ms [pure insertion] marking any relevant derived attributes for update...16:03:39.752 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.752 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.753 [pool-213-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... 16:03:39.753 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.754 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.754 [pool-213-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... 16:03:39.754 [pool-213-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 16:03:39.759 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:39.759 [pool-213-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 16:03:39.760 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:39.760 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:39.760 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.760 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.761 [pool-213-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... 16:03:39.761 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.762 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.762 [pool-213-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... 16:03:39.763 [pool-213-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 16:03:39.882 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 16:03:39.882 [pool-213-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 16:03:39.883 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:39.883 [pool-213-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. 0s122ms [pure insertion] marking any relevant derived attributes for update...16:03:39.883 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.883 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.883 [pool-213-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... 16:03:39.884 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.885 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.885 [pool-213-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... 16:03:39.885 [pool-213-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 16:03:39.978 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:03:39.978 [pool-213-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 16:03:39.978 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:39.978 [pool-213-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...16:03:39.978 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:39.978 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:39.979 [pool-213-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... 16:03:39.979 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:39.980 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:39.980 [pool-213-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... 16:03:39.980 [pool-213-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 16:03:40.062 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:03:40.062 [pool-213-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 16:03:40.062 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.062 [pool-213-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. 0s84ms [pure insertion] marking any relevant derived attributes for update...16:03:40.063 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.063 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.063 [pool-213-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... 16:03:40.064 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.065 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.065 [pool-213-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... 16:03:40.065 [pool-213-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 16:03:40.069 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.069 [pool-213-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 16:03:40.072 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.072 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:40.072 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:40.073 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:40.073 [pool-213-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... 16:03:40.073 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.074 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.074 [pool-213-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... 16:03:40.075 [pool-213-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 16:03:40.081 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 16:03:40.081 [pool-213-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 16:03:40.081 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:40.081 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:40.081 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.081 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.082 [pool-213-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... 16:03:40.082 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.083 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.083 [pool-213-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... 16:03:40.083 [pool-213-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 16:03:40.088 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.088 [pool-213-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 16:03:40.088 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.088 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:40.088 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.088 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.089 [pool-213-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... 16:03:40.089 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.090 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.090 [pool-213-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... 16:03:40.090 [pool-213-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 16:03:40.097 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.097 [pool-213-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 16:03:40.098 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.098 [pool-213-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:03:40.098 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.098 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.099 [pool-213-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... 16:03:40.099 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.100 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.100 [pool-213-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... 16:03:40.101 [pool-213-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 16:03:40.153 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.153 [pool-213-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 16:03:40.154 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.154 [pool-213-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. 0s55ms [pure insertion] marking any relevant derived attributes for update...16:03:40.154 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.154 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.154 [pool-213-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... 16:03:40.154 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.156 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.156 [pool-213-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... 16:03:40.156 [pool-213-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 16:03:40.160 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.160 [pool-213-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 16:03:40.161 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.161 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:40.161 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.161 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.162 [pool-213-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... 16:03:40.162 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.164 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.164 [pool-213-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... 16:03:40.164 [pool-213-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 16:03:40.169 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.169 [pool-213-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 16:03:40.169 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.169 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:40.169 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.169 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.170 [pool-213-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... 16:03:40.170 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.171 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.171 [pool-213-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... 16:03:40.171 [pool-213-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 16:03:40.176 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.176 [pool-213-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 16:03:40.176 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.176 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:40.176 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.176 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.177 [pool-213-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... 16:03:40.177 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.179 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.179 [pool-213-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... 16:03:40.179 [pool-213-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 16:03:40.187 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec) 16:03:40.187 [pool-213-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 16:03:40.189 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 16:03:40.189 [pool-213-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...16:03:40.189 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.189 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.189 [pool-213-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... 16:03:40.189 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.191 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.191 [pool-213-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... 16:03:40.191 [pool-213-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 16:03:40.251 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.251 [pool-213-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 16:03:40.252 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.252 [pool-213-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. 0s63ms [pure insertion] marking any relevant derived attributes for update...16:03:40.252 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.252 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.252 [pool-213-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... 16:03:40.252 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.254 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.254 [pool-213-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... 16:03:40.254 [pool-213-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 16:03:40.260 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 16:03:40.260 [pool-213-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 16:03:40.260 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:40.260 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:40.260 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:40.261 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:40.261 [pool-213-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... 16:03:40.261 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.262 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.262 [pool-213-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... 16:03:40.263 [pool-213-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 16:03:40.267 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:40.267 [pool-213-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 16:03:40.268 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:40.268 [pool-213-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...16:03:40.268 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.268 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.268 [pool-213-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... 16:03:40.268 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.270 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.270 [pool-213-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... 16:03:40.270 [pool-213-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 16:03:40.273 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:40.273 [pool-213-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 16:03:40.273 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.273 [pool-213-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:03:40.273 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.273 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.274 [pool-213-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... 16:03:40.274 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.275 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.275 [pool-213-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... 16:03:40.275 [pool-213-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 16:03:40.280 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.280 [pool-213-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 16:03:40.280 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.280 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:40.280 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.280 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.281 [pool-213-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... 16:03:40.281 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.282 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.282 [pool-213-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... 16:03:40.282 [pool-213-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 16:03:40.364 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 16:03:40.364 [pool-213-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 16:03:40.365 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.365 [pool-213-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. 0s84ms [pure insertion] marking any relevant derived attributes for update...16:03:40.365 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.365 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.366 [pool-213-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... 16:03:40.366 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.367 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.367 [pool-213-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... 16:03:40.368 [pool-213-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 16:03:40.372 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.372 [pool-213-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 16:03:40.373 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.373 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:40.373 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.373 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.373 [pool-213-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... 16:03:40.373 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.375 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.375 [pool-213-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... 16:03:40.375 [pool-213-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 16:03:40.381 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:03:40.381 [pool-213-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 16:03:40.381 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:40.381 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:40.381 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.381 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.382 [pool-213-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... 16:03:40.382 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.383 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.383 [pool-213-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... 16:03:40.383 [pool-213-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 16:03:40.387 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.387 [pool-213-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 16:03:40.388 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.388 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:40.388 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.388 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.388 [pool-213-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... 16:03:40.388 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.389 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.389 [pool-213-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... 16:03:40.390 [pool-213-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 16:03:40.568 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 16:03:40.568 [pool-213-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 16:03:40.568 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:40.568 [pool-213-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. 0s180ms [pure insertion] marking any relevant derived attributes for update...16:03:40.568 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:40.569 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:40.569 [pool-213-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... 16:03:40.569 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.570 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.570 [pool-213-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... 16:03:40.571 [pool-213-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 16:03:40.576 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:40.576 [pool-213-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 16:03:40.576 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:40.576 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:40.576 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.576 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.577 [pool-213-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... 16:03:40.577 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.578 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.578 [pool-213-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... 16:03:40.578 [pool-213-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 16:03:40.583 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:40.584 [pool-213-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 16:03:40.584 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:40.584 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:40.584 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.584 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.585 [pool-213-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... 16:03:40.585 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.586 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.586 [pool-213-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... 16:03:40.587 [pool-213-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 16:03:40.601 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:40.601 [pool-213-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 16:03:40.602 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:40.602 [pool-213-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:03:40.602 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.602 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.602 [pool-213-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... 16:03:40.602 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.604 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.604 [pool-213-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... 16:03:40.604 [pool-213-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 16:03:40.608 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.608 [pool-213-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 16:03:40.609 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.609 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:40.609 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.609 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.609 [pool-213-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... 16:03:40.609 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.611 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.611 [pool-213-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... 16:03:40.611 [pool-213-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 16:03:40.615 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.615 [pool-213-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 16:03:40.615 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.615 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:40.616 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:40.616 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:40.616 [pool-213-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... 16:03:40.616 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.618 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.618 [pool-213-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... 16:03:40.618 [pool-213-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 16:03:40.652 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:40.652 [pool-213-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 16:03:40.652 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.652 [pool-213-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. 0s36ms [pure insertion] marking any relevant derived attributes for update...16:03:40.652 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:40.653 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:40.653 [pool-213-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... 16:03:40.653 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.655 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.655 [pool-213-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... 16:03:40.656 [pool-213-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 16:03:40.662 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:03:40.662 [pool-213-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 16:03:40.663 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:40.663 [pool-213-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:03:40.663 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.663 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.663 [pool-213-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... 16:03:40.663 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.665 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.665 [pool-213-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... 16:03:40.665 [pool-213-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 16:03:40.670 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.670 [pool-213-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 16:03:40.670 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.670 [pool-213-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...16:03:40.670 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.670 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.671 [pool-213-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... 16:03:40.671 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.672 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.672 [pool-213-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... 16:03:40.672 [pool-213-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 16:03:40.675 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:40.675 [pool-213-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 16:03:40.675 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.675 [pool-213-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:03:40.675 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.676 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.676 [pool-213-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... 16:03:40.676 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.677 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.677 [pool-213-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... 16:03:40.677 [pool-213-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 16:03:40.682 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.682 [pool-213-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 16:03:40.682 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.682 [pool-213-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...16:03:40.682 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.682 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.683 [pool-213-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... 16:03:40.683 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.684 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.684 [pool-213-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... 16:03:40.684 [pool-213-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 16:03:40.688 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.688 [pool-213-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 16:03:40.689 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.689 [pool-213-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...16:03:40.689 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.689 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.689 [pool-213-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... 16:03:40.689 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.691 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.691 [pool-213-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... 16:03:40.691 [pool-213-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 16:03:40.695 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.695 [pool-213-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 16:03:40.695 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.695 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:40.695 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.696 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.696 [pool-213-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... 16:03:40.696 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.750 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.750 [pool-213-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... 16:03:40.750 [pool-213-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 16:03:40.755 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 16:03:40.755 [pool-213-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 16:03:40.756 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:40.756 [pool-213-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. 0s60ms [pure insertion] marking any relevant derived attributes for update...16:03:40.756 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.756 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.756 [pool-213-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... 16:03:40.756 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.758 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.758 [pool-213-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... 16:03:40.758 [pool-213-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 16:03:40.763 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.763 [pool-213-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 16:03:40.763 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.763 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:40.763 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.763 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.764 [pool-213-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... 16:03:40.764 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.765 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.765 [pool-213-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... 16:03:40.766 [pool-213-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 16:03:40.770 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.770 [pool-213-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 16:03:40.771 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.771 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:40.771 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.771 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.771 [pool-213-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... 16:03:40.771 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.773 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.773 [pool-213-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... 16:03:40.773 [pool-213-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 16:03:40.778 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec) 16:03:40.778 [pool-213-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 16:03:40.779 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:40.779 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:40.779 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.779 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.779 [pool-213-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... 16:03:40.780 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.781 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.781 [pool-213-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... 16:03:40.781 [pool-213-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 16:03:40.786 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.786 [pool-213-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 16:03:40.786 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.786 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:40.786 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.786 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.787 [pool-213-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... 16:03:40.787 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.788 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.788 [pool-213-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... 16:03:40.788 [pool-213-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 16:03:40.888 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:03:40.888 [pool-213-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 16:03:40.889 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.889 [pool-213-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. 0s102ms [pure insertion] marking any relevant derived attributes for update...16:03:40.889 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.889 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.889 [pool-213-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... 16:03:40.890 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.891 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.891 [pool-213-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... 16:03:40.891 [pool-213-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 16:03:40.895 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.895 [pool-213-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 16:03:40.895 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.895 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:40.896 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.896 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.896 [pool-213-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... 16:03:40.896 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.950 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.950 [pool-213-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... 16:03:40.950 [pool-213-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 16:03:40.954 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.954 [pool-213-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 16:03:40.955 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.955 [pool-213-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. 0s59ms [pure insertion] marking any relevant derived attributes for update...16:03:40.955 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.955 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.955 [pool-213-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... 16:03:40.955 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.957 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.957 [pool-213-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... 16:03:40.957 [pool-213-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 16:03:40.961 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.961 [pool-213-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 16:03:40.961 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.961 [pool-213-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...16:03:40.961 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.961 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.962 [pool-213-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... 16:03:40.962 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.963 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.963 [pool-213-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... 16:03:40.963 [pool-213-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 16:03:40.968 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:40.968 [pool-213-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 16:03:40.969 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:40.969 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:40.969 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.969 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.970 [pool-213-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... 16:03:40.970 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.971 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.971 [pool-213-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... 16:03:40.971 [pool-213-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 16:03:40.976 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.976 [pool-213-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 16:03:40.976 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.976 [pool-213-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...16:03:40.976 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.976 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.977 [pool-213-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... 16:03:40.977 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.978 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.978 [pool-213-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... 16:03:40.979 [pool-213-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 16:03:40.983 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.983 [pool-213-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 16:03:40.983 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.984 [pool-213-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...16:03:40.984 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.984 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.984 [pool-213-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... 16:03:40.984 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.986 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.986 [pool-213-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... 16:03:40.986 [pool-213-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 16:03:40.991 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:40.991 [pool-213-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 16:03:40.991 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:40.991 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:40.991 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:40.991 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:40.991 [pool-213-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... 16:03:40.992 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:40.993 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:40.993 [pool-213-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... 16:03:40.993 [pool-213-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 16:03:41.054 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.054 [pool-213-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 16:03:41.054 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.054 [pool-213-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. 0s63ms [pure insertion] marking any relevant derived attributes for update...16:03:41.054 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.054 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.055 [pool-213-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... 16:03:41.055 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.056 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.056 [pool-213-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... 16:03:41.056 [pool-213-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 16:03:41.061 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.061 [pool-213-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 16:03:41.061 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.061 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:41.061 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.061 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.061 [pool-213-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... 16:03:41.061 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.063 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.063 [pool-213-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... 16:03:41.063 [pool-213-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 16:03:41.067 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.067 [pool-213-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 16:03:41.067 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.067 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:41.067 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.067 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.068 [pool-213-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... 16:03:41.068 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.069 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.069 [pool-213-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... 16:03:41.070 [pool-213-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 16:03:41.074 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.074 [pool-213-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 16:03:41.074 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.074 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:41.074 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.074 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.075 [pool-213-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... 16:03:41.075 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.076 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.076 [pool-213-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... 16:03:41.077 [pool-213-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 16:03:41.081 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:41.081 [pool-213-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 16:03:41.081 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:41.081 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:41.081 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.082 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.082 [pool-213-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... 16:03:41.082 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.083 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.083 [pool-213-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... 16:03:41.084 [pool-213-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 16:03:41.088 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.088 [pool-213-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 16:03:41.088 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.088 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:41.088 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.088 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.089 [pool-213-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... 16:03:41.089 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.090 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.090 [pool-213-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... 16:03:41.091 [pool-213-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 16:03:41.095 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.095 [pool-213-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 16:03:41.095 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.095 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:41.096 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.096 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.096 [pool-213-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... 16:03:41.096 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.098 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.098 [pool-213-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... 16:03:41.098 [pool-213-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 16:03:41.103 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.103 [pool-213-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 16:03:41.103 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.103 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:41.103 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.103 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.104 [pool-213-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... 16:03:41.104 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.150 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.150 [pool-213-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... 16:03:41.151 [pool-213-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 16:03:41.264 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 16:03:41.264 [pool-213-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 16:03:41.264 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:41.264 [pool-213-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. 0s160ms [pure insertion] marking any relevant derived attributes for update...16:03:41.264 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.264 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.265 [pool-213-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... 16:03:41.265 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.266 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.267 [pool-213-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... 16:03:41.267 [pool-213-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 16:03:41.271 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.271 [pool-213-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 16:03:41.271 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.271 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:41.271 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.271 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.272 [pool-213-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... 16:03:41.272 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.273 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.273 [pool-213-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... 16:03:41.273 [pool-213-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 16:03:41.277 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.277 [pool-213-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 16:03:41.278 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.278 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:41.278 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.278 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.278 [pool-213-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... 16:03:41.278 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.279 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.279 [pool-213-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... 16:03:41.280 [pool-213-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 16:03:41.282 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:41.282 [pool-213-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 16:03:41.282 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.282 [pool-213-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:03:41.283 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.283 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.283 [pool-213-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... 16:03:41.283 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.284 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.284 [pool-213-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... 16:03:41.285 [pool-213-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 16:03:41.385 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 16:03:41.386 [pool-213-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 16:03:41.387 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:03:41.387 [pool-213-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. 0s104ms [pure insertion] marking any relevant derived attributes for update...16:03:41.387 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.387 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.388 [pool-213-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... 16:03:41.388 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.389 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.389 [pool-213-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... 16:03:41.389 [pool-213-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 16:03:41.393 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.393 [pool-213-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 16:03:41.394 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.394 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:41.394 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.394 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.394 [pool-213-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... 16:03:41.394 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.396 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.396 [pool-213-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... 16:03:41.396 [pool-213-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 16:03:41.400 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.400 [pool-213-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 16:03:41.400 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.400 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:41.400 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.400 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.450 [pool-213-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... 16:03:41.450 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.451 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.451 [pool-213-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... 16:03:41.452 [pool-213-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 16:03:41.457 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 16:03:41.457 [pool-213-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 16:03:41.458 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:41.458 [pool-213-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...16:03:41.458 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.458 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.458 [pool-213-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... 16:03:41.458 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.460 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.460 [pool-213-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... 16:03:41.460 [pool-213-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 16:03:41.465 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.465 [pool-213-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 16:03:41.465 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.465 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:41.465 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.465 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.466 [pool-213-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... 16:03:41.466 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.467 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.468 [pool-213-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... 16:03:41.468 [pool-213-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 16:03:41.475 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 16:03:41.475 [pool-213-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 16:03:41.476 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 16:03:41.476 [pool-213-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:03:41.476 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.476 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.477 [pool-213-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... 16:03:41.477 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.478 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.478 [pool-213-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... 16:03:41.479 [pool-213-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 16:03:41.483 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.483 [pool-213-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 16:03:41.483 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.483 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:41.483 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.483 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.484 [pool-213-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... 16:03:41.484 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.485 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.485 [pool-213-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... 16:03:41.486 [pool-213-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 16:03:41.490 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.490 [pool-213-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 16:03:41.490 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.490 [pool-213-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...16:03:41.490 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:41.491 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:41.491 [pool-213-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... 16:03:41.491 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.492 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.492 [pool-213-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... 16:03:41.493 [pool-213-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 16:03:41.550 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.550 [pool-213-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 16:03:41.551 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.551 [pool-213-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. 0s60ms [pure insertion] marking any relevant derived attributes for update...16:03:41.551 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.551 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.551 [pool-213-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... 16:03:41.551 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.553 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.553 [pool-213-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... 16:03:41.553 [pool-213-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 16:03:41.557 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.557 [pool-213-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 16:03:41.557 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.557 [pool-213-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...16:03:41.557 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:41.558 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:41.558 [pool-213-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... 16:03:41.558 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.560 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.560 [pool-213-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... 16:03:41.560 [pool-213-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 16:03:41.763 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 16:03:41.763 [pool-213-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 16:03:41.764 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:03:41.764 [pool-213-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. 0s206ms [pure insertion] marking any relevant derived attributes for update...16:03:41.764 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.764 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.764 [pool-213-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... 16:03:41.764 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.766 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.766 [pool-213-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... 16:03:41.766 [pool-213-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 16:03:41.771 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.771 [pool-213-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 16:03:41.772 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.772 [pool-213-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...16:03:41.772 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.772 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.772 [pool-213-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... 16:03:41.772 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.774 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.774 [pool-213-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... 16:03:41.774 [pool-213-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 16:03:41.783 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 16:03:41.783 [pool-213-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 16:03:41.784 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:41.784 [pool-213-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:03:41.784 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.784 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.784 [pool-213-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... 16:03:41.784 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.786 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.786 [pool-213-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... 16:03:41.786 [pool-213-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 16:03:41.792 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.792 [pool-213-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 16:03:41.792 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.792 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:41.792 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.792 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.792 [pool-213-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) 16:03:41.793 [pool-213-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... 16:03:41.793 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.794 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.794 [pool-213-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... 16:03:41.794 [pool-213-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 16:03:41.800 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.800 [pool-213-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 16:03:41.800 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.800 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:41.800 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.800 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.801 [pool-213-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... 16:03:41.801 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.802 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.802 [pool-213-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... 16:03:41.802 [pool-213-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 16:03:41.854 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 16:03:41.854 [pool-213-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 16:03:41.855 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.855 [pool-213-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. 0s54ms [pure insertion] marking any relevant derived attributes for update...16:03:41.855 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.855 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.855 [pool-213-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... 16:03:41.855 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.857 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.857 [pool-213-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... 16:03:41.857 [pool-213-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 16:03:41.862 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.862 [pool-213-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 16:03:41.863 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.863 [pool-213-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...16:03:41.863 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.863 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.863 [pool-213-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... 16:03:41.863 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.865 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.865 [pool-213-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... 16:03:41.865 [pool-213-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 16:03:41.870 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.870 [pool-213-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 16:03:41.870 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.870 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:41.870 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:41.871 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:41.871 [pool-213-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... 16:03:41.871 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.873 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.873 [pool-213-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... 16:03:41.873 [pool-213-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 16:03:41.878 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:41.878 [pool-213-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 16:03:41.878 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:41.878 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:41.878 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:41.878 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:41.879 [pool-213-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... 16:03:41.879 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:41.880 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:41.881 [pool-213-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... 16:03:41.881 [pool-213-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 16:03:42.072 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 16:03:42.072 [pool-213-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 16:03:42.073 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:03:42.073 [pool-213-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. 0s194ms [pure insertion] marking any relevant derived attributes for update...16:03:42.073 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.073 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.074 [pool-213-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... 16:03:42.074 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.076 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.076 [pool-213-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... 16:03:42.076 [pool-213-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 16:03:42.083 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:42.083 [pool-213-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 16:03:42.083 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:42.083 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:42.083 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:42.084 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:42.084 [pool-213-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... 16:03:42.084 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.086 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.086 [pool-213-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... 16:03:42.086 [pool-213-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 16:03:42.090 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:42.090 [pool-213-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 16:03:42.091 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.091 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:42.091 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.091 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.091 [pool-213-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... 16:03:42.091 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.093 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.093 [pool-213-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... 16:03:42.094 [pool-213-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 16:03:42.100 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.100 [pool-213-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 16:03:42.100 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.100 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:42.100 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.100 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.101 [pool-213-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... 16:03:42.101 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.102 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.102 [pool-213-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... 16:03:42.103 [pool-213-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 16:03:42.153 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:42.153 [pool-213-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 16:03:42.154 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:42.154 [pool-213-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. 0s53ms [pure insertion] marking any relevant derived attributes for update...16:03:42.154 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.154 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.154 [pool-213-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... 16:03:42.154 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.156 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.156 [pool-213-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... 16:03:42.156 [pool-213-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 16:03:42.162 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.162 [pool-213-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 16:03:42.162 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.162 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:42.162 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.162 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.163 [pool-213-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... 16:03:42.163 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.164 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.164 [pool-213-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... 16:03:42.164 [pool-213-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 16:03:42.230 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:03:42.230 [pool-213-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 16:03:42.230 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.230 [pool-213-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...16:03:42.230 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.230 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.231 [pool-213-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... 16:03:42.231 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.232 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.232 [pool-213-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... 16:03:42.233 [pool-213-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 16:03:42.253 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.253 [pool-213-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 16:03:42.253 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.253 [pool-213-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...16:03:42.253 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:42.254 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:42.254 [pool-213-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... 16:03:42.254 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.256 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.256 [pool-213-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... 16:03:42.256 [pool-213-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 16:03:42.262 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.262 [pool-213-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 16:03:42.262 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.262 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:42.262 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.262 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.263 [pool-213-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... 16:03:42.263 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.264 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.264 [pool-213-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... 16:03:42.264 [pool-213-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 16:03:42.270 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.270 [pool-213-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 16:03:42.271 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.271 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:42.271 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.271 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.271 [pool-213-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... 16:03:42.271 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.273 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.273 [pool-213-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... 16:03:42.274 [pool-213-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 16:03:42.383 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:03:42.383 [pool-213-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 16:03:42.383 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.383 [pool-213-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. 0s112ms [pure insertion] marking any relevant derived attributes for update...16:03:42.383 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.383 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.384 [pool-213-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... 16:03:42.384 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.385 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.385 [pool-213-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... 16:03:42.386 [pool-213-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 16:03:42.391 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 16:03:42.391 [pool-213-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 16:03:42.392 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.392 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:42.392 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.392 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.393 [pool-213-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... 16:03:42.393 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.394 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.394 [pool-213-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... 16:03:42.395 [pool-213-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 16:03:42.403 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 16:03:42.403 [pool-213-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 16:03:42.405 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:03:42.405 [pool-213-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:03:42.405 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:42.406 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:42.406 [pool-213-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... 16:03:42.406 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.408 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.408 [pool-213-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... 16:03:42.408 [pool-213-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 16:03:42.412 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.412 [pool-213-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 16:03:42.412 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.412 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:42.412 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.412 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.450 [pool-213-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... 16:03:42.450 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.451 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.451 [pool-213-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... 16:03:42.452 [pool-213-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 16:03:42.456 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.456 [pool-213-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 16:03:42.456 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.456 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:42.456 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.456 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.457 [pool-213-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... 16:03:42.457 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.458 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.458 [pool-213-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... 16:03:42.459 [pool-213-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 16:03:42.463 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.463 [pool-213-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 16:03:42.463 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.463 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:42.463 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.463 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.464 [pool-213-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... 16:03:42.464 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.465 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.465 [pool-213-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... 16:03:42.465 [pool-213-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 16:03:42.471 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:42.471 [pool-213-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 16:03:42.471 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:42.471 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:42.471 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.471 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.472 [pool-213-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... 16:03:42.472 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.473 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.473 [pool-213-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... 16:03:42.474 [pool-213-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 16:03:42.478 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.478 [pool-213-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 16:03:42.478 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.478 [pool-213-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...16:03:42.478 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.478 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.479 [pool-213-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... 16:03:42.479 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.480 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.480 [pool-213-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... 16:03:42.481 [pool-213-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 16:03:42.490 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 16:03:42.490 [pool-213-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 16:03:42.490 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.490 [pool-213-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...16:03:42.490 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.490 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.490 [pool-213-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... 16:03:42.490 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.492 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.492 [pool-213-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... 16:03:42.492 [pool-213-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 16:03:42.496 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.496 [pool-213-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 16:03:42.496 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.496 [pool-213-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...16:03:42.496 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:42.497 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:42.497 [pool-213-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... 16:03:42.497 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.499 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.499 [pool-213-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... 16:03:42.499 [pool-213-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 16:03:42.557 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 16:03:42.557 [pool-213-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 16:03:42.559 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:03:42.559 [pool-213-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. 0s62ms [pure insertion] marking any relevant derived attributes for update...16:03:42.559 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.559 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.560 [pool-213-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... 16:03:42.560 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.562 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.562 [pool-213-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... 16:03:42.562 [pool-213-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 16:03:42.572 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 16:03:42.572 [pool-213-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 16:03:42.572 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.572 [pool-213-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:03:42.572 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.572 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.573 [pool-213-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... 16:03:42.573 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.574 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.574 [pool-213-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... 16:03:42.575 [pool-213-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 16:03:42.579 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.579 [pool-213-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 16:03:42.580 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.580 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:42.580 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.580 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.580 [pool-213-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... 16:03:42.580 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.582 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.582 [pool-213-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... 16:03:42.582 [pool-213-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 16:03:42.651 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 16:03:42.651 [pool-213-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 16:03:42.652 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:03:42.652 [pool-213-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...16:03:42.652 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.652 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.653 [pool-213-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... 16:03:42.653 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.654 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.654 [pool-213-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... 16:03:42.654 [pool-213-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 16:03:42.659 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.659 [pool-213-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 16:03:42.659 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.659 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:42.659 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.660 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.660 [pool-213-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... 16:03:42.660 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.661 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.661 [pool-213-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... 16:03:42.662 [pool-213-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 16:03:42.666 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.666 [pool-213-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 16:03:42.666 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.666 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:42.666 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:42.667 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:42.667 [pool-213-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... 16:03:42.667 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.668 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.668 [pool-213-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... 16:03:42.669 [pool-213-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 16:03:42.752 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 16:03:42.752 [pool-213-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 16:03:42.753 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.753 [pool-213-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. 0s86ms [pure insertion] marking any relevant derived attributes for update...16:03:42.753 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:42.754 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:42.754 [pool-213-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... 16:03:42.754 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.755 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.756 [pool-213-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... 16:03:42.756 [pool-213-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 16:03:42.760 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.760 [pool-213-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 16:03:42.760 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.760 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:42.760 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:42.761 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:42.761 [pool-213-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... 16:03:42.761 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.762 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.762 [pool-213-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... 16:03:42.763 [pool-213-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 16:03:42.767 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.767 [pool-213-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 16:03:42.767 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.767 [pool-213-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...16:03:42.767 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.767 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.767 [pool-213-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... 16:03:42.768 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.769 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.769 [pool-213-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... 16:03:42.769 [pool-213-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 16:03:42.774 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.774 [pool-213-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 16:03:42.774 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.774 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:42.774 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.774 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.775 [pool-213-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... 16:03:42.775 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.776 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.776 [pool-213-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... 16:03:42.777 [pool-213-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 16:03:42.784 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 16:03:42.784 [pool-213-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 16:03:42.786 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 16:03:42.786 [pool-213-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...16:03:42.786 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.786 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.787 [pool-213-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... 16:03:42.787 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.788 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.788 [pool-213-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... 16:03:42.788 [pool-213-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 16:03:42.852 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.852 [pool-213-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 16:03:42.852 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.852 [pool-213-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...16:03:42.852 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.852 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.853 [pool-213-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... 16:03:42.853 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.854 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.854 [pool-213-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... 16:03:42.855 [pool-213-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 16:03:42.859 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.859 [pool-213-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 16:03:42.859 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.860 [pool-213-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...16:03:42.860 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.860 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.860 [pool-213-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... 16:03:42.860 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.861 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.861 [pool-213-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... 16:03:42.862 [pool-213-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 16:03:42.866 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.866 [pool-213-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 16:03:42.866 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.866 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:42.866 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.866 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.867 [pool-213-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... 16:03:42.867 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.868 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.868 [pool-213-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... 16:03:42.868 [pool-213-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 16:03:42.872 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.872 [pool-213-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 16:03:42.873 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.873 [pool-213-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...16:03:42.873 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.873 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.873 [pool-213-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... 16:03:42.873 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.875 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.875 [pool-213-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... 16:03:42.875 [pool-213-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 16:03:42.878 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:42.878 [pool-213-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 16:03:42.878 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.878 [pool-213-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:03:42.878 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.878 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.879 [pool-213-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... 16:03:42.879 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.880 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.880 [pool-213-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... 16:03:42.880 [pool-213-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 16:03:42.885 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.885 [pool-213-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 16:03:42.885 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.885 [pool-213-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...16:03:42.885 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.885 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.885 [pool-213-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... 16:03:42.886 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.887 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.887 [pool-213-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... 16:03:42.887 [pool-213-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 16:03:42.891 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.891 [pool-213-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 16:03:42.891 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.891 [pool-213-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...16:03:42.891 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.891 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.892 [pool-213-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... 16:03:42.892 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.894 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.894 [pool-213-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... 16:03:42.894 [pool-213-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 16:03:42.950 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.950 [pool-213-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 16:03:42.951 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.951 [pool-213-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. 0s59ms [pure insertion] marking any relevant derived attributes for update...16:03:42.951 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.951 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.951 [pool-213-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... 16:03:42.951 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.953 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.953 [pool-213-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... 16:03:42.953 [pool-213-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 16:03:42.957 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:42.957 [pool-213-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 16:03:42.957 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.957 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:42.957 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.957 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.958 [pool-213-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... 16:03:42.958 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.959 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.959 [pool-213-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... 16:03:42.959 [pool-213-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 16:03:42.964 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:42.964 [pool-213-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 16:03:42.964 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:42.965 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:42.965 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.965 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.965 [pool-213-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... 16:03:42.965 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.966 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.966 [pool-213-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... 16:03:42.967 [pool-213-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 16:03:42.972 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 16:03:42.972 [pool-213-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 16:03:42.973 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 16:03:42.973 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:42.973 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.973 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.973 [pool-213-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... 16:03:42.973 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.975 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.975 [pool-213-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... 16:03:42.975 [pool-213-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 16:03:42.980 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:42.980 [pool-213-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 16:03:42.980 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:42.980 [pool-213-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...16:03:42.980 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:42.980 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:42.980 [pool-213-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... 16:03:42.980 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:42.982 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:42.982 [pool-213-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... 16:03:42.982 [pool-213-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 16:03:43.085 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:03:43.085 [pool-213-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 16:03:43.085 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.085 [pool-213-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. 0s105ms [pure insertion] marking any relevant derived attributes for update...16:03:43.085 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.085 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.086 [pool-213-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... 16:03:43.086 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.087 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.087 [pool-213-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... 16:03:43.087 [pool-213-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 16:03:43.094 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:43.094 [pool-213-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 16:03:43.094 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:43.094 [pool-213-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...16:03:43.094 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.094 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.095 [pool-213-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... 16:03:43.095 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.097 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.097 [pool-213-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... 16:03:43.097 [pool-213-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 16:03:43.103 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.103 [pool-213-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 16:03:43.103 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.103 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:43.103 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.103 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.104 [pool-213-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... 16:03:43.104 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.105 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.105 [pool-213-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... 16:03:43.105 [pool-213-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 16:03:43.111 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.111 [pool-213-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 16:03:43.111 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.111 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:43.111 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:43.112 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:43.112 [pool-213-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... 16:03:43.112 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.114 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.114 [pool-213-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... 16:03:43.114 [pool-213-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 16:03:43.149 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.149 [pool-213-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 16:03:43.150 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.150 [pool-213-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. 0s38ms [pure insertion] marking any relevant derived attributes for update...16:03:43.150 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.150 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.150 [pool-213-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... 16:03:43.150 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.152 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.152 [pool-213-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... 16:03:43.153 [pool-213-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 16:03:43.160 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:43.160 [pool-213-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 16:03:43.160 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:43.160 [pool-213-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:03:43.160 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.160 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.161 [pool-213-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... 16:03:43.161 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.162 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.162 [pool-213-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... 16:03:43.162 [pool-213-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 16:03:43.168 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.168 [pool-213-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 16:03:43.168 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.168 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:43.168 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.168 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.169 [pool-213-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... 16:03:43.169 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.170 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.170 [pool-213-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... 16:03:43.171 [pool-213-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 16:03:43.177 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.177 [pool-213-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 16:03:43.177 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.177 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:43.177 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.177 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.178 [pool-213-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... 16:03:43.178 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.179 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.179 [pool-213-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... 16:03:43.179 [pool-213-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 16:03:43.185 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.185 [pool-213-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 16:03:43.185 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.185 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:43.185 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.185 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.186 [pool-213-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... 16:03:43.186 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.187 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.187 [pool-213-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... 16:03:43.187 [pool-213-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 16:03:43.193 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.193 [pool-213-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 16:03:43.193 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.194 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:43.194 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.194 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.194 [pool-213-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... 16:03:43.194 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.250 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.250 [pool-213-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... 16:03:43.251 [pool-213-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 16:03:43.257 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.257 [pool-213-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 16:03:43.257 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.257 [pool-213-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. 0s63ms [pure insertion] marking any relevant derived attributes for update...16:03:43.257 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.257 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.258 [pool-213-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... 16:03:43.258 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.259 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.259 [pool-213-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... 16:03:43.259 [pool-213-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 16:03:43.268 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 16:03:43.268 [pool-213-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 16:03:43.268 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:43.268 [pool-213-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:03:43.268 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:43.269 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:43.269 [pool-213-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... 16:03:43.269 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.271 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.271 [pool-213-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... 16:03:43.271 [pool-213-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 16:03:43.277 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.277 [pool-213-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 16:03:43.277 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.277 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:43.277 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.277 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.278 [pool-213-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... 16:03:43.278 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.279 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.279 [pool-213-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... 16:03:43.280 [pool-213-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 16:03:43.286 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.286 [pool-213-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 16:03:43.286 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.286 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:43.286 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.286 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.287 [pool-213-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... 16:03:43.287 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.289 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.289 [pool-213-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... 16:03:43.289 [pool-213-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 16:03:43.354 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.354 [pool-213-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 16:03:43.354 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.354 [pool-213-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...16:03:43.355 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:43.355 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:43.355 [pool-213-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... 16:03:43.355 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.357 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.357 [pool-213-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... 16:03:43.357 [pool-213-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 16:03:43.364 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:43.364 [pool-213-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 16:03:43.364 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:43.364 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:43.364 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.364 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.365 [pool-213-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... 16:03:43.365 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.366 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.366 [pool-213-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... 16:03:43.367 [pool-213-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 16:03:43.374 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 16:03:43.374 [pool-213-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 16:03:43.375 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:43.375 [pool-213-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...16:03:43.375 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.375 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.375 [pool-213-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... 16:03:43.375 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.377 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.377 [pool-213-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... 16:03:43.377 [pool-213-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 16:03:43.382 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.382 [pool-213-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 16:03:43.383 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.383 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:43.383 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.383 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.383 [pool-213-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... 16:03:43.383 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.384 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.384 [pool-213-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... 16:03:43.385 [pool-213-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 16:03:43.390 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.390 [pool-213-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 16:03:43.390 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.390 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:43.390 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.390 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.390 [pool-213-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... 16:03:43.390 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.392 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.392 [pool-213-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... 16:03:43.392 [pool-213-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 16:03:43.397 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.397 [pool-213-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 16:03:43.397 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.398 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:43.398 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.398 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.398 [pool-213-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... 16:03:43.398 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.400 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.400 [pool-213-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... 16:03:43.400 [pool-213-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 16:03:43.406 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.406 [pool-213-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 16:03:43.406 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.407 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:43.407 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.407 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.407 [pool-213-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... 16:03:43.407 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.408 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.408 [pool-213-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... 16:03:43.409 [pool-213-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 16:03:43.417 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 16:03:43.417 [pool-213-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 16:03:43.417 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:03:43.417 [pool-213-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...16:03:43.417 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.417 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.418 [pool-213-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... 16:03:43.418 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.419 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.419 [pool-213-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... 16:03:43.419 [pool-213-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 16:03:43.449 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.449 [pool-213-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 16:03:43.450 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.450 [pool-213-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. 0s32ms [pure insertion] marking any relevant derived attributes for update...16:03:43.450 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.450 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.450 [pool-213-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... 16:03:43.450 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.452 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.452 [pool-213-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... 16:03:43.452 [pool-213-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 16:03:43.458 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.458 [pool-213-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 16:03:43.458 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.458 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:43.458 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.458 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.459 [pool-213-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... 16:03:43.459 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.460 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.460 [pool-213-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... 16:03:43.460 [pool-213-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 16:03:43.466 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.466 [pool-213-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 16:03:43.466 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.466 [pool-213-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...16:03:43.466 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.466 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.467 [pool-213-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... 16:03:43.467 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.468 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.468 [pool-213-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... 16:03:43.469 [pool-213-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 16:03:43.475 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.475 [pool-213-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 16:03:43.475 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.475 [pool-213-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...16:03:43.475 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.475 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.476 [pool-213-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... 16:03:43.476 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.478 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.478 [pool-213-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... 16:03:43.478 [pool-213-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 16:03:43.486 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.486 [pool-213-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 16:03:43.486 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.486 [pool-213-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...16:03:43.486 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.486 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.487 [pool-213-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... 16:03:43.487 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.488 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.489 [pool-213-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... 16:03:43.489 [pool-213-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 16:03:43.495 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.495 [pool-213-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 16:03:43.495 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.495 [pool-213-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...16:03:43.495 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:43.496 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:43.496 [pool-213-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... 16:03:43.496 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.497 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.497 [pool-213-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... 16:03:43.498 [pool-213-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 16:03:43.551 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 16:03:43.551 [pool-213-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 16:03:43.551 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:43.551 [pool-213-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. 0s55ms [pure insertion] marking any relevant derived attributes for update...16:03:43.551 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.551 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.552 [pool-213-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... 16:03:43.552 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.553 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.553 [pool-213-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... 16:03:43.553 [pool-213-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 16:03:43.558 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.558 [pool-213-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 16:03:43.559 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.559 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:43.559 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.559 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.559 [pool-213-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... 16:03:43.559 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.560 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.560 [pool-213-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... 16:03:43.561 [pool-213-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 16:03:43.566 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.566 [pool-213-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 16:03:43.566 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.566 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:43.566 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.566 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.567 [pool-213-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... 16:03:43.567 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.568 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.568 [pool-213-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... 16:03:43.568 [pool-213-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 16:03:43.572 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:43.572 [pool-213-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 16:03:43.572 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.572 [pool-213-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:03:43.572 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.572 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.573 [pool-213-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... 16:03:43.573 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.574 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.575 [pool-213-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... 16:03:43.575 [pool-213-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 16:03:43.581 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.581 [pool-213-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 16:03:43.581 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.581 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:43.581 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.581 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.582 [pool-213-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... 16:03:43.582 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.583 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.583 [pool-213-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... 16:03:43.584 [pool-213-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 16:03:43.589 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.589 [pool-213-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 16:03:43.589 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.589 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:43.589 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.589 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.590 [pool-213-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... 16:03:43.590 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.591 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.591 [pool-213-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... 16:03:43.591 [pool-213-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 16:03:43.655 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:43.655 [pool-213-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 16:03:43.656 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:43.656 [pool-213-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...16:03:43.656 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.656 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.656 [pool-213-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... 16:03:43.656 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.658 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.658 [pool-213-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... 16:03:43.658 [pool-213-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 16:03:43.664 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:43.665 [pool-213-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 16:03:43.665 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:43.665 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:43.665 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.665 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.666 [pool-213-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... 16:03:43.666 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.667 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.667 [pool-213-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... 16:03:43.667 [pool-213-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 16:03:43.673 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.673 [pool-213-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 16:03:43.673 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.674 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:43.674 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.674 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.674 [pool-213-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... 16:03:43.674 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.675 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.675 [pool-213-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... 16:03:43.676 [pool-213-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 16:03:43.682 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:43.682 [pool-213-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 16:03:43.683 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:43.683 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:43.683 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.683 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.683 [pool-213-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... 16:03:43.683 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.684 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.684 [pool-213-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... 16:03:43.685 [pool-213-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 16:03:43.690 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.690 [pool-213-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 16:03:43.691 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.691 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:43.691 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.691 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.691 [pool-213-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... 16:03:43.692 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.693 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.693 [pool-213-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... 16:03:43.693 [pool-213-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 16:03:43.700 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:43.700 [pool-213-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 16:03:43.700 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:43.700 [pool-213-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:03:43.700 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.700 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.700 [pool-213-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... 16:03:43.700 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.750 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.750 [pool-213-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... 16:03:43.750 [pool-213-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 16:03:43.756 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.756 [pool-213-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 16:03:43.756 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.756 [pool-213-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. 0s56ms [pure insertion] marking any relevant derived attributes for update...16:03:43.756 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.756 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.757 [pool-213-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... 16:03:43.757 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.759 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.759 [pool-213-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... 16:03:43.759 [pool-213-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 16:03:43.766 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 16:03:43.766 [pool-213-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 16:03:43.769 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.769 [pool-213-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:03:43.769 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.769 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.769 [pool-213-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... 16:03:43.769 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.771 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.771 [pool-213-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... 16:03:43.771 [pool-213-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 16:03:43.777 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.777 [pool-213-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 16:03:43.777 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.777 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:43.777 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.777 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.778 [pool-213-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... 16:03:43.778 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.779 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.779 [pool-213-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... 16:03:43.779 [pool-213-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 16:03:43.785 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.785 [pool-213-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 16:03:43.785 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.785 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:43.785 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.785 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.786 [pool-213-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... 16:03:43.786 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.787 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.787 [pool-213-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... 16:03:43.787 [pool-213-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 16:03:43.856 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 16:03:43.856 [pool-213-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 16:03:43.857 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.857 [pool-213-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...16:03:43.857 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.857 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.857 [pool-213-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... 16:03:43.858 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.859 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.859 [pool-213-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... 16:03:43.859 [pool-213-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 16:03:43.864 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.864 [pool-213-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 16:03:43.865 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.865 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:43.865 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.865 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.865 [pool-213-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... 16:03:43.866 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.867 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.867 [pool-213-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... 16:03:43.867 [pool-213-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 16:03:43.872 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:43.872 [pool-213-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 16:03:43.873 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:43.873 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:43.873 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.873 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.873 [pool-213-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... 16:03:43.873 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.874 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.874 [pool-213-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... 16:03:43.875 [pool-213-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 16:03:43.880 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:43.880 [pool-213-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 16:03:43.880 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:43.880 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:43.880 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.880 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.881 [pool-213-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... 16:03:43.881 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.882 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.882 [pool-213-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... 16:03:43.882 [pool-213-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 16:03:43.886 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.886 [pool-213-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 16:03:43.887 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.887 [pool-213-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...16:03:43.887 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.887 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.887 [pool-213-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... 16:03:43.887 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.888 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.888 [pool-213-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... 16:03:43.889 [pool-213-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 16:03:43.893 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.893 [pool-213-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 16:03:43.893 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.893 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:43.893 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.893 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.894 [pool-213-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... 16:03:43.894 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.950 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.951 [pool-213-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... 16:03:43.951 [pool-213-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 16:03:43.956 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.956 [pool-213-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 16:03:43.956 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.956 [pool-213-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. 0s62ms [pure insertion] marking any relevant derived attributes for update...16:03:43.956 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.956 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.956 [pool-213-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... 16:03:43.956 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.958 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.958 [pool-213-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... 16:03:43.958 [pool-213-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 16:03:43.962 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.962 [pool-213-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 16:03:43.963 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.963 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:43.963 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.963 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.963 [pool-213-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/ (2 sec, 8 sec total) 16:03:43.963 [pool-213-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... 16:03:43.963 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.965 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.965 [pool-213-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... 16:03:43.965 [pool-213-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 16:03:43.969 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.969 [pool-213-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 16:03:43.970 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.970 [pool-213-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...16:03:43.970 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.970 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.970 [pool-213-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... 16:03:43.971 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.973 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.973 [pool-213-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... 16:03:43.973 [pool-213-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 16:03:43.977 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.977 [pool-213-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 16:03:43.978 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.978 [pool-213-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...16:03:43.978 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.978 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.978 [pool-213-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... 16:03:43.978 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.979 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.979 [pool-213-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... 16:03:43.980 [pool-213-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 16:03:43.984 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.984 [pool-213-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 16:03:43.984 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.984 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:43.984 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.984 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.985 [pool-213-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... 16:03:43.985 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:43.986 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:43.986 [pool-213-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... 16:03:43.986 [pool-213-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 16:03:43.990 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:43.990 [pool-213-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 16:03:43.991 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:43.991 [pool-213-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:03:43.991 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:43.991 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:43.991 [pool-213-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... 16:03:43.991 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:44.050 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:44.050 [pool-213-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... 16:03:44.050 [pool-213-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 16:03:44.055 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:44.055 [pool-213-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 16:03:44.055 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:44.055 [pool-213-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...16:03:44.055 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:44.055 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:44.055 [pool-213-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... 16:03:44.056 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:44.057 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:44.057 [pool-213-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... 16:03:44.057 [pool-213-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 16:03:44.061 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:44.061 [pool-213-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 16:03:44.062 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:44.062 [pool-213-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:44.062 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:44.062 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:44.063 [pool-213-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... 16:03:44.063 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:44.064 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:44.064 [pool-213-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... 16:03:44.064 [pool-213-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 16:03:44.069 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:44.069 [pool-213-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 16:03:44.085 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:44.085 [pool-213-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...16:03:44.085 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:44.085 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:44.086 [pool-213-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... 16:03:44.086 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:44.087 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:44.087 [pool-213-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... 16:03:44.088 [pool-213-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 16:03:44.092 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:44.092 [pool-213-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 16:03:44.093 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:44.093 [pool-213-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:03:44.093 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:44.093 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:44.093 [pool-213-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... 16:03:44.093 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:44.095 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:44.095 [pool-213-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... 16:03:44.095 [pool-213-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 16:03:44.153 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:44.153 [pool-213-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 16:03:44.154 [pool-213-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:44.154 [pool-213-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. 0s61ms [pure insertion] marking any relevant derived attributes for update...16:03:44.154 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:44.154 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:44.154 [pool-213-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) 16:03:44.154 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:44.154 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:44.154 [pool-213-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:44.271 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 16:03:44.585 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 16:03:44.585 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.431s attempting to resolve any uninitialized derived attributes... 16:03:44.585 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:44.585 [pool-213-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:44.586 [pool-213-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... 16:03:44.586 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s433ms [proxy update] 16:03:44.587 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:44.651 [pool-213-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/01ec141c-0000-1301-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/0054070c-0000-005f-0000-000000000000.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/b58969db-144e-4a1f-b946-cd6deacca9bd.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.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.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/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.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/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.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/2961d57b-5120-11de-bbaf-00218648fa3d.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/00700680-0000-01f9-0000-000000000000.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/f9061fa3-c2fc-11de-8ac8-001302895b2b.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/946458b2-daf1-44b8-887b-12a0d9e5c2f6.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/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.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/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/5d357779-c2fd-11de-8ac8-001302895b2b.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.PropertyType/01a40888-0000-002a-0000-000000000000.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.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/34ef5bd6-d7e4-11e2-b93f-0027103f347c.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/00700680-0000-01cc-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/3254be34-c7d8-4018-8a68-5de65c30b773.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.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.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/6432b987-256f-4121-9428-a89d364c2cef.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.Stereotype/00700680-0000-0206-0000-000000000000.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/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-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/d09356f1-c2fc-11de-8ac8-001302895b2b.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/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.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/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/01ec12fc-0000-00b7-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/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.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/01ec12fc-0000-025b-0000-000000000000.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/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-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.MetaclassReference/00bc27b8-0000-0e0b-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/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.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.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.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.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.Stereotype/01ec12fc-0000-0c02-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.Stereotype/002005c0-0001-0007-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/00bc3ac0-0000-0d9a-0000-000000000000.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/40400bbd-0b5d-11df-8680-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/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/01ec12fc-0000-0233-0000-000000000000.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/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/b355cc6c-c4aa-11df-b100-001302895b2b.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/b9654705-c2f9-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.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-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/00bc27b8-0000-08c8-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-01d5-0000-000000000000.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.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.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/4a427283-5d09-11df-a996-001302895b2b.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.MetaclassReference/00bc2f68-0000-0f44-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.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/01ec12fc-0000-0229-0000-000000000000.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/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.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/00700680-0000-01e7-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/007006dc-0000-0137-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/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.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.Stereotype/edc05471-5d08-11df-a996-001302895b2b.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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.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/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-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/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/01ec12fc-0000-0bfd-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/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.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/01ec1ac4-0000-2ef9-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.Profile/01ec045c-0000-3739-0000-000000000000.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.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.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/Standard.DataType/00000004-0000-0013-0000-000000000000.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.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.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/007006dc-0000-0139-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/eb8f06b7-de86-11de-905b-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/00000000-0000-9c48-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/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/00700680-0000-01d1-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/de95a30a-def3-4199-88a5-577f867327a2.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/01ec12fc-0000-023d-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/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.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/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.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.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.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/01ec12fc-0000-0aca-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/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/07111319-1fd7-11df-948e-001302895b2b.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/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/00700680-0000-01ef-0000-000000000000.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/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.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.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.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/01ec045c-0000-10a1-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/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/6a3f6989-c2fd-11de-8ac8-001302895b2b.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/6faa55e3-5d0b-11df-a996-001302895b2b.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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.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/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.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/c6a579b6-5d0d-11df-a996-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.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.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/00700680-0000-01db-0000-000000000000.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/01ec12fc-0000-024c-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.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.Stereotype/00000000-0000-9c45-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/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.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/00700680-0000-01ca-0000-000000000000.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.Stereotype/e4c6c55f-c2fc-11de-8ac8-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-01c5-0000-000000000000.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/8ed6276e-5821-11df-be59-001302895b2b.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/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.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/ee295439-adfb-4038-9ad2-9e643a37e076.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/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.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.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.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/ab241507-a18e-4711-8acd-db5abd8b525f.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/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-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/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/6f3c6234-52b8-11df-a320-001302895b2b.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/15d2108f-5d0c-11df-a996-001302895b2b.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/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.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-01bd-0000-000000000000.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/52d7cccb-c2fd-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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-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.PropertyType/827950f7-671f-4db7-9374-23df864712ef.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/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.Profile/00300000-0000-0032-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/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.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/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/5791cd76-03ec-11e2-9c63-0027103f347d.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/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/01ec152c-0000-144f-0000-000000000000.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/00700680-0000-01fe-0000-000000000000.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/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.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/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.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/cf671bc3-c2f9-11de-8ac8-001302895b2b.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.MetaclassReference/00bc2f68-0000-0f51-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/01ec12fc-0000-0247-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.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.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/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-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.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.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.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.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/435869cb-c2fd-11de-8ac8-001302895b2b.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/00080cf0-0000-0032-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/00700680-0000-01d7-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/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.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/8e76c95f-5821-11df-be59-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.Stereotype/770df309-5d0c-11df-a996-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/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/01ec1ac4-0000-2f09-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/002005c0-0001-0009-0000-000000000000.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/01ec1228-0000-12f8-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/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.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/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-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.Stereotype/00540a84-0000-0003-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/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-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/00d0052c-0000-0143-0000-000000000000.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/06edcdd9-c2fd-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.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.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/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.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/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.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.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.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/07ba6521-5d0d-11df-a996-001302895b2b.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/ed95fa9b-de99-11de-905b-001302895b2b.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/01ec12fc-0000-0238-0000-000000000000.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/76c174ab-c2fd-11de-8ac8-001302895b2b.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/89326f2e-c2fc-11de-8ac8-001302895b2b.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/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml 16:03:44.961 [pool-213-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 9 s 801 ms changed resource size: 619 relevant graph size: 619 validated changes... true 16:03:44.974 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:44.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/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 16:03:44.976 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:44.976 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:45.058 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:45.064 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:45.093 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:45.095 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:45.095 [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 16:03:45.095 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:45.095 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:45.095 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:45.095 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:45.096 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:45.096 [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! 16:03:45.096 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:45.097 [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 16:03:45.097 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:03:45.185 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit4804447307730502627/:org.eclipse.hawk.localfolder.LocalFolder:false 16:03:45.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:45.187 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:45.191 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:45.191 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:45.191 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:45.195 [pool-220-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5167523745327639437/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:45.275 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:45.275 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:45.275 [pool-220-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:45.318 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:45.318 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.043s attempting to resolve any uninitialized derived attributes... 16:03:45.318 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:45.318 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:45.320 [pool-220-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... 16:03:45.320 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s75ms [proxy update] 16:03:45.351 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:45.351 [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 16:03:45.351 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 164 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit4804447307730502627/v0-B.2.0.bpmn 16:03:45.352 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:45.355 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:45.355 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:45.355 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:45.358 [pool-220-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5167523745327639437/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:45.363 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:45.363 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:45.363 [pool-220-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:45.388 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:45.388 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.025s attempting to resolve any uninitialized derived attributes... 16:03:45.388 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:45.388 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:45.389 [pool-220-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... 16:03:45.389 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s26ms [proxy update] 16:03:45.389 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:45.389 [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 16:03:45.389 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 37 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit4804447307730502627/v0-B.2.0.bpmn 16:03:45.390 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:45.393 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:45.393 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:45.393 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:45.396 [pool-220-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5167523745327639437/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:45.400 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:45.400 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:45.400 [pool-220-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:45.479 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:45.479 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.079s attempting to resolve any uninitialized derived attributes... 16:03:45.479 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:45.479 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:45.480 [pool-220-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... 16:03:45.480 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s80ms [proxy update] 16:03:45.480 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:45.480 [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 16:03:45.480 [pool-220-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/v3-B.2.0.bpmn over /tmp/junit4804447307730502627/v0-B.2.0.bpmn 16:03:45.480 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:45.484 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:45.484 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:45.484 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:45.487 [pool-220-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5167523745327639437/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:45.492 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:45.492 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:45.492 [pool-220-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:45.556 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:45.556 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.064s attempting to resolve any uninitialized derived attributes... 16:03:45.556 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:45.556 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:45.557 [pool-220-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... 16:03:45.557 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s65ms [proxy update] 16:03:45.557 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:45.557 [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 16:03:45.557 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 77 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit4804447307730502627/v0-B.2.0.bpmn 16:03:45.558 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:45.561 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:45.561 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:45.561 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:45.564 [pool-220-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5167523745327639437/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:45.569 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:45.569 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:45.569 [pool-220-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:45.591 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:45.591 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.022s attempting to resolve any uninitialized derived attributes... 16:03:45.591 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:45.591 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:45.592 [pool-220-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... 16:03:45.592 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s23ms [proxy update] 16:03:45.592 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:45.592 [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 16:03:45.592 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 34 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit4804447307730502627/v0-B.2.0.bpmn 16:03:45.593 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:45.596 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:45.596 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:45.596 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:45.599 [pool-220-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5167523745327639437/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:45.653 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:45.653 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:45.653 [pool-220-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:45.670 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:45.670 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.017s attempting to resolve any uninitialized derived attributes... 16:03:45.670 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:45.670 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:45.670 [pool-220-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... 16:03:45.671 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s18ms [proxy update] 16:03:45.671 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:45.671 [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 16:03:45.671 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 78 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit4804447307730502627/v0-B.2.0.bpmn 16:03:45.672 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:45.675 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:45.675 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:45.675 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:45.685 [pool-220-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5167523745327639437/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:45.690 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:45.690 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:45.690 [pool-220-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:45.760 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:45.760 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.07s attempting to resolve any uninitialized derived attributes... 16:03:45.760 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:45.760 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:45.761 [pool-220-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... 16:03:45.761 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s71ms [proxy update] 16:03:45.761 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:45.761 [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 16:03:45.761 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 89 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit4804447307730502627/v0-B.2.0.bpmn 16:03:45.762 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:45.766 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:45.766 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:45.766 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:45.769 [pool-220-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5167523745327639437/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:45.775 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:45.775 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:45.775 [pool-220-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:45.793 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:45.793 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.018s attempting to resolve any uninitialized derived attributes... 16:03:45.793 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:45.793 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:45.794 [pool-220-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... 16:03:45.794 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s19ms [proxy update] 16:03:45.794 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:45.794 [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 16:03:45.794 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 32 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit4804447307730502627/v0-B.2.0.bpmn 16:03:45.795 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:45.851 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:45.851 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:45.851 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:45.854 [pool-220-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5167523745327639437/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:45.859 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:45.859 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:45.859 [pool-220-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:45.888 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:45.888 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.029s attempting to resolve any uninitialized derived attributes... 16:03:45.888 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:45.888 [pool-220-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:45.888 [pool-220-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... 16:03:45.888 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s30ms [proxy update] 16:03:45.889 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:45.889 [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 16:03:45.889 [pool-220-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 94 ms 16:03:45.889 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:45.889 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit4804447307730502627/:org.eclipse.hawk.localfolder.LocalFolder:false 16:03:45.891 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:45.891 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:45.895 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:45.897 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:45.955 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:45.957 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:45.957 [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 16:03:45.957 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:45.957 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:45.957 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:45.957 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:45.958 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:45.958 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:03:45.958 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:03:45.959 [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... 16:03:45.959 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 16:03:45.959 [pool-226-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 16:03:45.966 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:45.966 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:45.972 [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 16:03:45.972 [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 16:03:45.972 [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 16:03:45.972 [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[] 16:03:45.972 [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 16:03:45.972 [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 16:03:45.972 [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 16:03:45.974 [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 16:03:45.974 [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 16:03:45.974 [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 16:03:45.974 [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 16:03:45.974 [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 16:03:45.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 16:03:45.975 [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 16:03:45.975 [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 16:03:45.976 [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 16:03:45.976 [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 16:03:45.976 [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 16:03:45.976 [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 16:03:45.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 16:03:45.976 [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 16:03:45.976 [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 16:03:45.976 [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 16:03:45.977 [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 16:03:45.977 [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 16:03:45.977 [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 16:03:45.978 [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 16:03:45.978 [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 16:03:45.979 [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 16:03:45.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 16:03:45.979 [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 16:03:45.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 16:03:45.979 [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 16:03:45.985 [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 16:03:46.051 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:03:46.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:46.099 [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 16:03:46.101 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:46.101 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:46.103 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:46.104 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:46.104 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:46.191 [pool-226-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5298402470827521459/test_instanceCountsAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:46.203 [pool-226-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:46.259 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:03:46.263 [pool-226-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:46.264 [pool-226-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:46.264 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:03:46.267 [pool-226-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5298402470827521459/test_instanceCountsAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:46.276 [pool-226-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:03:46.278 [pool-226-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:46.278 [pool-226-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:03:46.279 [pool-226-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:46.279 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s76ms [pure insertion] marking any relevant derived attributes for update...16:03:46.279 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:46.280 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:46.281 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:03:46.281 [pool-226-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:46.282 [pool-226-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:46.282 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:03:46.283 [pool-226-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:03:46.283 [pool-226-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:46.283 [pool-226-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:03:46.283 [pool-226-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:46.283 [pool-226-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...16:03:46.284 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:46.284 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:46.285 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:03:46.285 [pool-226-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:46.286 [pool-226-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:46.286 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:03:46.286 [pool-226-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:03:46.286 [pool-226-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:46.286 [pool-226-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:03:46.287 [pool-226-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:46.287 [pool-226-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...16:03:46.287 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:46.287 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:46.287 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:46.287 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:46.287 [pool-226-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:46.372 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:03:46.382 [pool-226-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:03:46.382 [pool-226-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.095s attempting to resolve any uninitialized derived attributes... 16:03:46.382 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:46.382 [pool-226-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:46.383 [pool-226-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... 16:03:46.383 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s97ms [proxy update] 16:03:46.384 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:46.384 [pool-226-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 /subfolder/child.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 16:03:46.387 [pool-226-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 286 ms 16:03:46.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:46.390 [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 16:03:46.392 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:46.392 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:46.478 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:46.482 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:46.508 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:46.509 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:46.509 [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 16:03:46.509 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:46.509 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:46.509 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:46.510 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:46.510 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:46.550 [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! 16:03:46.550 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:46.550 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:46.550 [pool-233-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 16:03:46.551 [pool-233-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 16:03:46.555 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:46.555 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:46.561 [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 16:03:46.565 [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 16:03:46.565 [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 16:03:46.565 [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 16:03:46.567 [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[] 16:03:46.567 [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 16:03:46.567 [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 16:03:46.567 [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 16:03:46.567 [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 16:03:46.568 [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 16:03:46.568 [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 16:03:46.568 [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 16:03:46.568 [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 16:03:46.568 [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 16:03:46.568 [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 16:03:46.568 [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 16:03:46.568 [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 16:03:46.569 [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 16:03:46.569 [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 16:03:46.570 [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 16:03:46.570 [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 16:03:46.570 [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 16:03:46.571 [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 16:03:46.571 [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 16:03:46.571 [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 16:03:46.571 [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 16:03:46.571 [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 16:03:46.571 [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 16:03:46.572 [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 16:03:46.572 [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 16:03:46.572 [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 16:03:46.572 [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 16:03:46.572 [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 16:03:46.572 [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 16:03:46.578 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:03:46.578 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:46.671 [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 16:03:46.673 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:46.673 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:46.675 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:46.677 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:46.677 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:46.705 [pool-233-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3571123970720430817/test_listFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:46.753 [pool-233-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:46.772 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:03:46.776 [pool-233-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:46.777 [pool-233-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:46.777 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:03:46.780 [pool-233-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3571123970720430817/test_listFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:46.788 [pool-233-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:03:46.790 [pool-233-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:46.790 [pool-233-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:03:46.790 [pool-233-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:46.790 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s37ms [pure insertion] marking any relevant derived attributes for update...16:03:46.790 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:03:46.792 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:03:46.793 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:03:46.793 [pool-233-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:46.794 [pool-233-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:46.794 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:03:46.794 [pool-233-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:03:46.795 [pool-233-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:46.795 [pool-233-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:03:46.795 [pool-233-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:46.795 [pool-233-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...16:03:46.795 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:46.795 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:46.796 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:03:46.796 [pool-233-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:46.797 [pool-233-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:46.797 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:03:46.849 [pool-233-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:03:46.850 [pool-233-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:46.850 [pool-233-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:03:46.850 [pool-233-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:46.850 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s54ms [pure insertion] marking any relevant derived attributes for update...16:03:46.850 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:46.851 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:46.851 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:46.851 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:46.851 [pool-233-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:46.893 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:03:46.900 [pool-233-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:03:46.900 [pool-233-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.049s attempting to resolve any uninitialized derived attributes... 16:03:46.900 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:46.900 [pool-233-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:46.901 [pool-233-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... 16:03:46.901 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s50ms [proxy update] 16:03:46.901 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:46.901 [pool-233-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 16:03:46.904 [pool-233-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 231 ms 16:03:46.950 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:46.950 [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 16:03:46.952 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:46.952 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:46.976 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:46.980 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:47.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:47.053 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:47.053 [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 16:03:47.053 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:47.053 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:47.053 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:47.053 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:47.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:47.054 [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! 16:03:47.054 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:47.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:47.055 [pool-240-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 16:03:47.055 [pool-240-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 16:03:47.059 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:47.059 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:47.065 [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 16:03:47.069 [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 16:03:47.069 [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 16:03:47.069 [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 16:03:47.070 [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 16:03:47.070 [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 16:03:47.070 [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[] 16:03:47.071 [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 16:03:47.071 [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 16:03:47.071 [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 16:03:47.071 [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 16:03:47.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 16:03:47.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 16:03:47.072 [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 16:03:47.072 [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 16:03:47.072 [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 16:03:47.072 [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 16:03:47.072 [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 16:03:47.073 [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 16:03:47.073 [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 16:03:47.073 [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 16:03:47.073 [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 16:03:47.074 [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 16:03:47.074 [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 16:03:47.074 [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 16:03:47.075 [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 16:03:47.075 [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 16:03:47.075 [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 16:03:47.075 [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 16:03:47.076 [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 16:03:47.076 [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 16:03:47.076 [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 16:03:47.076 [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 16:03:47.076 [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 16:03:47.082 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:03:47.082 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:47.171 [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 16:03:47.173 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:47.173 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:47.175 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:47.176 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:47.176 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:47.226 [pool-240-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit18134663041594265214/test_instanceCounts[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:47.233 [pool-240-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:47.277 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:03:47.281 [pool-240-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:47.282 [pool-240-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:47.282 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:03:47.284 [pool-240-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit18134663041594265214/test_instanceCounts[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:47.293 [pool-240-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:03:47.294 [pool-240-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:47.294 [pool-240-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:03:47.295 [pool-240-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:47.295 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s62ms [pure insertion] marking any relevant derived attributes for update...16:03:47.295 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:47.296 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:47.298 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:03:47.298 [pool-240-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:47.299 [pool-240-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:47.299 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:03:47.299 [pool-240-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:03:47.299 [pool-240-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:47.299 [pool-240-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:03:47.300 [pool-240-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:47.300 [pool-240-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...16:03:47.300 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:47.300 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:47.301 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:03:47.301 [pool-240-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:47.302 [pool-240-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:47.302 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:03:47.302 [pool-240-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:03:47.302 [pool-240-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:47.303 [pool-240-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:03:47.303 [pool-240-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:47.303 [pool-240-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...16:03:47.303 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:47.303 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:47.303 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:47.303 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:47.303 [pool-240-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:47.391 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:03:47.397 [pool-240-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:03:47.397 [pool-240-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.094s attempting to resolve any uninitialized derived attributes... 16:03:47.397 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:47.397 [pool-240-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:47.398 [pool-240-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... 16:03:47.398 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s95ms [proxy update] 16:03:47.398 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:47.398 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /root.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 /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 16:03:47.400 [pool-240-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 227 ms 16:03:47.404 [pool-240-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:03:47.406 [pool-240-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18134663041594265214/test_instanceCounts[Neo4j]/db 16:03:47.407 [pool-240-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:03:47.407 [pool-240-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18134663041594265214/test_instanceCounts[Neo4j]/db 16:03:47.450 [pool-240-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:03:47.450 [pool-240-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18134663041594265214/test_instanceCounts[Neo4j]/db 16:03:47.451 [pool-240-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:03:47.451 [pool-240-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18134663041594265214/test_instanceCounts[Neo4j]/db 16:03:47.452 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:47.452 [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 16:03:47.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:47.454 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:47.475 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:47.478 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:47.552 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:47.553 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:47.553 [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 16:03:47.553 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:47.553 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:47.553 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:47.553 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:47.554 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:47.555 [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! 16:03:47.555 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:47.555 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:47.555 [pool-247-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 16:03:47.555 [pool-247-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 16:03:47.559 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:47.559 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:47.566 [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 16:03:47.569 [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 16:03:47.569 [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 16:03:47.570 [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 16:03:47.570 [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 16:03:47.570 [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 16:03:47.570 [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 16:03:47.570 [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 16:03:47.570 [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[] 16:03:47.571 [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 16:03:47.571 [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 16:03:47.571 [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 16:03:47.571 [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 16:03:47.571 [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 16:03:47.573 [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 16:03:47.573 [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 16:03:47.573 [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 16:03:47.573 [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 16:03:47.573 [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 16:03:47.573 [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 16:03:47.573 [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 16:03:47.573 [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 16:03:47.573 [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 16:03:47.574 [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 16:03:47.574 [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 16:03:47.574 [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 16:03:47.574 [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 16:03:47.574 [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 16:03:47.574 [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 16:03:47.574 [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 16:03:47.575 [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 16:03:47.575 [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 16:03:47.575 [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 16:03:47.575 [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 16:03:47.581 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:03:47.581 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:47.671 [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 16:03:47.673 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:47.673 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:47.675 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:47.676 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:47.676 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:47.750 [pool-247-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8462288493425236155/test_reverseRefs[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:47.758 [pool-247-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:47.774 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:03:47.779 [pool-247-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:47.780 [pool-247-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:47.780 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:03:47.782 [pool-247-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8462288493425236155/test_reverseRefs[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:47.790 [pool-247-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:03:47.791 [pool-247-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:47.791 [pool-247-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:03:47.792 [pool-247-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:47.792 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s34ms [pure insertion] marking any relevant derived attributes for update...16:03:47.792 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:47.793 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:47.794 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:03:47.794 [pool-247-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:47.795 [pool-247-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:47.795 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:03:47.795 [pool-247-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:03:47.796 [pool-247-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:47.796 [pool-247-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:03:47.796 [pool-247-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:47.796 [pool-247-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...16:03:47.796 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:47.796 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:47.797 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:03:47.797 [pool-247-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:47.850 [pool-247-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:47.850 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:03:47.850 [pool-247-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:03:47.851 [pool-247-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:47.851 [pool-247-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:03:47.851 [pool-247-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:47.851 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s54ms [pure insertion] marking any relevant derived attributes for update...16:03:47.851 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:47.851 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:47.851 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:47.851 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:47.851 [pool-247-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:47.891 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:03:47.897 [pool-247-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:03:47.897 [pool-247-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.046s attempting to resolve any uninitialized derived attributes... 16:03:47.897 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:47.897 [pool-247-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:47.898 [pool-247-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... 16:03:47.898 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s47ms [proxy update] 16:03:47.898 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:47.898 [pool-247-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 16:03:47.950 [pool-247-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 277 ms 16:03:47.955 [pool-247-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:03:47.955 [pool-247-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8462288493425236155/test_reverseRefs[Neo4j]/db 16:03:47.958 [pool-247-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:03:47.958 [pool-247-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8462288493425236155/test_reverseRefs[Neo4j]/db 16:03:47.960 [pool-247-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:03:47.960 [pool-247-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8462288493425236155/test_reverseRefs[Neo4j]/db 16:03:47.961 [pool-247-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:03:47.962 [pool-247-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8462288493425236155/test_reverseRefs[Neo4j]/db 16:03:47.964 [pool-247-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:03:47.964 [pool-247-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8462288493425236155/test_reverseRefs[Neo4j]/db 16:03:47.965 [pool-247-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:03:47.965 [pool-247-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8462288493425236155/test_reverseRefs[Neo4j]/db 16:03:47.966 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:47.966 [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 16:03:47.968 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:47.968 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:47.987 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:47.990 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:48.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:48.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:48.104 [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 16:03:48.104 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:48.104 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:48.105 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:48.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:48.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:48.106 [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! 16:03:48.106 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:48.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:03:48.106 [pool-254-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 16:03:48.107 [pool-254-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 16:03:48.153 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:48.153 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:48.159 [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 16:03:48.160 [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 16:03:48.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 16:03:48.160 [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 16:03:48.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 16:03:48.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 16:03:48.160 [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 16:03:48.160 [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 16:03:48.161 [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 16:03:48.161 [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 16:03:48.161 [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 16:03:48.161 [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 16:03:48.161 [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 16:03:48.162 [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 16:03:48.162 [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 16:03:48.162 [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 16:03:48.162 [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 16:03:48.162 [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 16:03:48.162 [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 16:03:48.162 [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[] 16:03:48.163 [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 16:03:48.163 [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 16:03:48.163 [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 16:03:48.164 [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 16:03:48.164 [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 16:03:48.164 [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 16:03:48.164 [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 16:03:48.164 [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 16:03:48.165 [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 16:03:48.165 [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 16:03:48.165 [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 16:03:48.165 [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 16:03:48.166 [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 16:03:48.170 [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 16:03:48.176 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:03:48.176 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:48.262 [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 16:03:48.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:48.264 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:48.266 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:48.268 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:48.268 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:48.306 [pool-254-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4742251148721070485/test_forwardRefs[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:48.352 [pool-254-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:48.371 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:03:48.376 [pool-254-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:48.377 [pool-254-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:48.377 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:03:48.380 [pool-254-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4742251148721070485/test_forwardRefs[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:48.389 [pool-254-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:03:48.390 [pool-254-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:48.390 [pool-254-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:03:48.391 [pool-254-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:48.391 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s39ms [pure insertion] marking any relevant derived attributes for update...16:03:48.391 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:48.392 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:48.393 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:03:48.393 [pool-254-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:48.394 [pool-254-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:48.394 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:03:48.395 [pool-254-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:03:48.395 [pool-254-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:48.395 [pool-254-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:03:48.395 [pool-254-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:03:48.395 [pool-254-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...16:03:48.395 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s54ms 16:03:48.449 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s54ms 16:03:48.451 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:03:48.451 [pool-254-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:48.452 [pool-254-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:48.452 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:03:48.452 [pool-254-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:03:48.453 [pool-254-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:03:48.453 [pool-254-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:03:48.453 [pool-254-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:03:48.453 [pool-254-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...16:03:48.453 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:48.453 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:48.453 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:48.453 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:48.453 [pool-254-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:48.484 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:03:48.490 [pool-254-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:03:48.490 [pool-254-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.037s attempting to resolve any uninitialized derived attributes... 16:03:48.491 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:48.491 [pool-254-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:48.491 [pool-254-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... 16:03:48.491 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s38ms [proxy update] 16:03:48.491 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:48.492 [pool-254-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/child.model validating file UPDATED for /subfolder/subfolder/grandchild.model changed resource size: 9 relevant graph size: 9 validated changes... true 16:03:48.493 [pool-254-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 229 ms 16:03:48.553 [pool-254-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:03:48.553 [pool-254-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4742251148721070485/test_forwardRefs[Neo4j]/db 16:03:48.555 [pool-254-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:03:48.555 [pool-254-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4742251148721070485/test_forwardRefs[Neo4j]/db 16:03:48.558 [pool-254-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:03:48.558 [pool-254-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4742251148721070485/test_forwardRefs[Neo4j]/db 16:03:48.559 [pool-254-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:03:48.559 [pool-254-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4742251148721070485/test_forwardRefs[Neo4j]/db 16:03:48.562 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:48.562 [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 16:03:48.563 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:48.563 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:48.595 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:48.651 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:48.676 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:48.678 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:48.678 [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 16:03:48.678 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:48.678 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:48.678 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:48.678 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:48.679 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:48.679 [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! 16:03:48.679 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:48.680 [pool-261-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 16:03:48.680 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:03:48.681 [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 16:03:48.765 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:48.765 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:48.773 [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 16:03:48.773 [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 16:03:48.773 [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 16:03:48.774 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:03:48.774 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:03:48.775 [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 16:03:48.777 [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 16:03:48.779 [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 16:03:48.784 [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 16:03:48.795 [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 16:03:48.795 [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 16:03:48.795 [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 16:03:48.796 [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 16:03:48.796 [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 16:03:48.797 [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 16:03:48.797 [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 16:03:48.797 [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 16:03:48.797 [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 16:03:48.797 [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 16:03:48.798 [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 16:03:48.798 [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 16:03:48.850 [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 16:03:48.850 [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 16:03:48.850 [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 16:03:48.850 [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 16:03:48.850 [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 16:03:48.850 [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 16:03:48.851 [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 16:03:48.851 [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 16:03:48.851 [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 16:03:48.851 [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 16:03:48.851 [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 16:03:48.851 [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 16:03:48.852 [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 16:03:48.852 [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[] 16:03:48.852 [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 16:03:48.852 [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 16:03:48.852 [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 16:03:48.853 [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 16:03:48.853 [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 16:03:48.853 [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 16:03:48.853 [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 16:03:48.855 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:03:48.858 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:03:48.858 [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 16:03:48.880 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:03:48.880 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:48.968 [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 16:03:48.970 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:48.970 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:48.986 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:48.987 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:48.987 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:49.060 [pool-261-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit17844990812499247100/test_allContents[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:49.175 [pool-261-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:49.256 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:03:49.260 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:49.261 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:49.261 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:03:49.264 [pool-261-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit17844990812499247100/test_allContents[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:49.274 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:03:50.163 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 16:03:50.163 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:03:50.281 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 16:03:50.281 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s106ms [pure insertion] marking any relevant derived attributes for update...16:03:50.281 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:50.282 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:50.282 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:50.282 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:50.282 [pool-261-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:50.459 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:50.459 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.177s attempting to resolve any uninitialized derived attributes... 16:03:50.459 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:50.459 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:50.460 [pool-261-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... 16:03:50.460 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s178ms [proxy update] 16:03:50.460 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:50.460 [pool-261-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 16:03:51.194 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 224 ms 16:03:51.282 [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 16:03:51.284 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:51.284 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:51.354 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:51.355 [pool-261-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/ 16:03:51.355 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:51.355 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:51.396 [pool-261-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit17844990812499247100/test_allContents[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:51.453 [pool-261-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... 16:03:51.455 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:51.455 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:51.455 [pool-261-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... 16:03:51.456 [pool-261-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 16:03:51.458 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:51.458 [pool-261-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 16:03:51.459 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:51.459 [pool-261-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...16:03:51.459 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:51.459 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:51.470 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:03:51.470 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:51.471 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:51.471 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:03:51.471 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:03:51.473 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:51.473 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:03:51.473 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:51.473 [pool-261-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...16:03:51.473 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:51.474 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:51.485 [pool-261-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... 16:03:51.485 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:51.486 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:51.486 [pool-261-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... 16:03:51.486 [pool-261-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 16:03:51.553 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:51.553 [pool-261-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 16:03:51.554 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:51.554 [pool-261-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...16:03:51.554 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:51.554 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:51.564 [pool-261-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... 16:03:51.564 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:51.565 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:51.565 [pool-261-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... 16:03:51.566 [pool-261-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 16:03:51.568 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:51.568 [pool-261-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 16:03:51.568 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:51.568 [pool-261-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...16:03:51.568 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:51.568 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:51.578 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:03:51.578 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:51.579 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:51.579 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:03:51.579 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:03:51.581 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:51.581 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:03:51.581 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:51.581 [pool-261-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...16:03:51.581 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:51.581 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:51.652 [pool-261-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... 16:03:51.652 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:51.653 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:51.653 [pool-261-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... 16:03:51.653 [pool-261-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 16:03:51.655 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:51.655 [pool-261-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 16:03:51.655 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:51.655 [pool-261-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...16:03:51.655 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:51.655 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:51.681 [pool-261-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... 16:03:51.681 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:51.682 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:51.682 [pool-261-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... 16:03:51.683 [pool-261-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 16:03:52.454 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 16:03:52.454 [pool-261-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 16:03:52.577 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 16:03:52.577 [pool-261-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. 0s896ms [pure insertion] marking any relevant derived attributes for update...16:03:52.577 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:52.577 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:52.691 [pool-261-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... 16:03:52.691 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:52.693 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:52.693 [pool-261-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... 16:03:52.694 [pool-261-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 16:03:53.781 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 16:03:53.781 [pool-261-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 16:03:53.987 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 16:03:53.987 [pool-261-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. 1s296ms [pure insertion] marking any relevant derived attributes for update...16:03:53.987 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:53.987 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:54.077 [pool-261-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... 16:03:54.077 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:54.079 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:54.079 [pool-261-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... 16:03:54.079 [pool-261-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 16:03:54.392 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 16:03:54.392 [pool-261-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 16:03:54.465 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 16:03:54.465 [pool-261-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. 0s388ms [pure insertion] marking any relevant derived attributes for update...16:03:54.465 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:54.466 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:54.480 [pool-261-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... 16:03:54.480 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:54.482 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:54.483 [pool-261-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... 16:03:54.483 [pool-261-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 16:03:54.485 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:54.485 [pool-261-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 16:03:54.485 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:54.485 [pool-261-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:03:54.485 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:54.485 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:54.559 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:03:54.559 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:54.560 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:54.560 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:03:54.561 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:03:54.561 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 16:03:54.561 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:03:54.562 [pool-261-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:54.562 [pool-261-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...16:03:54.562 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:54.562 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:54.562 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:54.562 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:54.562 [pool-261-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:54.685 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 16:03:54.854 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 16:03:54.854 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.292s attempting to resolve any uninitialized derived attributes... 16:03:54.854 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:54.854 [pool-261-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:54.855 [pool-261-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... 16:03:54.855 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s293ms [proxy update] 16:03:54.855 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:54.856 [pool-261-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 ~3s validating changes... 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 /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.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.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.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/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.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.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/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 16:03:55.862 [pool-261-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 578 ms 16:03:55.862 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17844990812499247100/test_allContents[Neo4j]/db 16:03:55.882 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17844990812499247100/test_allContents[Neo4j]/db 16:03:55.951 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17844990812499247100/test_allContents[Neo4j]/db 16:03:55.954 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17844990812499247100/test_allContents[Neo4j]/db 16:03:55.959 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17844990812499247100/test_allContents[Neo4j]/db 16:03:56.371 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17844990812499247100/test_allContents[Neo4j]/db 16:03:56.373 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17844990812499247100/test_allContents[Neo4j]/db 16:03:56.377 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:03:56.377 [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 16:03:56.379 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:56.379 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:03:56.462 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:03:56.467 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:03:56.584 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:03:56.586 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:56.586 [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 16:03:56.586 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:56.586 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:56.586 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:03:56.586 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:03:56.588 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:03:56.588 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:03:56.588 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:03:56.588 [pool-268-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 16:03:56.589 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 16:03:56.589 [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 16:03:56.689 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:03:56.689 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:03:56.751 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:03:56.751 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:03:56.753 [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 16:03:56.754 [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 16:03:56.761 [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 16:03:56.761 [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 16:03:56.768 [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 16:03:56.768 [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 16:03:56.768 [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 16:03:56.768 [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 16:03:56.770 [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 16:03:56.770 [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 16:03:56.770 [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 16:03:56.772 [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 16:03:56.772 [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[] 16:03:56.772 [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 16:03:56.772 [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 16:03:56.772 [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 16:03:56.772 [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 16:03:56.773 [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 16:03:56.773 [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 16:03:56.773 [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 16:03:56.773 [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 16:03:56.773 [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 16:03:56.773 [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 16:03:56.773 [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 16:03:56.773 [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 16:03:56.773 [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 16:03:56.773 [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 16:03:56.774 [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 16:03:56.774 [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 16:03:56.774 [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 16:03:56.774 [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 16:03:56.774 [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 16:03:56.774 [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 16:03:56.774 [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 16:03:56.774 [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 16:03:56.774 [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 16:03:56.775 [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 16:03:56.775 [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 16:03:56.775 [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 16:03:56.775 [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 16:03:56.777 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:03:56.779 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:03:56.781 [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 16:03:56.853 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:03:56.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:03:56.888 [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 16:03:56.890 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:56.890 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:56.959 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:56.961 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:56.961 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:57.022 [pool-268-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11625071433682893533/test_subtreeTraversalScoping[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:57.096 [pool-268-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:57.169 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:03:57.173 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:57.174 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:57.174 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:03:57.177 [pool-268-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11625071433682893533/test_subtreeTraversalScoping[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:57.188 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:03:57.963 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 16:03:57.963 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:03:58.077 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 16:03:58.077 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s981ms [pure insertion] marking any relevant derived attributes for update...16:03:58.077 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:03:58.079 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:03:58.079 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:03:58.079 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:03:58.079 [pool-268-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:03:58.169 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:03:58.170 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.091s attempting to resolve any uninitialized derived attributes... 16:03:58.170 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:03:58.170 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:03:58.170 [pool-268-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... 16:03:58.170 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s91ms [proxy update] 16:03:58.170 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:03:58.170 [pool-268-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 16:03:58.877 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 987 ms 16:03:58.970 [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 16:03:58.972 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:03:58.972 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:03:58.994 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:03:58.995 [pool-268-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/ 16:03:58.995 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:03:58.995 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:03:59.163 [pool-268-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11625071433682893533/test_subtreeTraversalScoping[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:03:59.186 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:03:59.189 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:59.189 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:59.189 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:03:59.190 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:03:59.193 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 16:03:59.193 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:03:59.193 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:59.193 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:03:59.193 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:59.194 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:59.253 [pool-268-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... 16:03:59.253 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:59.254 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:59.254 [pool-268-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... 16:03:59.254 [pool-268-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 16:03:59.255 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:59.255 [pool-268-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 16:03:59.256 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:59.256 [pool-268-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:03:59.256 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:59.256 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:59.266 [pool-268-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... 16:03:59.266 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:59.267 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:59.267 [pool-268-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... 16:03:59.267 [pool-268-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 16:03:59.270 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:03:59.270 [pool-268-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 16:03:59.271 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:03:59.271 [pool-268-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:03:59.271 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:59.271 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:59.280 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:03:59.280 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:59.281 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:59.281 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:03:59.281 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:03:59.283 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:03:59.283 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:03:59.283 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:59.283 [pool-268-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...16:03:59.283 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:59.283 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:59.356 [pool-268-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... 16:03:59.356 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:59.357 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:59.357 [pool-268-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... 16:03:59.358 [pool-268-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 16:03:59.688 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 16:03:59.688 [pool-268-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 16:03:59.751 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 16:03:59.751 [pool-268-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. 0s395ms [pure insertion] marking any relevant derived attributes for update...16:03:59.751 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:03:59.752 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:03:59.761 [pool-268-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... 16:03:59.761 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:59.762 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:59.762 [pool-268-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... 16:03:59.762 [pool-268-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 16:03:59.764 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:03:59.764 [pool-268-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 16:03:59.764 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:03:59.764 [pool-268-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:03:59.764 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:03:59.764 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:03:59.786 [pool-268-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... 16:03:59.786 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:03:59.787 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:03:59.787 [pool-268-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... 16:03:59.788 [pool-268-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 16:04:00.454 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 16:04:00.454 [pool-268-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 16:04:00.551 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 16:04:00.551 [pool-268-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. 0s765ms [pure insertion] marking any relevant derived attributes for update...16:04:00.551 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:00.552 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:00.561 [pool-268-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... 16:04:00.561 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:00.562 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:00.562 [pool-268-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... 16:04:00.563 [pool-268-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 16:04:00.563 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:04:00.563 [pool-268-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 16:04:00.563 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:00.564 [pool-268-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:04:00.564 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:00.564 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:00.573 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:04:00.573 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:00.574 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:00.574 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:04:00.574 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:04:00.575 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:04:00.575 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:04:00.575 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:00.575 [pool-268-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...16:04:00.575 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:00.575 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:00.663 [pool-268-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... 16:04:00.664 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:00.665 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:00.666 [pool-268-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... 16:04:00.666 [pool-268-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 16:04:01.278 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 16:04:01.278 [pool-268-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 16:04:01.453 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 16:04:01.453 [pool-268-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. 0s790ms [pure insertion] marking any relevant derived attributes for update...16:04:01.453 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:01.453 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:01.465 [pool-268-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... 16:04:01.465 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:01.468 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:01.468 [pool-268-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... 16:04:01.468 [pool-268-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 16:04:01.469 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:04:01.469 [pool-268-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 16:04:01.469 [pool-268-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:01.469 [pool-268-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:04:01.469 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:01.469 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:01.469 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:01.469 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:01.469 [pool-268-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:01.584 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 16:04:01.786 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 16:04:01.786 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.317s attempting to resolve any uninitialized derived attributes... 16:04:01.786 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:01.786 [pool-268-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:01.787 [pool-268-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... 16:04:01.788 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s319ms [proxy update] 16:04:01.788 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:01.788 [pool-268-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 /set0.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 /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 /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.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 changed resource size: 5353 relevant graph size: 5353 validated changes... true 16:04:02.676 [pool-268-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 704 ms 16:04:02.677 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:04:02.677 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11625071433682893533/test_subtreeTraversalScoping[Neo4j]/db 16:04:02.683 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 16:04:02.683 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11625071433682893533/test_subtreeTraversalScoping[Neo4j]/db 16:04:02.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:02.686 [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 16:04:02.689 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:02.689 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:02.809 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:02.812 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:02.883 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:02.885 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:02.885 [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 16:04:02.885 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:02.885 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:02.885 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:02.885 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:02.886 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:02.886 [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! 16:04:02.886 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:02.887 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 16:04:02.887 [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 16:04:02.887 [pool-275-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 16:04:02.958 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:02.958 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:02.967 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:04:02.968 [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 16:04:02.970 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:04:02.976 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:04:02.976 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:04:02.981 [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 16:04:02.983 [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 16:04:02.984 [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 16:04:02.986 [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 16:04:02.994 [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 16:04:02.994 [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 16:04:02.994 [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 16:04:02.995 [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 16:04:02.995 [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 16:04:02.995 [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 16:04:02.995 [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 16:04:02.996 [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 16:04:02.996 [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 16:04:02.996 [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 16:04:02.996 [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 16:04:02.996 [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 16:04:02.996 [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 16:04:02.997 [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 16:04:02.999 [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 16:04:02.999 [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 16:04:02.999 [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 16:04:02.999 [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 16:04:02.999 [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 16:04:02.999 [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 16:04:03.050 [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 16:04:03.050 [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 16:04:03.050 [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 16:04:03.050 [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 16:04:03.050 [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 16:04:03.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 16:04:03.050 [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 16:04:03.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 16:04:03.052 [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 16:04:03.052 [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 16:04:03.052 [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 16:04:03.052 [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 16:04:03.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 16:04:03.052 [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 16:04:03.052 [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[] 16:04:03.052 [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 16:04:03.070 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:04:03.070 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:03.167 [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 16:04:03.168 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:03.169 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:03.185 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:03.186 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:03.186 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:03.265 [pool-275-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit14340325595388468972/test_getAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:03.365 [pool-275-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:03.388 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:04:03.392 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:03.393 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:03.393 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:04:03.396 [pool-275-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit14340325595388468972/test_getAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:03.457 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:04:04.383 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 16:04:04.383 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:04:04.554 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 16:04:04.554 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s189ms [pure insertion] marking any relevant derived attributes for update...16:04:04.554 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:04.555 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:04.555 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:04.555 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:04.555 [pool-275-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:04.601 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:04.601 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.046s attempting to resolve any uninitialized derived attributes... 16:04:04.601 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:04.602 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:04.602 [pool-275-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... 16:04:04.602 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s47ms [proxy update] 16:04:04.602 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:04.602 [pool-275-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 16:04:05.309 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 140 ms 16:04:05.369 [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 16:04:05.371 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:05.371 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:05.392 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:05.393 [pool-275-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/ 16:04:05.393 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:05.393 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:05.439 [pool-275-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit14340325595388468972/test_getAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:05.468 [pool-275-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... 16:04:05.471 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:05.471 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:05.471 [pool-275-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... 16:04:05.472 [pool-275-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 16:04:06.189 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 16:04:06.189 [pool-275-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 16:04:06.279 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 16:04:06.279 [pool-275-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. 0s811ms [pure insertion] marking any relevant derived attributes for update...16:04:06.279 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:06.280 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:06.289 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:04:06.289 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:06.290 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:06.290 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:04:06.290 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:04:06.297 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:04:06.297 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:04:06.297 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:06.297 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:04:06.297 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:06.297 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:06.355 [pool-275-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... 16:04:06.355 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:06.356 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:06.357 [pool-275-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... 16:04:06.357 [pool-275-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 16:04:06.362 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:04:06.362 [pool-275-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 16:04:06.363 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:06.363 [pool-275-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:04:06.363 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:06.363 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:06.372 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:04:06.372 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:06.373 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:06.373 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:04:06.373 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:04:06.377 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 16:04:06.377 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:04:06.378 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:06.378 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:04:06.378 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:06.378 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:06.386 [pool-275-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... 16:04:06.386 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:06.387 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:06.387 [pool-275-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... 16:04:06.387 [pool-275-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 16:04:06.453 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:04:06.453 [pool-275-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 16:04:06.453 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:06.453 [pool-275-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...16:04:06.453 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:06.453 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:06.461 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:04:06.461 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:06.462 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:06.462 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:04:06.463 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:04:06.470 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:04:06.470 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:04:06.470 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:06.470 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:04:06.470 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:06.470 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:06.482 [pool-275-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... 16:04:06.482 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:06.483 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:06.483 [pool-275-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... 16:04:06.483 [pool-275-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 16:04:06.684 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 16:04:06.684 [pool-275-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 16:04:06.694 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 16:04:06.694 [pool-275-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. 0s212ms [pure insertion] marking any relevant derived attributes for update...16:04:06.694 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s55ms 16:04:06.749 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s55ms 16:04:06.757 [pool-275-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... 16:04:06.757 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:06.759 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:06.759 [pool-275-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... 16:04:06.759 [pool-275-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 16:04:06.764 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:04:06.764 [pool-275-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 16:04:06.764 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:06.764 [pool-275-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...16:04:06.764 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:06.764 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:06.780 [pool-275-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... 16:04:06.780 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:06.781 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:06.781 [pool-275-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... 16:04:06.781 [pool-275-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 16:04:07.263 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 16:04:07.263 [pool-275-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 16:04:07.358 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 16:04:07.359 [pool-275-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. 0s579ms [pure insertion] marking any relevant derived attributes for update...16:04:07.359 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:07.359 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:07.367 [pool-275-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... 16:04:07.367 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:07.368 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:07.368 [pool-275-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... 16:04:07.369 [pool-275-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 16:04:07.374 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:04:07.374 [pool-275-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 16:04:07.375 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:07.375 [pool-275-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:04:07.375 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:07.375 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:07.383 [pool-275-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... 16:04:07.383 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:07.385 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:07.385 [pool-275-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... 16:04:07.385 [pool-275-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 16:04:07.450 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:04:07.450 [pool-275-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 16:04:07.451 [pool-275-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:04:07.451 [pool-275-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...16:04:07.451 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:07.451 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:07.451 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:07.451 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:07.451 [pool-275-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:07.556 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 16:04:07.750 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 16:04:07.750 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.299s attempting to resolve any uninitialized derived attributes... 16:04:07.750 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:07.750 [pool-275-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:07.751 [pool-275-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... 16:04:07.751 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s300ms [proxy update] 16:04:07.751 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:07.752 [pool-275-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.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.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/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.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/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 /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 changed resource size: 5353 relevant graph size: 5353 validated changes... true 16:04:08.552 [pool-275-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 181 ms 16:04:08.553 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14340325595388468972/test_getAllOf[Neo4j]/db 16:04:08.559 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14340325595388468972/test_getAllOf[Neo4j]/db 16:04:08.581 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14340325595388468972/test_getAllOf[Neo4j]/db 16:04:08.584 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14340325595388468972/test_getAllOf[Neo4j]/db 16:04:08.661 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit14340325595388468972/test_getAllOf[Neo4j]/db 16:04:08.662 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType... 16:04:08.663 [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); 16:04:08.664 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType 16:04:08.668 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:04:08.684 [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) 16:04:08.684 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.02s 16:04:08.684 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType. 16:04:08.753 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:08.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/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 16:04:08.755 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:08.755 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:08.804 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:08.808 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:08.873 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:08.874 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:08.874 [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 16:04:08.874 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:08.875 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:08.875 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:08.875 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:08.876 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:08.876 [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! 16:04:08.876 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:08.876 [pool-283-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... 16:04:08.876 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 16:04:08.876 [pool-283-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 16:04:08.951 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:08.952 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:08.959 [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 16:04:08.960 [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 16:04:08.960 [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 16:04:08.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 16:04:08.962 [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 16:04:08.962 [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 16:04:08.962 [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 16:04:08.963 [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[] 16:04:08.963 [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 16:04:08.963 [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 16:04:08.963 [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 16:04:08.963 [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 16:04:08.963 [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 16:04:08.964 [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 16:04:08.964 [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 16:04:08.965 [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 16:04:08.965 [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 16:04:08.965 [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 16:04:08.966 [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 16:04:08.966 [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 16:04:08.966 [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 16:04:08.966 [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 16:04:08.966 [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 16:04:08.966 [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 16:04:08.966 [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 16:04:08.966 [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 16:04:08.967 [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 16:04:08.967 [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 16:04:08.967 [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 16:04:08.967 [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 16:04:08.967 [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 16:04:08.967 [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 16:04:08.967 [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 16:04:08.972 [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 16:04:08.972 [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 16:04:08.972 [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 16:04:08.972 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:04:08.973 [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 16:04:08.973 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:04:08.980 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:04:08.980 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:04:08.980 [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 16:04:08.981 [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 16:04:08.987 [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 16:04:08.992 [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 16:04:09.065 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:04:09.065 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:09.154 [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 16:04:09.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:09.156 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:09.172 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:09.173 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:09.173 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:09.241 [pool-283-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit17325251996270641806/test_getFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:09.286 [pool-283-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:09.368 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:04:09.373 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:09.373 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:09.373 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:04:09.376 [pool-283-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit17325251996270641806/test_getFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:09.391 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:04:09.907 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 16:04:09.907 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:04:09.994 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 16:04:09.994 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s708ms [pure insertion] marking any relevant derived attributes for update...16:04:09.994 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:04:09.996 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:04:09.996 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:09.996 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:09.996 [pool-283-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:10.152 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:10.152 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.156s attempting to resolve any uninitialized derived attributes... 16:04:10.152 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:10.152 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:10.152 [pool-283-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... 16:04:10.152 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s157ms [proxy update] 16:04:10.153 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:10.153 [pool-283-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 ~0s validating changes... changed resource size: 5353 relevant graph size: 5353 validated changes... true 16:04:10.858 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 701 ms 16:04:11.074 [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 16:04:11.097 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:11.097 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:11.116 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:11.117 [pool-283-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/ 16:04:11.117 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:11.117 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:11.359 [pool-283-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit17325251996270641806/test_getFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:11.443 [pool-283-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... 16:04:11.445 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:11.445 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:11.445 [pool-283-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... 16:04:11.446 [pool-283-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 16:04:11.454 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:04:11.454 [pool-283-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 16:04:11.455 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:11.455 [pool-283-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:04:11.455 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:11.456 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:11.463 [pool-283-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... 16:04:11.463 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:11.464 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:11.464 [pool-283-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... 16:04:11.464 [pool-283-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 16:04:11.471 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:04:11.471 [pool-283-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 16:04:11.471 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:11.471 [pool-283-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:04:11.471 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:11.471 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:11.482 [pool-283-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... 16:04:11.482 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:11.483 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:11.483 [pool-283-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... 16:04:11.483 [pool-283-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 16:04:11.711 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 16:04:11.712 [pool-283-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 16:04:11.721 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 16:04:11.721 [pool-283-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. 0s239ms [pure insertion] marking any relevant derived attributes for update...16:04:11.721 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:11.721 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:11.771 [pool-283-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... 16:04:11.771 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:11.772 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:11.773 [pool-283-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... 16:04:11.773 [pool-283-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 16:04:12.191 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 16:04:12.191 [pool-283-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 16:04:12.289 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 16:04:12.289 [pool-283-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. 0s518ms [pure insertion] marking any relevant derived attributes for update...16:04:12.289 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:12.289 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:12.297 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:04:12.297 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:12.298 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:12.298 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:04:12.298 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:04:12.305 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:04:12.305 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:04:12.306 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:12.306 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:04:12.306 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:12.306 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:12.355 [pool-283-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... 16:04:12.355 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:12.356 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:12.356 [pool-283-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... 16:04:12.356 [pool-283-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 16:04:12.361 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:04:12.361 [pool-283-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 16:04:12.361 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:12.361 [pool-283-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:04:12.361 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:12.361 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:12.368 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:04:12.368 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:12.369 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:12.370 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:04:12.370 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:04:12.375 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:04:12.376 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:04:12.376 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:12.376 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:04:12.376 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:12.376 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:12.382 [pool-283-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... 16:04:12.382 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:12.383 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:12.383 [pool-283-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... 16:04:12.384 [pool-283-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 16:04:12.388 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:04:12.388 [pool-283-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 16:04:12.388 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:12.388 [pool-283-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...16:04:12.388 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:12.388 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:12.453 [pool-283-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... 16:04:12.453 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:12.454 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:12.454 [pool-283-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... 16:04:12.454 [pool-283-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 16:04:12.461 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:04:12.462 [pool-283-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 16:04:12.462 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:04:12.462 [pool-283-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...16:04:12.462 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:12.463 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:12.469 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:04:12.469 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:12.471 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:12.471 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:04:12.472 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:04:12.475 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 16:04:12.475 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:04:12.475 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:12.475 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:04:12.475 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:12.475 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:12.490 [pool-283-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... 16:04:12.490 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:12.491 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:12.491 [pool-283-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... 16:04:12.492 [pool-283-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 16:04:12.859 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 16:04:12.859 [pool-283-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 16:04:12.890 [pool-283-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 16:04:12.890 [pool-283-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. 0s400ms [pure insertion] marking any relevant derived attributes for update...16:04:12.890 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:12.891 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:12.891 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:12.891 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:12.891 [pool-283-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:12.983 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 16:04:13.160 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 16:04:13.160 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.269s attempting to resolve any uninitialized derived attributes... 16:04:13.160 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:13.160 [pool-283-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:13.161 [pool-283-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... 16:04:13.161 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s270ms [proxy update] 16:04:13.161 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:13.161 [pool-283-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/IPackageFragment_org.eclipse.jdt.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 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.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.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/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.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.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 16:04:13.758 [pool-283-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 661 ms 16:04:13.758 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17325251996270641806/test_getFiles[Neo4j]/db 16:04:13.761 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17325251996270641806/test_getFiles[Neo4j]/db 16:04:13.764 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:13.764 [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 16:04:13.766 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:13.766 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:13.812 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:13.849 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:13.874 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:13.875 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:13.875 [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 16:04:13.875 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:13.875 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:13.875 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:13.875 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:13.876 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:13.876 [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! 16:04:13.876 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:13.877 [pool-290-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... 16:04:13.877 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 16:04:13.877 [pool-290-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 16:04:13.901 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:13.901 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:13.956 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:04:13.956 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:04:13.959 [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 16:04:13.960 [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 16:04:13.963 [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 16:04:13.964 [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 16:04:13.972 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:04:13.973 [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 16:04:13.974 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:04:13.978 [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 16:04:13.979 [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 16:04:13.979 [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 16:04:13.979 [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 16:04:13.979 [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 16:04:13.980 [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 16:04:13.980 [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 16:04:13.980 [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[] 16:04:13.980 [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 16:04:13.980 [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 16:04:13.981 [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 16:04:13.981 [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 16:04:13.982 [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 16:04:13.982 [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 16:04:13.982 [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 16:04:13.982 [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 16:04:13.982 [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 16:04:13.982 [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 16:04:13.982 [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 16:04:13.982 [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 16:04:13.982 [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 16:04:13.982 [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 16:04:13.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 16:04:13.983 [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 16:04:13.983 [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 16:04:13.983 [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 16:04:13.983 [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 16:04:13.983 [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 16:04:13.983 [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 16:04:13.983 [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 16:04:13.983 [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 16:04:13.984 [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 16:04:13.984 [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 16:04:13.984 [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 16:04:13.984 [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 16:04:13.985 [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 16:04:14.053 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:04:14.053 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:14.088 [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 16:04:14.089 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:14.090 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:14.153 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:14.155 [pool-290-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/ 16:04:14.155 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:14.155 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:14.215 [pool-290-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5850096883597932670/test_getAllOfCountsSubtypes[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:14.254 [pool-290-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:14.273 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:04:14.277 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:14.277 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:14.277 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 16:04:14.280 [pool-290-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5850096883597932670/test_getAllOfCountsSubtypes[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:14.289 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:04:14.292 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:04:14.292 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 16:04:14.292 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:14.292 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s38ms [pure insertion] marking any relevant derived attributes for update...16:04:14.292 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:14.293 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:14.300 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:04:14.300 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:14.350 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:14.350 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 16:04:14.350 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:04:14.352 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:04:14.352 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 16:04:14.352 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:14.352 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s53ms [pure insertion] marking any relevant derived attributes for update...16:04:14.353 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:14.353 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:14.359 [pool-290-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... 16:04:14.359 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:14.360 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:14.360 [pool-290-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... 16:04:14.361 [pool-290-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 16:04:14.362 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:04:14.362 [pool-290-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 16:04:14.363 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:14.363 [pool-290-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:04:14.363 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:14.363 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:14.380 [pool-290-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... 16:04:14.380 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:14.381 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:14.381 [pool-290-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... 16:04:14.382 [pool-290-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 16:04:14.974 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 16:04:14.974 [pool-290-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 16:04:15.061 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 16:04:15.061 [pool-290-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. 0s681ms [pure insertion] marking any relevant derived attributes for update...16:04:15.061 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:15.061 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:15.069 [pool-290-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... 16:04:15.069 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:15.070 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:15.070 [pool-290-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... 16:04:15.071 [pool-290-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 16:04:15.071 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:04:15.071 [pool-290-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 16:04:15.072 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:15.072 [pool-290-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:04:15.072 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:15.072 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:15.079 [pool-290-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... 16:04:15.079 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:15.080 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:15.080 [pool-290-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... 16:04:15.081 [pool-290-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 16:04:15.082 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:04:15.082 [pool-290-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 16:04:15.083 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:04:15.083 [pool-290-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...16:04:15.083 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:15.083 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:15.100 [pool-290-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... 16:04:15.100 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:15.101 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:15.101 [pool-290-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... 16:04:15.101 [pool-290-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 16:04:15.473 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 16:04:15.473 [pool-290-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 16:04:15.568 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 16:04:15.568 [pool-290-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. 0s468ms [pure insertion] marking any relevant derived attributes for update...16:04:15.568 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:15.568 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:15.579 [pool-290-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... 16:04:15.580 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:15.581 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:15.581 [pool-290-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... 16:04:15.581 [pool-290-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 16:04:15.694 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 16:04:15.694 [pool-290-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 16:04:15.759 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 16:04:15.759 [pool-290-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. 0s180ms [pure insertion] marking any relevant derived attributes for update...16:04:15.759 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:15.760 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:15.767 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:04:15.767 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:15.768 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:15.768 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:04:15.768 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:04:15.769 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 16:04:15.769 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:04:15.769 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:15.769 [pool-290-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...16:04:15.769 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:15.769 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:15.776 [pool-290-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... 16:04:15.777 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:15.778 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:15.778 [pool-290-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... 16:04:15.778 [pool-290-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 16:04:15.779 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:04:15.779 [pool-290-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 16:04:15.779 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:15.779 [pool-290-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...16:04:15.779 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:15.779 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:15.786 [pool-290-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... 16:04:15.786 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:15.788 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:15.788 [pool-290-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... 16:04:15.788 [pool-290-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 16:04:15.789 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:04:15.789 [pool-290-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 16:04:15.789 [pool-290-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:15.789 [pool-290-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:04:15.789 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:15.790 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:15.790 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:15.790 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:15.790 [pool-290-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:15.981 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 16:04:16.164 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 16:04:16.164 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.374s attempting to resolve any uninitialized derived attributes... 16:04:16.164 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:16.164 [pool-290-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:16.165 [pool-290-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... 16:04:16.165 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s375ms [proxy update] 16:04:16.165 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:16.166 [pool-290-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 /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.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/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.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/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.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.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/IPackageFragment_org.eclipse.jdt.internal.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 changed resource size: 5353 relevant graph size: 5353 validated changes... true 16:04:16.655 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 565 ms 16:04:16.656 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5850096883597932670/test_getAllOfCountsSubtypes[Neo4j]/db 16:04:16.661 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot... 16:04:16.662 [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); 16:04:16.664 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot 16:04:16.666 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:04:16.669 [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) 16:04:16.669 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.005s 16:04:16.669 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot. 16:04:16.674 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5850096883597932670/test_getAllOfCountsSubtypes[Neo4j]/db 16:04:16.675 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot... 16:04:16.676 [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); 16:04:16.677 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot 16:04:16.678 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:04:16.680 [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) 16:04:16.680 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.003s 16:04:16.680 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot. 16:04:16.691 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:16.751 [pool-290-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 16:04:16.751 [pool-290-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 60 ms 16:04:16.752 [pool-290-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5850096883597932670/test_getAllOfCountsSubtypes[Neo4j]/db 16:04:16.754 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:16.754 [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 16:04:16.758 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:16.758 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:16.880 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:16.885 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:16.920 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:16.950 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:16.950 [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 16:04:16.951 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:16.951 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:16.951 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:16.951 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:16.951 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:16.952 [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! 16:04:16.952 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:16.952 [pool-299-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 16:04:16.952 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:04:16.952 [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 16:04:16.955 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:16.955 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:16.961 [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 16:04:16.961 [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 16:04:16.961 [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 16:04:16.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 16:04:16.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 16:04:16.963 [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 16:04:16.963 [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 16:04:16.963 [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[] 16:04:16.963 [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 16:04:16.963 [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 16:04:16.963 [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 16:04:16.963 [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 16:04:16.963 [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 16:04:16.963 [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 16:04:16.963 [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 16:04:16.963 [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 16:04:16.964 [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 16:04:16.965 [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 16:04:16.965 [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 16:04:16.965 [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 16:04:16.965 [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 16:04:16.965 [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 16:04:16.966 [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 16:04:16.966 [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 16:04:16.966 [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 16:04:16.966 [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 16:04:16.966 [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 16:04:16.966 [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 16:04:16.966 [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 16:04:16.966 [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 16:04:16.966 [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 16:04:16.967 [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 16:04:16.967 [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 16:04:16.973 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:04:16.973 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:16.973 [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 16:04:16.975 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:16.975 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:16.978 [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 16:04:16.979 [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 16:04:16.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 16:04:16.980 [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 16:04:16.980 [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 16:04:16.980 [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 16:04:16.980 [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 16:04:16.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 16:04:16.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 16:04:16.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 16:04:16.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 16:04:16.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 16:04:16.980 [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 16:04:16.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 16:04:16.980 [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 16:04:16.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 16:04:16.980 [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 16:04:16.980 [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 16:04:16.980 [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 16:04:16.980 [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 16:04:16.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 16:04:16.980 [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 16:04:16.980 [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 16:04:16.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 16:04:16.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 16:04:16.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 16:04:16.980 [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[] 16:04:16.980 [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 16:04:16.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 16:04:16.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 16:04:16.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 16:04:16.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 16:04:16.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 16:04:16.980 [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 16:04:16.980 [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 16:04:16.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 16:04:16.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 16:04:16.980 [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 16:04:16.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 16:04:16.980 [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 16:04:16.980 [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 16:04:16.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 16:04:16.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 16:04:16.981 [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 16:04:16.981 [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 16:04:16.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 16:04:16.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 16:04:16.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 16:04:16.981 [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 16:04:16.981 [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 16:04:16.981 [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 16:04:16.981 [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[] 16:04:16.981 [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 16:04:16.981 [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 16:04:16.981 [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 16:04:16.981 [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 16:04:16.981 [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 16:04:16.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 16:04:16.981 [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 16:04:16.984 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:04:16.984 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:16.984 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:04:16.985 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:16.985 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:16.988 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:04:16.990 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:04:16.990 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:17.079 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit9113824218963249893/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:17.081 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:17.081 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:17.082 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:17.083 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:17.083 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:17.158 [pool-299-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4503082091272847081/test_addChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:17.165 [pool-299-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:17.186 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:04:17.190 [pool-299-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:17.191 [pool-299-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:17.191 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:04:17.193 [pool-299-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4503082091272847081/test_addChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:17.201 [pool-299-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:04:17.250 [pool-299-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:04:17.250 [pool-299-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:04:17.250 [pool-299-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:04:17.250 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s85ms [pure insertion] marking any relevant derived attributes for update...16:04:17.250 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:04:17.252 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:04:17.252 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:17.252 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:17.252 [pool-299-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:17.279 [pool-299-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:17.279 [pool-299-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.027s attempting to resolve any uninitialized derived attributes... 16:04:17.279 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:17.279 [pool-299-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:17.279 [pool-299-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... 16:04:17.280 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s28ms [proxy update] 16:04:17.280 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:17.280 [pool-299-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 16:04:17.282 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 201 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/add-child.model over /tmp/junit9113824218963249893/tree.model 16:04:17.283 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:17.284 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:17.284 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:17.284 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:17.298 [pool-299-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4503082091272847081/test_addChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:17.350 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:04:17.353 [pool-299-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:17.353 [pool-299-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:17.378 [pool-299-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:04:17.378 [pool-299-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:04:17.378 [pool-299-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:04:17.378 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 16:04:17.380 [pool-299-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 16:04:17.382 [pool-299-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s 16:04:17.459 [pool-299-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4503082091272847081/test_addChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:17.470 [pool-299-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:04:17.471 [pool-299-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:04:17.471 [pool-299-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:04:17.472 [pool-299-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:04:17.472 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model. 0s122ms [pure insertion] marking any relevant derived attributes for update...16:04:17.472 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:17.472 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:17.472 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:17.472 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:17.472 [pool-299-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:17.553 [pool-299-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:17.553 [pool-299-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.081s attempting to resolve any uninitialized derived attributes... 16:04:17.553 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:17.553 [pool-299-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:17.554 [pool-299-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... 16:04:17.554 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s82ms [proxy update] 16:04:17.554 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:17.554 [pool-299-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 3 d elems 2 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 3 relevant graph size: 3 validated changes... true 16:04:17.557 [pool-299-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 273 ms 16:04:17.558 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:17.558 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit9113824218963249893/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:17.560 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:17.560 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:17.570 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:17.573 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:17.599 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:17.650 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:17.650 [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 16:04:17.650 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:17.650 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:17.650 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:17.650 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:17.652 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:17.653 [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! 16:04:17.653 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:17.653 [pool-306-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... 16:04:17.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 16:04:17.653 [pool-306-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 16:04:17.657 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:17.657 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:17.662 [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 16:04:17.662 [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 16:04:17.662 [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 16:04:17.664 [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 16:04:17.665 [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 16:04:17.665 [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 16:04:17.665 [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 16:04:17.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[] 16:04:17.666 [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 16:04:17.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 16:04:17.666 [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 16:04:17.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 16:04:17.668 [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 16:04:17.668 [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 16:04:17.668 [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 16:04:17.668 [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 16:04:17.668 [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 16:04:17.668 [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 16:04:17.668 [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 16:04:17.668 [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 16:04:17.669 [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 16:04:17.669 [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 16:04:17.669 [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 16:04:17.669 [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 16:04:17.669 [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 16:04:17.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 16:04:17.669 [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 16:04:17.670 [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 16:04:17.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 16:04:17.671 [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 16:04:17.671 [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 16:04:17.671 [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 16:04:17.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 16:04:17.678 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:04:17.679 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:17.679 [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 16:04:17.681 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:17.681 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:17.684 [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 16:04:17.684 [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 16:04:17.684 [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[] 16:04:17.684 [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 16:04:17.684 [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 16:04:17.684 [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 16:04:17.684 [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 16:04:17.685 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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[] 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.686 [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 16:04:17.687 [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 16:04:17.687 [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 16:04:17.687 [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 16:04:17.687 [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 16:04:17.687 [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 16:04:17.687 [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 16:04:17.687 [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 16:04:17.687 [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 16:04:17.687 [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 16:04:17.687 [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 16:04:17.687 [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 16:04:17.688 [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 16:04:17.688 [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 16:04:17.688 [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 16:04:17.688 [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 16:04:17.688 [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 16:04:17.688 [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 16:04:17.688 [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 16:04:17.688 [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 16:04:17.688 [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 16:04:17.688 [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 16:04:17.691 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:04:17.691 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:17.691 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:04:17.692 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:17.692 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:17.750 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:04:17.753 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:04:17.753 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:17.798 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5199468214453717028/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:17.800 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:17.800 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:17.800 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:17.800 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:17.800 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:17.890 [pool-306-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5160606869889253008/test_addModel[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:17.896 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:17.896 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:17.896 [pool-306-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:17.917 [pool-306-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:17.917 [pool-306-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.021s attempting to resolve any uninitialized derived attributes... 16:04:17.917 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:17.917 [pool-306-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:17.918 [pool-306-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... 16:04:17.918 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s23ms [proxy update] 16:04:17.919 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:17.919 [pool-306-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 16:04:17.919 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 119 ms 16:04:17.920 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:17.950 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:17.951 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:17.951 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:17.954 [pool-306-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5160606869889253008/test_addModel[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:17.960 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:04:17.963 [pool-306-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:17.963 [pool-306-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:17.963 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:04:17.964 [pool-306-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:04:17.965 [pool-306-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:04:17.965 [pool-306-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:04:17.965 [pool-306-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:04:17.965 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:04:17.965 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:17.966 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:17.966 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:17.966 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:17.966 [pool-306-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:17.991 [pool-306-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:17.992 [pool-306-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.026s attempting to resolve any uninitialized derived attributes... 16:04:17.992 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:17.992 [pool-306-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:17.992 [pool-306-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... 16:04:17.992 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s26ms [proxy update] 16:04:17.992 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:17.992 [pool-306-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 16:04:17.995 [pool-306-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 75 ms changed resource size: 2 relevant graph size: 2 validated changes... true 16:04:17.996 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:17.996 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5199468214453717028/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:17.998 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:17.998 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:18.064 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:18.070 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:18.093 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:18.094 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:18.094 [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 16:04:18.095 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:18.095 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:18.095 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:18.095 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:18.096 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:18.096 [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! 16:04:18.096 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:18.096 [pool-312-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 16:04:18.097 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:04:18.097 [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 16:04:18.100 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:18.100 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:18.105 [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 16:04:18.105 [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 16:04:18.105 [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 16:04:18.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 16:04:18.150 [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[] 16:04:18.151 [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 16:04:18.151 [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 16:04:18.151 [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 16:04:18.151 [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 16:04:18.151 [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 16:04:18.151 [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 16:04:18.151 [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 16:04:18.151 [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 16:04:18.151 [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 16:04:18.152 [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 16:04:18.152 [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 16:04:18.153 [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 16:04:18.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 16:04:18.153 [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 16:04:18.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 16:04:18.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 16:04:18.153 [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 16:04:18.153 [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 16:04:18.155 [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 16:04:18.155 [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 16:04:18.155 [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 16:04:18.155 [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 16:04:18.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 16:04:18.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 16:04:18.155 [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 16:04:18.156 [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 16:04:18.156 [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 16:04:18.156 [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 16:04:18.163 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:04:18.163 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:18.163 [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 16:04:18.166 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:18.166 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:18.168 [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 16:04:18.168 [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 16:04:18.168 [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 16:04:18.168 [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 16:04:18.168 [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 16:04:18.168 [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 16:04:18.168 [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 16:04:18.168 [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 16:04:18.168 [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 16:04:18.168 [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 16:04:18.168 [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 16:04:18.169 [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 16:04:18.170 [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 16:04:18.170 [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 16:04:18.170 [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 16:04:18.170 [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[] 16:04:18.170 [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 16:04:18.170 [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 16:04:18.170 [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 16:04:18.170 [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 16:04:18.170 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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[] 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.171 [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 16:04:18.175 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:04:18.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:18.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:04:18.176 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:18.176 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:18.178 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:04:18.180 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:04:18.180 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:18.267 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3356440084441422930/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:18.269 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:18.269 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:18.270 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:18.271 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:18.271 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:18.301 [pool-312-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit738401184643392033/test_renameRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:18.309 [pool-312-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:18.360 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:04:18.364 [pool-312-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:18.365 [pool-312-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:18.365 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:04:18.367 [pool-312-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit738401184643392033/test_renameRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:18.376 [pool-312-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:04:18.377 [pool-312-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:04:18.377 [pool-312-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:04:18.377 [pool-312-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:04:18.377 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s68ms [pure insertion] marking any relevant derived attributes for update...16:04:18.377 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:18.378 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:18.378 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:18.378 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:18.378 [pool-312-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:18.408 [pool-312-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:18.408 [pool-312-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.03s attempting to resolve any uninitialized derived attributes... 16:04:18.408 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:18.408 [pool-312-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:18.409 [pool-312-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... 16:04:18.409 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s31ms [proxy update] 16:04:18.409 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:18.409 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 16:04:18.411 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 142 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-root.model over /tmp/junit3356440084441422930/tree.model 16:04:18.411 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:18.412 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:18.413 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:18.413 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:18.456 [pool-312-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit738401184643392033/test_renameRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:18.464 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:04:18.466 [pool-312-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:18.466 [pool-312-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:18.484 [pool-312-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:04:18.485 [pool-312-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:04:18.485 [pool-312-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:04:18.485 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 16:04:18.485 [pool-312-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:04:18.489 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /tree.model. 0s25ms [pure insertion] marking any relevant derived attributes for update...16:04:18.489 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:18.490 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:18.490 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:18.490 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:18.490 [pool-312-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:18.490 [pool-312-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:04:18.490 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:18.490 [pool-312-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:18.491 [pool-312-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... 16:04:18.491 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:04:18.491 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:18.491 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 16:04:18.492 [pool-312-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 81 ms 16:04:18.495 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:18.495 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3356440084441422930/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:18.496 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:18.497 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:18.561 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:18.564 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:18.589 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:18.591 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:18.591 [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 16:04:18.591 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:18.591 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:18.591 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:18.591 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:18.592 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:18.593 [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! 16:04:18.593 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:18.593 [pool-319-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 16:04:18.593 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:04:18.593 [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 16:04:18.597 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:18.597 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:18.602 [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 16:04:18.603 [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 16:04:18.604 [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 16:04:18.604 [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 16:04:18.604 [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 16:04:18.604 [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 16:04:18.605 [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 16:04:18.605 [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 16:04:18.605 [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 16:04:18.605 [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 16:04:18.606 [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 16:04:18.606 [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 16:04:18.606 [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 16:04:18.606 [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 16:04:18.606 [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 16:04:18.607 [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 16:04:18.607 [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 16:04:18.607 [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 16:04:18.607 [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 16:04:18.607 [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 16:04:18.607 [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 16:04:18.607 [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[] 16:04:18.607 [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 16:04:18.607 [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 16:04:18.608 [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 16:04:18.608 [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 16:04:18.608 [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 16:04:18.608 [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 16:04:18.608 [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 16:04:18.608 [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 16:04:18.609 [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 16:04:18.610 [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 16:04:18.610 [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 16:04:18.652 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:04:18.652 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:18.652 [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 16:04:18.655 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:18.655 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:18.657 [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 16:04:18.657 [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 16:04:18.657 [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[] 16:04:18.657 [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 16:04:18.657 [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 16:04:18.657 [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 16:04:18.657 [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 16:04:18.658 [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 16:04:18.659 [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 16:04:18.659 [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 16:04:18.659 [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 16:04:18.659 [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 16:04:18.659 [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 16:04:18.659 [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 16:04:18.659 [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 16:04:18.659 [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 16:04:18.659 [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 16:04:18.659 [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 16:04:18.659 [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 16:04:18.659 [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 16:04:18.659 [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 16:04:18.659 [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 16:04:18.659 [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 16:04:18.659 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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[] 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.660 [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 16:04:18.663 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:04:18.663 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:18.663 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:04:18.664 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:18.664 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:18.667 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:04:18.669 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:04:18.669 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:18.705 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit15126086226713124279/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:18.707 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:18.707 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:18.708 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:18.709 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:18.709 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:18.741 [pool-319-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4009104945387765733/test_eContainer[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:18.755 [pool-319-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:18.775 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:04:18.779 [pool-319-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:18.780 [pool-319-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:18.780 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:04:18.783 [pool-319-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4009104945387765733/test_eContainer[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:18.791 [pool-319-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:04:18.793 [pool-319-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:04:18.793 [pool-319-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:04:18.793 [pool-319-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:04:18.793 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s38ms [pure insertion] marking any relevant derived attributes for update...16:04:18.793 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:18.794 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:18.794 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:18.794 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:18.794 [pool-319-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:18.868 [pool-319-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:18.868 [pool-319-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.074s attempting to resolve any uninitialized derived attributes... 16:04:18.868 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:18.868 [pool-319-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:18.868 [pool-319-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... 16:04:18.869 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s75ms [proxy update] 16:04:18.869 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:18.869 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... 16:04:18.871 [pool-319-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 164 ms changed resource size: 2 relevant graph size: 2 validated changes... true property: eContainer not found in metamodel for type: Tree 16:04:18.875 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:18.875 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit15126086226713124279/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:18.877 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:18.877 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:18.913 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:18.915 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:18.971 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:18.973 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:18.973 [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 16:04:18.973 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:18.973 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:18.973 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:18.973 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:18.974 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:18.974 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:04:18.974 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:18.974 [pool-326-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 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 16:04:18.975 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 16:04:18.975 [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 16:04:18.978 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:18.978 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:18.985 [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 16:04:18.985 [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 16:04:18.985 [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 16:04:18.985 [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 16:04:18.986 [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 16:04:18.986 [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 16:04:18.986 [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 16:04:18.986 [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 16:04:18.986 [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 16:04:18.986 [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 16:04:18.986 [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 16:04:18.986 [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 16:04:18.986 [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 16:04:18.986 [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 16:04:18.987 [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 16:04:18.987 [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 16:04:18.987 [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 16:04:18.987 [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 16:04:18.988 [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 16:04:18.988 [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 16:04:18.988 [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 16:04:18.988 [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 16:04:18.988 [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 16:04:18.988 [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 16:04:18.988 [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 16:04:18.988 [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 16:04:18.989 [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 16:04:18.989 [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 16:04:18.989 [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 16:04:18.989 [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 16:04:18.989 [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 16:04:18.990 [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 16:04:18.991 [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[] 16:04:18.997 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:04:18.997 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:18.997 [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 16:04:19.000 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:19.000 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:19.052 [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 16:04:19.052 [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 16:04:19.052 [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 16:04:19.052 [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 16:04:19.052 [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 16:04:19.052 [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 16:04:19.052 [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 16:04:19.052 [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 16:04:19.052 [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 16:04:19.052 [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 16:04:19.052 [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 16:04:19.052 [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 16:04:19.052 [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 16:04:19.052 [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 16:04:19.052 [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 16:04:19.053 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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[] 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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[] 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.054 [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 16:04:19.055 [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 16:04:19.055 [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 16:04:19.055 [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 16:04:19.055 [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 16:04:19.055 [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 16:04:19.055 [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 16:04:19.058 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:04:19.058 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:19.058 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:04:19.059 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:19.059 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:19.061 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:04:19.063 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:04:19.063 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:19.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit18339118035118121909/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:19.153 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:19.154 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:19.155 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:19.156 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:19.156 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:19.188 [pool-326-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8270174833651302992/test_removeChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:19.199 [pool-326-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:19.257 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:04:19.261 [pool-326-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:19.262 [pool-326-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:19.262 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:04:19.263 [pool-326-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8270174833651302992/test_removeChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:19.272 [pool-326-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:04:19.273 [pool-326-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:04:19.273 [pool-326-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:04:19.273 [pool-326-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:04:19.273 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s74ms [pure insertion] marking any relevant derived attributes for update...16:04:19.273 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:19.274 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:19.274 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:19.274 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:19.274 [pool-326-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:19.298 [pool-326-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:19.298 [pool-326-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.024s attempting to resolve any uninitialized derived attributes... 16:04:19.298 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:19.298 [pool-326-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:19.350 [pool-326-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... 16:04:19.350 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s76ms [proxy update] 16:04:19.350 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:19.350 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... 16:04:19.352 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 198 ms changed resource size: 2 relevant graph size: 2 validated changes... true Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/remove-child.model over /tmp/junit18339118035118121909/tree.model 16:04:19.353 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:19.354 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:19.354 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:19.354 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:19.372 [pool-326-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8270174833651302992/test_removeChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:19.379 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:04:19.381 [pool-326-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:19.381 [pool-326-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:19.400 [pool-326-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:04:19.401 [pool-326-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 16:04:19.401 [pool-326-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:04:19.401 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 16:04:19.402 [pool-326-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 16:04:19.404 [pool-326-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s 16:04:19.479 [pool-326-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8270174833651302992/test_removeChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:19.487 [pool-326-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:04:19.488 [pool-326-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 16:04:19.488 [pool-326-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:04:19.488 [pool-326-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:04:19.488 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model. 0s109ms [pure insertion] marking any relevant derived attributes for update...16:04:19.488 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:19.488 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:19.488 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:19.488 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:19.488 [pool-326-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:19.552 [pool-326-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:19.552 [pool-326-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.064s attempting to resolve any uninitialized derived attributes... 16:04:19.552 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:19.552 [pool-326-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:19.553 [pool-326-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... 16:04:19.553 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s65ms [proxy update] 16:04:19.553 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:19.553 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 2 time ~0s validating changes... changed resource size: 1 relevant graph size: 1 validated changes... true 16:04:19.555 [pool-326-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 202 ms 16:04:19.557 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:19.557 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit18339118035118121909/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:19.558 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:19.558 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:19.569 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:19.572 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:19.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:19.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:19.653 [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 16:04:19.653 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:19.653 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:19.653 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:19.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:19.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:19.654 [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! 16:04:19.654 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:19.654 [pool-333-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 16:04:19.655 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 16:04:19.655 [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 16:04:19.657 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:19.657 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:19.662 [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 16:04:19.662 [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 16:04:19.663 [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 16:04:19.663 [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 16:04:19.663 [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 16:04:19.663 [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 16:04:19.664 [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 16:04:19.664 [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 16:04:19.664 [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 16:04:19.664 [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 16:04:19.664 [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 16:04:19.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 16:04:19.665 [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 16:04:19.665 [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[] 16:04:19.665 [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 16:04:19.665 [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 16:04:19.665 [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 16:04:19.665 [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 16:04:19.665 [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 16:04:19.665 [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 16:04:19.665 [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 16:04:19.667 [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 16:04:19.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 16:04:19.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 16:04:19.667 [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 16:04:19.667 [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 16:04:19.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 16:04:19.667 [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 16:04:19.667 [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 16:04:19.667 [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 16:04:19.667 [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 16:04:19.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 16:04:19.668 [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 16:04:19.674 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:04:19.674 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:19.674 [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 16:04:19.676 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:19.676 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:19.678 [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 16:04:19.678 [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 16:04:19.678 [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 16:04:19.678 [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 16:04:19.678 [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 16:04:19.679 [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 16:04:19.680 [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 16:04:19.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 16:04:19.680 [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 16:04:19.680 [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 16:04:19.680 [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 16:04:19.680 [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 16:04:19.680 [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 16:04:19.680 [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 16:04:19.680 [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 16:04:19.680 [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 16:04:19.680 [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 16:04:19.681 [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[] 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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[] 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.681 [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 16:04:19.683 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:04:19.684 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:19.684 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:04:19.684 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:19.684 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:19.686 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:04:19.688 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:04:19.688 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:19.769 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit10156433530571243862/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:19.770 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:19.770 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:19.771 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:19.772 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:19.772 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:19.808 [pool-333-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1496190733254260375/test_renameChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:19.853 [pool-333-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:19.871 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:04:19.875 [pool-333-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:19.876 [pool-333-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:19.876 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:04:19.878 [pool-333-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1496190733254260375/test_renameChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:19.885 [pool-333-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:04:19.887 [pool-333-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:04:19.887 [pool-333-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:04:19.887 [pool-333-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:04:19.887 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s34ms [pure insertion] marking any relevant derived attributes for update...16:04:19.887 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:19.888 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:19.888 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:19.888 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:19.888 [pool-333-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:19.961 [pool-333-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:19.961 [pool-333-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.073s attempting to resolve any uninitialized derived attributes... 16:04:19.961 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:19.961 [pool-333-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:19.962 [pool-333-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... 16:04:19.962 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s74ms [proxy update] 16:04:19.962 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:19.962 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 16:04:20.006 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 236 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-child.model over /tmp/junit10156433530571243862/tree.model 16:04:20.006 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:20.007 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:20.008 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:20.008 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:20.077 [pool-333-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1496190733254260375/test_renameChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:20.087 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:04:20.090 [pool-333-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:20.090 [pool-333-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:20.153 [pool-333-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:04:20.153 [pool-333-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:04:20.153 [pool-333-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:04:20.154 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 16:04:20.154 [pool-333-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:04:20.157 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /tree.model. 0s70ms [pure insertion] marking any relevant derived attributes for update...16:04:20.157 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:20.158 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:20.158 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:20.158 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:20.158 [pool-333-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:04:20.158 [pool-333-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:04:20.158 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:20.158 [pool-333-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:20.159 [pool-333-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... 16:04:20.159 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:04:20.159 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:20.159 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 16:04:20.160 [pool-333-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 154 ms 16:04:20.163 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:20.163 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit10156433530571243862/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:20.164 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:20.164 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:20.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:20.190 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:20.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:20.871 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:20.871 [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 16:04:21.363 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:21.363 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:21.483 [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 16:04:21.484 [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 16:04:21.563 [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 16:04:21.581 [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 16:04:21.581 [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 16:04:21.586 [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 16:04:21.587 [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 16:04:21.590 [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 16:04:21.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 16:04:21.595 [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 16:04:21.653 [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 16:04:21.668 [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 16:04:21.669 [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 16:04:21.679 [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 16:04:21.694 [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 16:04:21.795 [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 16:04:21.795 [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 16:04:21.795 [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 16:04:21.795 [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 16:04:21.795 [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 16:04:21.795 [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 16:04:21.795 [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 16:04:21.795 [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 16:04:21.795 [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 16:04:21.795 [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 16:04:21.795 [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 16:04:21.795 [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 16:04:21.795 [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 16:04:21.795 [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 16:04:21.795 [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 16:04:21.795 [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 16:04:21.795 [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 16:04:21.796 [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 16:04:21.796 [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 16:04:21.796 [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 16:04:21.796 [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 16:04:21.796 [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 16:04:21.796 [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 16:04:21.796 [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 16:04:21.796 [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 16:04:21.796 [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 16:04:21.796 [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 16:04:21.796 [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 16:04:21.796 [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[] 16:04:21.796 [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 16:04:21.796 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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[] 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.797 [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 16:04:21.851 [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 16:04:21.851 [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 16:04:21.851 [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 16:04:21.851 [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 16:04:21.851 [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 16:04:21.851 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:21.852 [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 16:04:21.852 [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 16:04:21.852 [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 16:04:21.857 [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 16:04:21.859 [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 16:04:21.859 [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 16:04:21.861 [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 16:04:21.861 [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 16:04:21.862 [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 16:04:21.865 [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 16:04:21.865 [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 16:04:21.868 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:21.869 [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 16:04:21.869 [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 16:04:21.869 [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 16:04:21.872 [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 16:04:21.872 [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 16:04:21.873 [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 16:04:21.873 [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 16:04:21.874 [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 16:04:21.875 [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 16:04:21.876 [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 16:04:21.877 [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 16:04:21.878 [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 16:04:21.881 [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 16:04:21.881 [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 16:04:21.881 [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 16:04:21.882 [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 16:04:21.882 [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 16:04:21.884 [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 16:04:21.884 [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 16:04:21.885 [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 16:04:21.885 [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 16:04:21.886 [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 16:04:21.887 [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 16:04:21.892 [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 16:04:21.892 [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 16:04:21.892 [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 16:04:21.892 [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 16:04:21.892 [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 16:04:21.953 [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 16:04:21.953 [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 16:04:21.953 [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 16:04:21.953 [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 16:04:21.954 [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 16:04:21.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 16:04:21.954 [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 16:04:21.954 [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 16:04:21.954 [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 16:04:21.954 [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 16:04:21.954 [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 16:04:21.954 [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[] 16:04:21.954 [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 16:04:21.954 [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 16:04:21.954 [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 16:04:21.954 [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 16:04:21.954 [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 16:04:21.954 [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 16:04:21.954 [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 16:04:21.955 [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 16:04:21.955 [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 16:04:21.955 [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 16:04:21.956 [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 16:04:21.956 [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 16:04:21.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 16:04:21.956 [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 16:04:21.957 [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 16:04:21.957 [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 16:04:21.985 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:21.985 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:22.065 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:22.065 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:04:22.065 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:22.065 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:22.065 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:04:22.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:04:22.173 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:22.173 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:22.173 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:22.175 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:22.175 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:22.339 [pool-340-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11332897527230393773/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:22.359 [pool-340-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:22.382 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:04:22.386 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:22.387 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:22.387 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:04:22.390 [pool-340-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11332897527230393773/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:22.454 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:04:22.480 [pool-340-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind 16:04:23.054 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 16:04:23.054 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:04:23.056 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:04:23.057 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s698ms [pure insertion] marking any relevant derived attributes for update...16:04:23.057 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:23.058 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:23.062 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:04:23.062 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:23.063 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:23.063 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:04:23.064 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:04:23.570 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 16:04:23.570 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:04:23.581 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:04:23.581 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s519ms [pure insertion] marking any relevant derived attributes for update...16:04:23.581 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:23.581 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:23.651 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:04:23.651 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:23.652 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:23.652 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:04:23.653 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:04:24.183 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 16:04:24.183 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:04:24.188 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:04:24.188 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s537ms [pure insertion] marking any relevant derived attributes for update...16:04:24.188 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:24.188 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:24.273 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:04:24.273 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:24.274 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:24.274 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:04:24.274 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:04:24.462 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 16:04:24.462 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:04:24.464 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:04:24.464 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s191ms [pure insertion] marking any relevant derived attributes for update...16:04:24.464 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:24.464 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:24.465 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:24.465 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:24.465 [pool-340-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:24.567 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:04:24.568 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 16:04:24.568 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.103s attempting to resolve any uninitialized derived attributes... 16:04:24.568 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:24.568 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:24.569 [pool-340-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... 16:04:24.569 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s104ms [proxy update] 16:04:24.569 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:24.569 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:24.569 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 396 ms 16:04:24.569 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 16:04:24.572 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:24.573 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:24.579 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 16:04:24.580 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:24.582 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:24.583 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 16:04:24.583 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:24.585 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 16:04:24.585 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:24.586 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:24.591 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 16:04:24.591 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 16:04:24.691 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit15626890641482513529/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:04:24.693 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:24.693 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:24.693 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:24.694 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:24.694 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:24.782 [pool-340-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11332897527230393773/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:24.791 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:24.791 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:24.791 [pool-340-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:24.853 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:04:24.855 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 16:04:24.855 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.064s attempting to resolve any uninitialized derived attributes... 16:04:24.855 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:24.855 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:24.855 [pool-340-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... 16:04:24.855 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s64ms [proxy update] 16:04:24.855 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:24.856 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:24.856 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:24.857 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:24.874 [pool-340-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11332897527230393773/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:24.887 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 16:04:24.890 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:24.890 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:24.890 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 16:04:24.890 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 16:04:25.462 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 16:04:25.462 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 16:04:25.463 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 16:04:25.463 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s576ms [pure insertion] marking any relevant derived attributes for update...16:04:25.463 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:25.464 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:25.464 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:25.464 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:25.464 [pool-340-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:25.557 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 16:04:25.558 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 24 proxy ref lists left after resolving 0 refs 16:04:25.558 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.094s attempting to resolve any uninitialized derived attributes... 16:04:25.558 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:25.558 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:25.559 [pool-340-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... 16:04:25.559 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s95ms [proxy update] 16:04:25.559 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:25.559 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:25.559 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 866 ms 16:04:25.577 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:25.578 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:25.579 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:25.579 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:25.599 [pool-340-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11332897527230393773/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:25.657 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 16:04:25.660 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:25.660 [pool-340-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:25.692 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 16:04:25.751 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 16:04:25.752 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:04:25.752 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /model.uml... 16:04:25.753 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml 16:04:25.756 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.003s 16:04:25.790 [pool-340-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11332897527230393773/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:25.801 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 16:04:26.188 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 16:04:26.188 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 16:04:26.190 [pool-340-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 16:04:26.190 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /model.uml. 0s533ms [pure insertion] marking any relevant derived attributes for update...16:04:26.190 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:26.191 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:26.191 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:26.191 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:26.191 [pool-340-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:26.315 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 16:04:26.317 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 24 proxy ref lists left after resolving 0 refs 16:04:26.317 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.126s attempting to resolve any uninitialized derived attributes... 16:04:26.317 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:26.317 [pool-340-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:26.318 [pool-340-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... 16:04:26.318 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s127ms [proxy update] 16:04:26.318 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:26.318 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:26.318 [pool-340-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 741 ms 16:04:26.350 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:26.350 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit15626890641482513529/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:04:26.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:26.351 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:26.471 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:26.475 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:26.498 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:26.500 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:26.500 [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 16:04:26.569 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:26.569 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:26.652 [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 16:04:26.652 [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 16:04:26.677 [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 16:04:26.750 [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 16:04:26.751 [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 16:04:26.756 [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 16:04:26.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/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 16:04:26.760 [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 16:04:26.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 16:04:26.766 [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 16:04:26.772 [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 16:04:26.787 [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 16:04:26.788 [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 16:04:26.851 [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 16:04:26.869 [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 16:04:26.970 [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 16:04:26.970 [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 16:04:26.973 [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 16:04:26.973 [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 16:04:26.974 [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 16:04:26.977 [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 16:04:26.978 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.982 [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 16:04:26.983 [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 16:04:26.983 [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 16:04:26.983 [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 16:04:26.983 [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[] 16:04:26.983 [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 16:04:26.983 [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 16:04:26.983 [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 16:04:26.983 [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 16:04:26.983 [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 16:04:26.983 [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 16:04:26.983 [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 16:04:26.983 [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 16:04:26.983 [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 16:04:26.983 [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 16:04:26.984 [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 16:04:26.984 [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 16:04:26.984 [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 16:04:26.984 [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 16:04:26.984 [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 16:04:26.984 [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 16:04:26.984 [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 16:04:26.984 [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[] 16:04:26.984 [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 16:04:26.984 [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 16:04:26.984 [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 16:04:26.984 [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 16:04:26.984 [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 16:04:26.984 [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 16:04:26.984 [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 16:04:26.984 [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 16:04:26.984 [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 16:04:26.984 [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 16:04:26.984 [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 16:04:26.984 [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 16:04:26.985 [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 16:04:26.985 [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 16:04:26.987 [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 16:04:26.987 [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 16:04:26.987 [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 16:04:26.987 [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 16:04:26.987 [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 16:04:26.987 [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 16:04:26.988 [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 16:04:26.990 [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 16:04:26.990 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:26.990 [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 16:04:26.991 [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 16:04:26.991 [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 16:04:26.993 [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 16:04:26.993 [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 16:04:26.993 [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 16:04:26.994 [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 16:04:26.996 [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 16:04:26.998 [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 16:04:26.999 [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 16:04:26.999 [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 16:04:27.000 [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 16:04:27.000 [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 16:04:27.051 [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 16:04:27.051 [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 16:04:27.052 [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 16:04:27.052 [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 16:04:27.053 [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 16:04:27.055 [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 16:04:27.060 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:27.060 [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 16:04:27.061 [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 16:04:27.062 [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 16:04:27.063 [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 16:04:27.063 [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 16:04:27.063 [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 16:04:27.063 [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 16:04:27.064 [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 16:04:27.068 [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 16:04:27.068 [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 16:04:27.068 [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 16:04:27.069 [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 16:04:27.069 [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 16:04:27.069 [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 16:04:27.069 [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 16:04:27.069 [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 16:04:27.069 [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 16:04:27.069 [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 16:04:27.069 [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 16:04:27.069 [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[] 16:04:27.069 [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 16:04:27.069 [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 16:04:27.069 [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 16:04:27.069 [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 16:04:27.070 [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 16:04:27.070 [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 16:04:27.070 [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 16:04:27.070 [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 16:04:27.071 [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 16:04:27.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 16:04:27.071 [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 16:04:27.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 16:04:27.072 [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 16:04:27.072 [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 16:04:27.073 [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 16:04:27.073 [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 16:04:27.164 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:27.164 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:27.178 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:27.178 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:04:27.178 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:27.178 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:27.179 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 16:04:27.263 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:04:27.265 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:27.265 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:27.265 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:27.267 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:27.267 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:27.403 [pool-347-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4258439785956029611/test_stereotypeAsModel[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:27.414 [pool-347-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:27.454 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:04:27.459 [pool-347-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:27.459 [pool-347-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:27.459 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:04:27.463 [pool-347-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4258439785956029611/test_stereotypeAsModel[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:27.475 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:04:27.960 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 16:04:27.960 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:04:27.962 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:04:27.962 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s548ms [pure insertion] marking any relevant derived attributes for update...16:04:27.962 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:27.963 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:27.965 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:04:27.965 [pool-347-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:27.966 [pool-347-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:27.966 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:04:27.966 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:04:28.661 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 16:04:28.661 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:04:28.668 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:04:28.668 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s704ms [pure insertion] marking any relevant derived attributes for update...16:04:28.669 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:28.669 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:28.673 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:04:28.673 [pool-347-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:28.675 [pool-347-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:28.675 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:04:28.675 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:04:29.063 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 16:04:29.063 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:04:29.075 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:04:29.075 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s402ms [pure insertion] marking any relevant derived attributes for update...16:04:29.075 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:29.075 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:29.160 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:04:29.160 [pool-347-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:29.161 [pool-347-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:29.161 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:04:29.162 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:04:29.375 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 16:04:29.375 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:04:29.377 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:04:29.377 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s217ms [pure insertion] marking any relevant derived attributes for update...16:04:29.377 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:29.377 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:29.378 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:29.378 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:29.378 [pool-347-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:29.475 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:04:29.477 [pool-347-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 16:04:29.477 [pool-347-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.099s attempting to resolve any uninitialized derived attributes... 16:04:29.477 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:29.477 [pool-347-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:29.477 [pool-347-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... 16:04:29.477 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s99ms [proxy update] 16:04:29.478 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:29.478 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:29.478 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 213 ms 16:04:29.554 [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/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:04:29.556 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:29.556 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:29.558 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:29.558 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:29.558 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:29.585 [pool-347-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4258439785956029611/test_stereotypeAsModel[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:29.594 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.profile.uml... 16:04:29.597 [pool-347-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:29.597 [pool-347-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:29.597 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.profile.uml... 16:04:29.598 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.profile.uml 16:04:30.785 [pool-347-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind 16:04:30.916 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec) 16:04:30.916 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.profile.uml 16:04:30.921 [pool-347-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 16:04:30.921 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.profile.uml. 1s327ms [pure insertion] marking any relevant derived attributes for update...16:04:30.921 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s29ms 16:04:30.950 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s29ms 16:04:30.951 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:30.951 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:30.951 [pool-347-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:31.051 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/72 proxy references (0 sec total) 16:04:31.055 [pool-347-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 70 proxy ref lists left after resolving 2 refs 16:04:31.055 [pool-347-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.104s attempting to resolve any uninitialized derived attributes... 16:04:31.055 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:31.055 [pool-347-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:31.056 [pool-347-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... 16:04:31.056 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s105ms [proxy update] 16:04:31.056 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:31.056 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:31.056 [pool-347-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 500 ms 16:04:31.065 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:31.065 [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/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:04:31.068 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:31.068 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:31.163 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:31.167 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:31.190 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:31.191 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:31.191 [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 16:04:31.262 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:31.262 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:31.285 [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 16:04:31.285 [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 16:04:31.366 [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 16:04:31.391 [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 16:04:31.391 [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 16:04:31.397 [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 16:04:31.450 [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 16:04:31.453 [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 16:04:31.456 [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 16:04:31.458 [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 16:04:31.463 [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 16:04:31.477 [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 16:04:31.478 [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 16:04:31.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::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 16:04:31.552 [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 16:04:31.595 [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 16:04:31.595 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.650 [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 16:04:31.651 [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 16:04:31.651 [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 16:04:31.651 [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 16:04:31.651 [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[] 16:04:31.651 [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 16:04:31.651 [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 16:04:31.651 [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 16:04:31.651 [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 16:04:31.651 [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 16:04:31.651 [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 16:04:31.651 [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 16:04:31.651 [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 16:04:31.651 [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 16:04:31.651 [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 16:04:31.652 [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 16:04:31.652 [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 16:04:31.652 [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 16:04:31.652 [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 16:04:31.652 [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 16:04:31.652 [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 16:04:31.652 [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 16:04:31.652 [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[] 16:04:31.652 [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 16:04:31.652 [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 16:04:31.652 [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 16:04:31.652 [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 16:04:31.652 [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 16:04:31.652 [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 16:04:31.652 [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 16:04:31.652 [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 16:04:31.652 [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 16:04:31.652 [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 16:04:31.652 [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 16:04:31.652 [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 16:04:31.653 [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 16:04:31.653 [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 16:04:31.653 [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 16:04:31.653 [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 16:04:31.653 [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 16:04:31.654 [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 16:04:31.654 [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 16:04:31.656 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:31.657 [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 16:04:31.658 [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 16:04:31.660 [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 16:04:31.663 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:31.663 [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 16:04:31.663 [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 16:04:31.663 [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 16:04:31.663 [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 16:04:31.666 [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 16:04:31.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 16:04:31.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 16:04:31.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 16:04:31.671 [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 16:04:31.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 16:04:31.673 [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 16:04:31.673 [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 16:04:31.675 [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 16:04:31.675 [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 16:04:31.675 [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 16:04:31.675 [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 16:04:31.676 [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 16:04:31.678 [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 16:04:31.678 [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 16:04:31.678 [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 16:04:31.678 [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 16:04:31.678 [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 16:04:31.683 [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 16:04:31.684 [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 16:04:31.684 [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 16:04:31.684 [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 16:04:31.684 [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 16:04:31.684 [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 16:04:31.684 [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 16:04:31.684 [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 16:04:31.684 [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 16:04:31.684 [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 16:04:31.684 [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 16:04:31.684 [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[] 16:04:31.684 [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 16:04:31.684 [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 16:04:31.684 [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 16:04:31.684 [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 16:04:31.684 [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 16:04:31.684 [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 16:04:31.685 [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 16:04:31.685 [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 16:04:31.685 [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 16:04:31.685 [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 16:04:31.686 [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 16:04:31.686 [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 16:04:31.686 [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 16:04:31.686 [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 16:04:31.687 [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 16:04:31.688 [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 16:04:31.690 [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 16:04:31.690 [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 16:04:31.691 [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 16:04:31.692 [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 16:04:31.692 [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 16:04:31.694 [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 16:04:31.694 [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 16:04:31.694 [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 16:04:31.695 [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 16:04:31.695 [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 16:04:31.768 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:31.769 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:31.780 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:31.781 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:04:31.781 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:31.781 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:31.781 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:04:31.860 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:04:31.862 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:31.862 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:31.862 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:31.864 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:31.864 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:31.972 [pool-354-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7067919453094401687/test_localfolderCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:31.999 [pool-354-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:32.066 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:04:32.071 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:32.071 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:32.072 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:04:32.075 [pool-354-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7067919453094401687/test_localfolderCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:32.087 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:04:32.559 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 16:04:32.559 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:04:32.561 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:04:32.561 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s562ms [pure insertion] marking any relevant derived attributes for update...16:04:32.561 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:04:32.563 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:04:32.564 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:04:32.564 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:32.565 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:32.565 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:04:32.565 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:04:32.866 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 16:04:32.866 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:04:32.867 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:04:32.867 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s303ms [pure insertion] marking any relevant derived attributes for update...16:04:32.867 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:32.868 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:32.870 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:04:32.870 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:32.871 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:32.871 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:04:32.871 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:04:33.187 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 16:04:33.187 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:04:33.253 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:04:33.253 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s383ms [pure insertion] marking any relevant derived attributes for update...16:04:33.253 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:33.253 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:33.257 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:04:33.257 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:33.258 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:33.258 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:04:33.258 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:04:33.552 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 16:04:33.552 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:04:33.556 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:04:33.556 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s299ms [pure insertion] marking any relevant derived attributes for update...16:04:33.556 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:33.556 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:33.557 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:33.557 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:33.557 [pool-354-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:33.595 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:04:33.596 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 16:04:33.596 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.039s attempting to resolve any uninitialized derived attributes... 16:04:33.596 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:33.596 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:33.650 [pool-354-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... 16:04:33.650 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s93ms [proxy update] 16:04:33.650 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:33.650 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:33.651 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 788 ms 16:04:33.696 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:33.749 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:33.750 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:33.752 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:33.753 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:33.753 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:33.777 [pool-354-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7067919453094401687/test_localfolderCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:33.785 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 16:04:33.788 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:33.788 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:33.788 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 16:04:33.789 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 16:04:34.290 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 16:04:34.290 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 16:04:34.293 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 16:04:34.293 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s508ms [pure insertion] marking any relevant derived attributes for update...16:04:34.293 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:34.294 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:34.297 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 16:04:34.297 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:34.298 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:34.298 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 16:04:34.298 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 16:04:34.661 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 16:04:34.661 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 16:04:34.662 [pool-354-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:04:34.662 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s365ms [pure insertion] marking any relevant derived attributes for update...16:04:34.662 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:34.662 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:34.663 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:34.663 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:34.663 [pool-354-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:34.751 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 16:04:34.757 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 20 proxy ref lists left after resolving 30 refs 16:04:34.757 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.094s attempting to resolve any uninitialized derived attributes... 16:04:34.757 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:34.757 [pool-354-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:34.758 [pool-354-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... 16:04:34.758 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s95ms [proxy update] 16:04:34.758 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:34.759 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:34.759 [pool-354-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 9 ms 16:04:34.759 [pool-354-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7067919453094401687/test_localfolderCrosslinks[Neo4j]/db 16:04:34.768 [pool-354-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7067919453094401687/test_localfolderCrosslinks[Neo4j]/db 16:04:34.771 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:34.771 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:34.773 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:34.773 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:34.863 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:34.867 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:34.891 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:34.892 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:34.892 [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 16:04:34.961 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:34.961 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:34.984 [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 16:04:34.984 [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 16:04:34.985 [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 16:04:34.986 [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 16:04:34.987 [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 16:04:34.992 [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 16:04:34.992 [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 16:04:35.065 [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 16:04:35.082 [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 16:04:35.082 [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 16:04:35.087 [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 16:04:35.088 [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 16:04:35.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::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 16:04:35.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 16:04:35.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::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 16:04:35.149 [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 16:04:35.161 [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 16:04:35.163 [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 16:04:35.172 [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 16:04:35.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::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 16:04:35.276 [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 16:04:35.276 [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 16:04:35.276 [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 16:04:35.276 [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 16:04:35.276 [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 16:04:35.276 [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 16:04:35.277 [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 16:04:35.277 [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 16:04:35.277 [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 16:04:35.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 16:04:35.277 [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 16:04:35.277 [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 16:04:35.277 [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 16:04:35.277 [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 16:04:35.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 16:04:35.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 16:04:35.277 [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 16:04:35.277 [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 16:04:35.277 [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 16:04:35.277 [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 16:04:35.277 [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 16:04:35.277 [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 16:04:35.277 [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 16:04:35.277 [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 16:04:35.277 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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[] 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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[] 16:04:35.278 [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 16:04:35.278 [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 16:04:35.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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.278 [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 16:04:35.280 [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 16:04:35.280 [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 16:04:35.280 [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 16:04:35.280 [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 16:04:35.280 [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 16:04:35.280 [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 16:04:35.280 [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 16:04:35.284 [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 16:04:35.284 [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 16:04:35.284 [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 16:04:35.285 [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 16:04:35.285 [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 16:04:35.287 [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 16:04:35.287 [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 16:04:35.289 [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 16:04:35.289 [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 16:04:35.289 [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 16:04:35.289 [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 16:04:35.290 [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 16:04:35.293 [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 16:04:35.293 [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 16:04:35.293 [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 16:04:35.293 [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 16:04:35.293 [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 16:04:35.296 [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 16:04:35.296 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:35.296 [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 16:04:35.297 [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 16:04:35.299 [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 16:04: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::EInt will be handled as its instance type java.lang.Integer 16:04: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::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:04: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::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:04: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::EShortObject will be handled as its instance type java.lang.Short 16:04: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::EBigInteger will be handled as its instance type java.math.BigInteger 16:04:35.354 [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 16:04: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::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:04: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::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:04: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::EByte will be handled as its instance type byte 16:04: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::EBooleanObject will be handled as its instance type java.lang.Boolean 16:04: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::EDouble will be handled as its instance type java.lang.Double 16:04: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::ELong will be handled as its instance type java.lang.Long 16:04: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::EJavaObject will be handled as its instance type java.lang.Object 16:04: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 16:04: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 16:04: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::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:04: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::EByteArray will be handled as its instance type byte[] 16:04: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::EByteObject will be handled as its instance type java.lang.Byte 16:04: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 16:04: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 16:04: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::EMap will be handled as its instance type java.util.Map 16:04: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::EIntegerObject will be handled as its instance type java.lang.Integer 16:04: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::EJavaClass will be handled as its instance type java.lang.Class 16:04: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::EBoolean will be handled as its instance type java.lang.Boolean 16:04: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::EChar will be handled as its instance type char 16:04: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::EDate will be handled as its instance type java.util.Date 16:04: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::ELongObject will be handled as its instance type java.lang.Long 16:04: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::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:04: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::EShort will be handled as its instance type short 16:04:35.358 [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 16:04:35.358 [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 16:04:35.358 [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 16:04:35.359 [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 16:04:35.361 [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 16:04:35.361 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:35.361 [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 16:04:35.362 [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 16:04:35.362 [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 16:04:35.364 [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 16:04:35.364 [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 16:04:35.389 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:35.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:35.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:35.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:04:35.454 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:35.455 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:35.455 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:04:35.476 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:04:35.477 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:35.478 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:35.478 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:35.479 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:35.479 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:35.597 [pool-361-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5056791360366222417/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:35.608 [pool-361-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:35.668 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:04:35.672 [pool-361-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:35.673 [pool-361-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:35.673 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:04:35.676 [pool-361-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5056791360366222417/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:35.688 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:04:36.277 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 16:04:36.277 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:04:36.282 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:04:36.282 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s674ms [pure insertion] marking any relevant derived attributes for update...16:04:36.282 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:36.284 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:36.352 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:04:36.352 [pool-361-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:36.353 [pool-361-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:36.353 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:04:36.354 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:04:36.682 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 16:04:36.682 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:04:36.683 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:04:36.683 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s331ms [pure insertion] marking any relevant derived attributes for update...16:04:36.683 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:36.683 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:36.685 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:04:36.685 [pool-361-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:36.686 [pool-361-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:36.686 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:04:36.686 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:04:36.976 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 16:04:36.976 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:04:36.990 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:04:36.990 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s305ms [pure insertion] marking any relevant derived attributes for update...16:04:36.990 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:36.990 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:36.994 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:04:36.994 [pool-361-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:37.049 [pool-361-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:37.049 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:04:37.050 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:04:37.259 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 16:04:37.259 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:04:37.260 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:04:37.260 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s266ms [pure insertion] marking any relevant derived attributes for update...16:04:37.260 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:37.261 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:37.261 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:37.261 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:37.261 [pool-361-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:37.359 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:04:37.360 [pool-361-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 16:04:37.360 [pool-361-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.099s attempting to resolve any uninitialized derived attributes... 16:04:37.361 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:37.361 [pool-361-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:37.361 [pool-361-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... 16:04:37.362 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s101ms [proxy update] 16:04:37.362 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:37.362 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:37.362 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 884 ms 16:04:37.396 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:37.398 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:37.398 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:37.450 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:37.450 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:37.450 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:37.545 [pool-361-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5056791360366222417/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:37.590 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 16:04:37.592 [pool-361-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:37.592 [pool-361-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:37.592 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 16:04:37.593 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 16:04:38.089 [pool-361-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind 16:04:38.156 [pool-361-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind 16:04:38.157 [pool-361-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind 16:04:38.181 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec) 16:04:38.181 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 16:04:38.184 [pool-361-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 16:04:38.184 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s594ms [pure insertion] marking any relevant derived attributes for update...16:04:38.184 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:38.184 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:38.185 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:38.185 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:38.185 [pool-361-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:38.286 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/23 proxy references (0 sec total) 16:04:38.350 [pool-361-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 20 proxy ref lists left after resolving 3 refs 16:04:38.350 [pool-361-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.165s attempting to resolve any uninitialized derived attributes... 16:04:38.350 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:38.350 [pool-361-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:38.351 [pool-361-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... 16:04:38.351 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s166ms [proxy update] 16:04:38.351 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:38.351 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:38.351 [pool-361-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 953 ms 16:04:38.363 [pool-361-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5056791360366222417/test_zoo[Neo4j]/db 16:04:38.367 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:38.367 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:38.369 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:38.369 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:38.463 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:38.467 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:38.497 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:38.498 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:38.498 [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 16:04:38.556 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:38.557 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:38.578 [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 16:04:38.578 [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 16:04:38.653 [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 16:04:38.669 [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 16:04:38.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::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 16:04:38.674 [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 16:04:38.675 [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 16:04:38.677 [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 16:04:38.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 16:04:38.682 [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 16:04:38.687 [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 16:04:38.753 [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 16:04:38.754 [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 16:04:38.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::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 16:04:38.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::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 16:04:38.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 16:04:38.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/emf/2002/Ecore 16:04:38.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 16:04:38.873 [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 16:04:38.875 [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 16:04:38.877 [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 16:04:38.877 [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 16:04:38.877 [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 16:04:38.878 [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 16:04:38.879 [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 16:04:38.880 [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 16:04:38.880 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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 16:04:38.881 [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[] 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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[] 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.882 [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 16:04:38.884 [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 16:04:38.884 [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 16:04:38.884 [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 16:04:38.884 [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 16:04:38.884 [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 16:04:38.884 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:38.884 [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 16:04:38.884 [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 16:04:38.885 [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 16:04:38.885 [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 16:04:38.886 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:38.887 [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 16:04:38.887 [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 16:04:38.887 [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 16:04:38.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 16:04:38.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/uml2/5.0.0/UML 16:04:38.893 [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 16:04:38.896 [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 16:04:38.896 [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 16:04:38.899 [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 16:04:38.899 [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 16:04:38.899 [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 16:04:38.899 [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 16:04:38.950 [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 16:04:38.952 [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 16:04:38.952 [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 16:04:38.952 [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 16:04:38.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 16:04:38.952 [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 16:04:38.955 [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 16:04:38.955 [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 16:04:38.955 [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 16:04:38.956 [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 16:04:38.956 [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 16:04:38.956 [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 16:04:38.956 [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 16:04:38.956 [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 16:04:38.956 [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 16:04:38.956 [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 16:04:38.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 16:04:38.956 [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[] 16:04:38.956 [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 16:04:38.956 [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 16:04:38.956 [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 16:04:38.956 [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 16:04:38.956 [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 16:04:38.956 [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 16:04:38.957 [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 16:04:38.957 [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 16:04:38.957 [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 16:04:38.957 [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 16:04:38.958 [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 16:04:38.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 16:04:38.958 [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 16:04:38.958 [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 16:04:38.959 [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 16:04:38.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 16:04:38.961 [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 16:04:38.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 16:04:38.963 [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 16:04:38.963 [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 16:04:38.964 [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 16:04:38.964 [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 16:04:38.964 [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 16:04:38.984 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:38.984 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:38.994 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:38.994 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:04:38.995 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:38.995 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:38.995 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:04:39.067 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:04:39.069 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:39.069 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:39.069 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:39.071 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:39.071 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:39.199 [pool-368-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8144916280228991348/test_indexLibraries[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:39.210 [pool-368-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:39.259 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:04:39.263 [pool-368-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:39.264 [pool-368-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:39.264 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:04:39.267 [pool-368-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8144916280228991348/test_indexLibraries[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:39.278 [pool-368-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:04:39.700 [pool-368-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 16:04:39.700 [pool-368-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:04:39.757 [pool-368-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:04:39.757 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s547ms [pure insertion] marking any relevant derived attributes for update...16:04:39.757 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:04:39.759 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:04:39.762 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:04:39.762 [pool-368-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:39.762 [pool-368-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:39.763 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:04:39.763 [pool-368-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:04:40.090 [pool-368-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 16:04:40.090 [pool-368-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:04:40.152 [pool-368-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:04:40.152 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s390ms [pure insertion] marking any relevant derived attributes for update...16:04:40.152 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:40.152 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:40.169 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:04:40.169 [pool-368-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:40.170 [pool-368-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:40.170 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:04:40.170 [pool-368-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:04:40.402 [pool-368-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 16:04:40.403 [pool-368-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:04:40.450 [pool-368-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:04:40.450 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s281ms [pure insertion] marking any relevant derived attributes for update...16:04:40.450 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:40.450 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:40.452 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:04:40.452 [pool-368-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:40.453 [pool-368-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:40.453 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:04:40.453 [pool-368-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:04:40.587 [pool-368-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 16:04:40.587 [pool-368-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:04:40.588 [pool-368-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:04:40.588 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s136ms [pure insertion] marking any relevant derived attributes for update...16:04:40.588 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:40.589 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:40.589 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:40.589 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:40.589 [pool-368-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:40.674 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:04:40.675 [pool-368-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 16:04:40.676 [pool-368-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.087s attempting to resolve any uninitialized derived attributes... 16:04:40.676 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:40.676 [pool-368-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:40.676 [pool-368-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... 16:04:40.676 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s87ms [proxy update] 16:04:40.676 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:40.677 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:40.677 [pool-368-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 608 ms 16:04:40.688 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:40.688 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:04:40.690 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:40.690 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:40.786 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:40.792 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:40.852 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:40.854 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:40.854 [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 16:04:40.873 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:40.873 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:40.953 [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 16:04:40.953 [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 16:04:40.954 [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 16:04:40.954 [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 16:04:40.954 [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 16:04:40.959 [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 16:04:40.959 [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 16:04:40.981 [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 16:04:40.998 [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 16:04:40.998 [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 16:04:41.053 [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 16:04:41.054 [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 16:04:41.056 [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 16:04:41.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 16:04:41.062 [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 16:04:41.067 [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 16:04:41.079 [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 16:04:41.081 [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 16:04:41.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::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 16:04:41.155 [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 16:04:41.195 [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 16:04:41.195 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:41.195 [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 16:04:41.195 [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 16:04:41.196 [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 16:04:41.198 [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 16:04:41.198 [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 16:04:41.253 [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 16:04:41.253 [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 16:04:41.253 [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 16:04:41.253 [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 16:04:41.253 [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 16:04:41.253 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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 16:04:41.254 [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[] 16:04:41.254 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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[] 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.255 [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 16:04:41.257 [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 16:04:41.257 [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 16:04:41.259 [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 16:04:41.259 [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 16:04:41.259 [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 16:04:41.259 [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 16:04:41.259 [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 16:04:41.259 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:41.259 [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 16:04:41.259 [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 16:04:41.260 [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 16:04:41.262 [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 16:04:41.262 [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 16:04:41.264 [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 16:04:41.264 [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 16:04:41.264 [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 16:04:41.265 [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 16:04:41.266 [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 16:04:41.269 [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 16:04:41.269 [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 16:04:41.269 [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 16:04:41.270 [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 16:04:41.270 [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 16:04:41.272 [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 16:04:41.272 [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 16:04:41.273 [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 16:04:41.274 [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 16:04:41.274 [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 16:04:41.275 [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 16:04:41.280 [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 16:04:41.280 [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 16:04:41.280 [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 16:04:41.280 [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 16:04:41.280 [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 16:04:41.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 16:04:41.284 [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 16:04:41.284 [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 16:04:41.284 [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 16:04:41.284 [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 16:04:41.285 [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 16:04:41.285 [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 16:04:41.285 [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 16:04:41.285 [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 16:04:41.285 [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 16:04:41.285 [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 16:04:41.285 [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[] 16:04:41.285 [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 16:04:41.285 [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 16:04:41.285 [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 16:04:41.285 [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 16:04:41.285 [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 16:04:41.285 [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 16:04:41.285 [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 16:04:41.285 [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 16:04:41.286 [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 16:04:41.286 [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 16:04:41.286 [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 16:04:41.286 [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 16:04:41.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 16:04:41.287 [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 16:04:41.287 [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 16:04:41.288 [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 16:04:41.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:41.361 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:41.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:41.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:04:41.372 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:41.372 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:41.372 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:04:41.456 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:04:41.457 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:41.458 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:41.458 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:41.459 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:41.459 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:41.585 [pool-375-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1261006926913556724/test_customProfileV4[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:41.595 [pool-375-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:41.654 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:04:41.658 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:41.659 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:41.659 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:04:41.662 [pool-375-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1261006926913556724/test_customProfileV4[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:41.673 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:04:42.070 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 16:04:42.070 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:04:42.071 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:04:42.071 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s477ms [pure insertion] marking any relevant derived attributes for update...16:04:42.072 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:42.073 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:42.074 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:04:42.074 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:42.075 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:42.075 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:04:42.076 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:04:42.569 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 16:04:42.569 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:04:42.573 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:04:42.573 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s499ms [pure insertion] marking any relevant derived attributes for update...16:04:42.573 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:42.574 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:42.577 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:04:42.577 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:42.578 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:42.578 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:04:42.578 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:04:42.796 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 16:04:42.796 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:04:42.854 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:04:42.854 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s277ms [pure insertion] marking any relevant derived attributes for update...16:04:42.854 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:42.854 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:42.872 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:04:42.872 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:42.873 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:42.873 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:04:42.873 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:04:43.069 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 16:04:43.069 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:04:43.071 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:04:43.071 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s199ms [pure insertion] marking any relevant derived attributes for update...16:04:43.071 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:43.071 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:43.071 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:43.071 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:43.071 [pool-375-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:43.283 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:04:43.285 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 16:04:43.285 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.214s attempting to resolve any uninitialized derived attributes... 16:04:43.285 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:43.285 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:43.286 [pool-375-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... 16:04:43.286 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s215ms [proxy update] 16:04:43.286 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:43.286 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:43.287 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 829 ms 16:04:43.287 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 16:04:43.291 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:43.291 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:43.307 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:43.309 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 16:04:43.309 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:43.311 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 16:04:43.311 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:43.312 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:43.314 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 16:04:43.314 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 16:04:43.353 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 16:04:43.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:04:43.397 [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/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:04:43.398 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:43.399 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:43.399 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:43.399 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:43.399 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:43.459 [pool-375-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1261006926913556724/test_customProfileV4[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:43.469 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:43.469 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:43.469 [pool-375-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:43.506 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:04:43.507 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 16:04:43.507 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.038s attempting to resolve any uninitialized derived attributes... 16:04:43.507 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:43.507 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:43.550 [pool-375-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... 16:04:43.550 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s81ms [proxy update] 16:04:43.550 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:43.552 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:43.552 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:43.552 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:43.567 [pool-375-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1261006926913556724/test_customProfileV4[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:43.580 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 16:04:43.583 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:43.583 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:43.583 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 16:04:43.584 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 16:04:44.117 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 16:04:44.117 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 16:04:44.118 [pool-375-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 16:04:44.118 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s538ms [pure insertion] marking any relevant derived attributes for update...16:04:44.118 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:44.119 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:44.119 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:44.119 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:44.119 [pool-375-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:44.177 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 16:04:44.178 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 24 proxy ref lists left after resolving 0 refs 16:04:44.178 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.059s attempting to resolve any uninitialized derived attributes... 16:04:44.178 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:44.178 [pool-375-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:44.179 [pool-375-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... 16:04:44.179 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s60ms [proxy update] 16:04:44.179 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:44.179 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:44.179 [pool-375-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 780 ms 16:04:44.195 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:44.195 [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/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:04:44.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:44.250 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:44.290 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:44.294 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:44.373 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:44.375 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:44.375 [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 16:04:44.393 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:44.393 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:44.468 [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 16:04:44.468 [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 16:04:44.490 [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 16:04:44.556 [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 16:04:44.557 [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 16:04:44.562 [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 16:04:44.563 [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 16:04:44.566 [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 16:04:44.568 [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 16:04:44.571 [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 16:04:44.580 [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 16:04:44.594 [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 16:04:44.595 [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 16:04:44.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 16:04:44.669 [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 16:04:44.765 [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 16:04:44.766 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.770 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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[] 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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[] 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.771 [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 16:04:44.773 [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 16:04:44.773 [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 16:04:44.774 [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 16:04:44.775 [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 16:04:44.777 [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 16:04:44.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/Types::String will be handled as its instance type java.lang.String 16:04:44.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/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 16:04:44.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/Types::Real will be handled as its instance type java.lang.Double 16:04:44.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/Types::Boolean will be handled as its instance type java.lang.Boolean 16:04:44.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/Types::Integer will be handled as its instance type java.lang.Integer 16:04:44.779 [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 16:04:44.779 [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 16:04:44.780 [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 16:04:44.780 [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 16:04:44.782 [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 16:04:44.784 [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 16:04:44.784 [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 16:04:44.784 [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 16:04:44.784 [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 16:04:44.785 [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 16:04:44.787 [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 16:04:44.787 [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 16:04:44.789 [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 16:04:44.789 [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 16:04:44.790 [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 16:04:44.790 [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 16:04:44.790 [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 16:04:44.793 [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 16:04:44.797 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:44.797 [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 16:04:44.798 [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 16:04:44.798 [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 16:04:44.798 [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 16:04:44.852 [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 16:04:44.852 [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 16:04:44.852 [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 16:04:44.852 [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 16:04:44.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 16:04:44.856 [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 16:04:44.856 [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 16:04:44.856 [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 16:04:44.856 [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 16:04:44.857 [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 16:04:44.857 [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 16:04:44.857 [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 16:04:44.857 [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 16:04:44.857 [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 16:04:44.857 [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 16:04:44.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 16:04:44.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[] 16:04:44.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 16:04:44.857 [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 16:04:44.857 [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 16:04:44.857 [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 16:04:44.857 [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 16:04:44.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 16:04:44.857 [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 16:04:44.858 [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 16:04:44.858 [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 16:04:44.858 [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 16:04:44.859 [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 16:04:44.859 [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 16:04:44.859 [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 16:04:44.859 [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 16:04:44.860 [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 16:04:44.860 [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 16:04:44.862 [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 16:04:44.863 [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 16:04:44.865 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:44.865 [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 16:04:44.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 16:04:44.866 [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 16:04:44.888 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:44.888 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:44.952 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:44.952 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:44.952 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:04:44.953 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:44.953 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:04:44.970 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:04:44.972 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:44.972 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:44.972 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:44.974 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:44.974 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:45.117 [pool-382-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11995916084525289622/test_customProfileV5[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:45.151 [pool-382-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:45.184 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:04:45.188 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:45.189 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:45.189 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:04:45.192 [pool-382-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11995916084525289622/test_customProfileV5[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:45.251 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:04:45.757 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 16:04:45.757 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:04:45.765 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:04:45.765 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s614ms [pure insertion] marking any relevant derived attributes for update...16:04:45.765 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:45.766 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:45.783 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:04:45.783 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:45.784 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:45.785 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:04:45.785 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:04:46.052 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 16:04:46.052 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:04:46.054 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:04:46.054 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s271ms [pure insertion] marking any relevant derived attributes for update...16:04:46.054 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:46.054 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:46.056 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:04:46.056 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:46.057 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:46.057 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:04:46.057 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:04:46.365 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 16:04:46.365 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:04:46.368 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:04:46.368 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s312ms [pure insertion] marking any relevant derived attributes for update...16:04:46.368 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:46.368 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:46.370 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:04:46.370 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:46.371 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:46.371 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:04:46.372 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:04:46.564 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 16:04:46.564 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:04:46.565 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:04:46.565 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s195ms [pure insertion] marking any relevant derived attributes for update...16:04:46.565 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:46.565 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:46.565 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:46.565 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:46.565 [pool-382-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:46.650 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:04:46.651 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 16:04:46.651 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.086s attempting to resolve any uninitialized derived attributes... 16:04:46.651 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:46.651 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:46.652 [pool-382-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... 16:04:46.652 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s87ms [proxy update] 16:04:46.652 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:46.652 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:46.652 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 680 ms 16:04:46.652 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 16:04:46.655 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:46.655 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:46.661 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:46.663 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 16:04:46.664 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:46.665 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 16:04:46.665 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:46.667 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:46.669 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 16:04:46.669 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:46.674 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 16:04:46.674 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 16:04:46.763 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:46.764 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:46.765 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:46.765 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:46.765 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:46.765 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:46.796 [pool-382-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11995916084525289622/test_customProfileV5[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:46.804 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:46.804 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:46.804 [pool-382-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:46.870 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:04:46.871 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 16:04:46.871 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.067s attempting to resolve any uninitialized derived attributes... 16:04:46.871 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:46.871 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:46.872 [pool-382-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... 16:04:46.872 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s68ms [proxy update] 16:04:46.872 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:46.873 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:46.874 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:46.874 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:46.888 [pool-382-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11995916084525289622/test_customProfileV5[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:46.900 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 16:04:46.903 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:46.903 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:46.903 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 16:04:46.904 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 16:04:47.223 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 16:04:47.223 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 16:04:47.224 [pool-382-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 16:04:47.224 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s324ms [pure insertion] marking any relevant derived attributes for update...16:04:47.224 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:47.225 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:47.225 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:47.225 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:47.225 [pool-382-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:47.312 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 16:04:47.314 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 24 proxy ref lists left after resolving 0 refs 16:04:47.314 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.089s attempting to resolve any uninitialized derived attributes... 16:04:47.314 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:47.314 [pool-382-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:47.314 [pool-382-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... 16:04:47.314 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s90ms [proxy update] 16:04:47.315 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:47.315 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:47.315 [pool-382-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 550 ms 16:04:47.375 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:47.375 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:47.379 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:47.379 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:47.507 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:47.511 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:47.564 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:47.565 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:47.565 [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 16:04:47.591 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:47.591 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:47.670 [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 16:04:47.670 [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 16:04:47.884 [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 16:04:47.885 [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 16:04:47.885 [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 16:04:47.890 [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 16:04:47.890 [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 16:04:47.971 [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 16:04:47.988 [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 16:04:47.988 [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 16:04:47.993 [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 16:04:47.993 [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 16:04:47.996 [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 16:04:48.055 [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 16:04:48.058 [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 16:04:48.066 [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 16:04:48.081 [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 16:04:48.082 [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 16:04:48.091 [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 16:04:48.162 [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 16:04:48.263 [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 16:04:48.264 [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 16:04:48.267 [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 16:04:48.268 [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 16:04:48.268 [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 16:04:48.269 [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 16:04:48.269 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.271 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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[] 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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[] 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.272 [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 16:04:48.274 [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 16:04:48.274 [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 16:04:48.276 [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 16:04:48.276 [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 16:04:48.276 [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 16:04:48.276 [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 16:04:48.276 [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 16:04:48.276 [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 16:04:48.276 [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 16:04:48.279 [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 16:04:48.279 [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 16:04:48.280 [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 16:04:48.280 [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 16:04:48.281 [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 16:04:48.282 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:48.282 [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 16:04:48.283 [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 16:04:48.283 [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 16:04:48.285 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:48.285 [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 16:04:48.286 [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 16:04:48.287 [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 16:04:48.287 [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 16:04:48.289 [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 16:04:48.293 [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 16:04:48.293 [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 16:04:48.293 [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 16:04:48.293 [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 16:04:48.349 [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 16:04:48.354 [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 16:04:48.354 [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 16:04:48.354 [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 16:04:48.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 16:04:48.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 16:04:48.355 [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 16:04:48.355 [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 16:04:48.355 [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 16:04:48.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 16:04:48.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 16:04:48.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 16:04:48.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[] 16:04:48.355 [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 16:04:48.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 16:04:48.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 16:04:48.355 [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 16:04:48.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 16:04:48.355 [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 16:04:48.355 [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 16:04:48.356 [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 16:04:48.356 [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 16:04:48.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 16:04:48.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 16:04:48.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 16:04:48.357 [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 16:04:48.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 16:04:48.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 16:04:48.358 [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 16:04:48.360 [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 16:04:48.360 [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 16:04:48.360 [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 16:04:48.361 [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 16:04:48.361 [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 16:04:48.381 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:48.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:48.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:48.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:04:48.391 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:48.392 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:48.392 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:04:48.466 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:04:48.467 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:48.467 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:48.468 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:48.469 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:48.469 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:48.585 [pool-389-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit14136274472371035677/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:48.596 [pool-389-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:48.621 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:04:48.625 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:48.625 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:48.625 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:04:48.628 [pool-389-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit14136274472371035677/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:48.658 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:04:49.058 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 16:04:49.058 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:04:49.062 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:04:49.062 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s466ms [pure insertion] marking any relevant derived attributes for update...16:04:49.062 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:49.063 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:49.154 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:04:49.154 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:49.155 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:49.155 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:04:49.155 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:04:49.334 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 16:04:49.334 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:04:49.336 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:04:49.336 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s182ms [pure insertion] marking any relevant derived attributes for update...16:04:49.336 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:49.336 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:49.349 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:04:49.349 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:49.350 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:49.350 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:04:49.351 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:04:49.554 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 16:04:49.554 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:04:49.555 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:04:49.555 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s206ms [pure insertion] marking any relevant derived attributes for update...16:04:49.555 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:49.555 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:49.557 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:04:49.557 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:49.558 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:49.558 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:04:49.559 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:04:49.784 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 16:04:49.784 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:04:49.791 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:04:49.791 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s234ms [pure insertion] marking any relevant derived attributes for update...16:04:49.791 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:49.791 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:49.793 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:49.793 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:49.793 [pool-389-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:49.890 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:04:49.892 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 16:04:49.892 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.099s attempting to resolve any uninitialized derived attributes... 16:04:49.892 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:49.892 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:49.892 [pool-389-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... 16:04:49.892 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s99ms [proxy update] 16:04:49.892 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:49.893 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:49.893 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 426 ms 16:04:49.893 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 16:04:49.896 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:49.896 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:49.955 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 16:04:49.955 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:49.958 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:49.960 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 16:04:49.960 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:49.962 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 16:04:49.962 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:49.965 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.2 to http://www.eclipse.org/uml2/5.0.0/UML 16:04:49.971 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 16:04:49.971 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 16:04:50.076 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///tmp/junit7370377990294564301/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:50.078 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:50.078 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:50.078 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:50.079 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:50.079 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:50.108 [pool-389-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit14136274472371035677/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:50.155 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:50.155 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:50.155 [pool-389-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:50.183 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:04:50.185 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 16:04:50.185 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.03s attempting to resolve any uninitialized derived attributes... 16:04:50.185 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:50.185 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:50.185 [pool-389-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... 16:04:50.185 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s31ms [proxy update] 16:04:50.186 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:50.191 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:50.192 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:50.192 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:50.256 [pool-389-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit14136274472371035677/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:50.266 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml... 16:04:50.268 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:50.268 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:50.268 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml... 16:04:50.269 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml 16:04:50.880 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 16:04:50.880 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml 16:04:50.882 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 16:04:50.882 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml. 0s616ms [pure insertion] marking any relevant derived attributes for update...16:04:50.882 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:50.883 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:50.885 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml... 16:04:50.885 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:50.886 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:50.886 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml... 16:04:50.886 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml 16:04:51.176 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 16:04:51.176 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml 16:04:51.177 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:04:51.177 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml. 0s292ms [pure insertion] marking any relevant derived attributes for update...16:04:51.177 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:51.178 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:51.181 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml... 16:04:51.181 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:51.182 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:51.183 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml... 16:04:51.183 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml 16:04:52.186 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec) 16:04:52.186 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml 16:04:52.251 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 16:04:52.251 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml. 1s70ms [pure insertion] marking any relevant derived attributes for update...16:04:52.251 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:52.251 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:52.254 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /zoo/model.uml... 16:04:52.254 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:52.255 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:52.255 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /zoo/model.uml... 16:04:52.255 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /zoo/model.uml 16:04:52.505 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec) 16:04:52.505 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /zoo/model.uml 16:04:52.507 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 16:04:52.507 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /zoo/model.uml. 0s253ms [pure insertion] marking any relevant derived attributes for update...16:04:52.507 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:52.507 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:52.512 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 16:04:52.512 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:52.513 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:52.513 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml... 16:04:52.513 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 16:04:52.682 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 16:04:52.682 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 16:04:52.683 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 16:04:52.683 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml. 0s171ms [pure insertion] marking any relevant derived attributes for update...16:04:52.683 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:52.683 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:52.683 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:52.683 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:52.683 [pool-389-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:52.766 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/109 proxy references (0 sec total) 16:04:52.775 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 70 proxy ref lists left after resolving 39 refs 16:04:52.775 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.092s attempting to resolve any uninitialized derived attributes... 16:04:52.775 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:52.775 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:52.775 [pool-389-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... 16:04:52.775 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s93ms [proxy update] 16:04:52.776 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:52.776 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:52.776 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 698 ms 16:04:52.787 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:52.850 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:52.851 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:52.851 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:52.887 [pool-389-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit14136274472371035677/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:52.906 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 16:04:52.911 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:52.911 [pool-389-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:52.981 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 16:04:52.988 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 16:04:52.988 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:04:52.988 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml... 16:04:52.990 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml 16:04:52.995 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.005s 16:04:53.084 [pool-389-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit14136274472371035677/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:53.096 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 16:04:53.681 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 16:04:53.681 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 16:04:53.682 [pool-389-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 16:04:53.682 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml. 0s776ms [pure insertion] marking any relevant derived attributes for update...16:04:53.682 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:53.683 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:53.684 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:53.684 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:53.684 [pool-389-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:53.728 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/74 proxy references (0 sec total) 16:04:53.731 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 73 proxy ref lists left after resolving 1 refs 16:04:53.731 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.047s attempting to resolve any uninitialized derived attributes... 16:04:53.731 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:53.731 [pool-389-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:53.732 [pool-389-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... 16:04:53.732 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s48ms [proxy update] 16:04:53.732 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:53.732 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:53.732 [pool-389-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 945 ms 16:04:53.755 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:53.755 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///tmp/junit7370377990294564301/:org.eclipse.hawk.localfolder.LocalFolder:false 16:04:53.757 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:53.757 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:53.804 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:53.807 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 16:04:54.091 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:04:54.093 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:54.093 [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 16:04:54.113 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:04:54.113 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:04:54.201 [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 16:04:54.201 [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 16:04:54.221 [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 16:04:54.222 [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 16:04:54.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::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 16:04:54.292 [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 16:04:54.292 [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 16:04:54.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::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 16:04:54.352 [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 16:04:54.355 [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 16:04:54.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 16:04:54.361 [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 16:04:54.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/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind 16:04:54.461 [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 16:04:54.463 [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 16:04:54.474 [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 16:04:54.492 [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 16:04:54.591 [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 16:04:54.591 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.595 [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 16:04:54.596 [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 16:04:54.596 [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 16:04:54.596 [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 16:04:54.596 [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[] 16:04:54.596 [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 16:04:54.596 [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 16:04:54.596 [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 16:04:54.596 [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 16:04:54.596 [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 16:04:54.596 [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 16:04:54.596 [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 16:04:54.596 [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 16:04:54.596 [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 16:04:54.596 [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 16:04:54.597 [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 16:04:54.597 [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 16:04:54.597 [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 16:04:54.597 [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 16:04:54.597 [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 16:04:54.597 [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 16:04:54.597 [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 16:04:54.597 [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[] 16:04:54.597 [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 16:04:54.597 [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 16:04:54.597 [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 16:04:54.597 [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 16:04:54.597 [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 16:04:54.597 [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 16:04:54.597 [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 16:04:54.597 [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 16:04:54.597 [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 16:04:54.597 [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 16:04:54.597 [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 16:04:54.597 [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 16:04:54.598 [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 16:04:54.598 [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 16:04:54.598 [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 16:04:54.598 [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 16:04:54.598 [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 16:04:54.599 [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 16:04:54.599 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:54.599 [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 16:04:54.599 [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 16:04:54.658 [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 16:04:54.658 [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 16:04:54.659 [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 16:04:54.660 [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 16:04:54.660 [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 16:04:54.663 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 16:04:54.663 [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 16:04:54.663 [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 16:04:54.664 [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 16:04:54.664 [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 16:04:54.666 [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 16:04:54.666 [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 16:04:54.666 [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 16:04:54.667 [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 16:04:54.668 [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 16:04:54.670 [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 16:04:54.675 [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 16:04:54.675 [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 16:04:54.675 [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 16:04:54.676 [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 16:04:54.677 [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 16:04:54.679 [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 16:04:54.679 [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 16:04:54.679 [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 16:04:54.679 [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 16:04:54.679 [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 16:04:54.683 [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 16:04:54.684 [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 16:04:54.684 [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 16:04:54.684 [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 16:04:54.685 [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 16:04:54.685 [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 16:04:54.685 [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 16:04:54.685 [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 16:04:54.685 [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 16:04:54.685 [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 16:04:54.685 [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 16:04:54.685 [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[] 16:04:54.685 [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 16:04:54.685 [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 16:04:54.685 [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 16:04:54.685 [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 16:04:54.685 [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 16:04:54.685 [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 16:04:54.685 [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 16:04:54.686 [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 16:04:54.686 [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 16:04:54.686 [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 16:04:54.687 [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 16:04:54.687 [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 16:04:54.688 [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 16:04:54.688 [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 16:04:54.688 [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 16:04:54.689 [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 16:04:54.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 16:04:54.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 16:04:54.692 [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 16:04:54.693 [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 16:04:54.694 [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 16:04:54.697 [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 16:04:54.697 [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 16:04:54.770 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:04:54.770 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:04:54.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:04:54.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:04:54.782 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:54.783 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:54.783 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:04:54.858 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 16:04:54.860 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:54.860 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:54.860 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:54.863 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:54.863 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:55.008 [pool-396-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit17553906944174484122/test_workspaceCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:55.023 [pool-396-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:55.092 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 16:04:55.151 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:55.152 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:55.152 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 16:04:55.157 [pool-396-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit17553906944174484122/test_workspaceCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:55.174 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 16:04:55.665 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 16:04:55.665 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 16:04:55.670 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 16:04:55.670 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s647ms [pure insertion] marking any relevant derived attributes for update...16:04:55.670 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:55.671 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:55.674 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 16:04:55.674 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:55.675 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:55.675 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 16:04:55.675 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 16:04:55.995 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 16:04:55.995 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 16:04:56.055 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 16:04:56.056 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s382ms [pure insertion] marking any relevant derived attributes for update...16:04:56.056 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:56.056 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:56.059 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 16:04:56.059 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:56.060 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:56.060 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 16:04:56.060 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 16:04:56.279 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 16:04:56.279 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 16:04:56.280 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 16:04:56.280 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s221ms [pure insertion] marking any relevant derived attributes for update...16:04:56.280 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:56.281 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:56.359 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 16:04:56.359 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:56.360 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:56.360 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 16:04:56.361 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 16:04:56.524 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 16:04:56.524 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 16:04:56.525 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 16:04:56.525 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s166ms [pure insertion] marking any relevant derived attributes for update...16:04:56.525 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:04:56.526 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:04:56.526 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:56.526 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:56.526 [pool-396-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:56.582 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 16:04:56.583 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 16:04:56.583 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.057s attempting to resolve any uninitialized derived attributes... 16:04:56.583 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:56.583 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:56.584 [pool-396-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... 16:04:56.584 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s58ms [proxy update] 16:04:56.584 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:56.584 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:56.584 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 724 ms 16:04:56.765 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false 16:04:56.767 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:56.767 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:04:56.770 [pool-396-thread-1] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 3 ms 16:04:56.770 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:04:56.771 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:04:56.771 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:04:56.797 [pool-396-thread-1] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit17553906944174484122/test_workspaceCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 16:04:56.805 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 16:04:56.851 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:56.851 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:56.851 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 16:04:56.851 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 16:04:57.217 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 16:04:57.217 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 16:04:57.222 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 16:04:57.223 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s418ms [pure insertion] marking any relevant derived attributes for update...16:04:57.223 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:57.223 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:57.224 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 16:04:57.224 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:04:57.225 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:04:57.225 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 16:04:57.225 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 16:04:57.754 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 16:04:57.754 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 16:04:57.755 [pool-396-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:04:57.755 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s531ms [pure insertion] marking any relevant derived attributes for update...16:04:57.755 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:04:57.755 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:04:57.755 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:04:57.755 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:04:57.755 [pool-396-thread-1] WARN org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 16:04:57.834 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 16:04:57.879 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 20 proxy ref lists left after resolving 30 refs 16:04:57.879 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.124s attempting to resolve any uninitialized derived attributes... 16:04:57.879 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:04:57.879 [pool-396-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:04:57.880 [pool-396-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... 16:04:57.880 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s125ms [proxy update] 16:04:57.880 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:04:57.880 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:04:57.880 [pool-396-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 113 ms 16:04:57.880 [pool-396-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17553906944174484122/test_workspaceCrosslinks[Neo4j]/db 16:04:57.893 [pool-396-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17553906944174484122/test_workspaceCrosslinks[Neo4j]/db 16:04:57.903 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:04:57.903 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false 16:04:57.905 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:04:57.905 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:04:58.083 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:04:58.087 [main] INFO org.eclipse.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 135.622 s - in org.eclipse.hawk.neo4jv2.tests.Neo4J2IntegrationTestSuite set0[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 34.584 s tree[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.728 s treeWithSpaces[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.589 s treeCrossResourceContainment[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.711 s derivedEdgeCollection[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.675 s deriveThenAdd[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.695 s derivedEdgeSingle[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.54 s addThenIndex[Neo4j](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.79 s lookupWithIndex[Neo4j](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.607 s lookupWithoutIndex[Neo4j](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.695 s eContainersIsUpdatedRoot[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest) Time elapsed: 1.27 s queryEnumValues[Neo4j](org.eclipse.hawk.integration.tests.emf.EnumSupportTest) Time elapsed: 0.532 s metamodels[Neo4j](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.602 s elephantResolve[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 4.715 s zoo[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 1.672 s metamodel[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 1.692 s zoo[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 11.194 s bpmn[Neo4j](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest) Time elapsed: 0.833 s instanceCountsAllOf[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.585 s listFiles[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.498 s instanceCounts[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.498 s reverseRefs[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.513 s forwardRefs[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.66 s allContents[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 7.816 s subtreeTraversalScoping[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 6.344 s getAllOf[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 5.996 s getFiles[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 5.042 s getAllOfCountsSubtypes[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 3.036 s addChild[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.688 s addModel[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.496 s renameRoot[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.494 s eContainer[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.352 s removeChild[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.657 s renameChild[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.617 s upgradeModelProfileVersion[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 6.285 s stereotypeAsModel[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 4.692 s localfolderCrosslinks[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.701 s zoo[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.599 s indexLibraries[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.325 s customProfileV4[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.502 s customProfileV5[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.217 s modelProfileInsideRepository[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 6.298 s workspaceCrosslinks[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Time elapsed: 4.278 s Results: Tests run: 86, Failures: 0, Errors: 0, Skipped: 2 16:04:58.406 [Thread-4] INFO org.eclipse.hawk.neo4j_v2.util.Neo4JBatchUtil - SHUTDOWN HOOK INVOKED: (took ~0s to commit changes) [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: #00FF00, 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 Finished: SUCCESS