Branch indexing > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git://git.eclipse.org/gitroot/hawk/hawk.git > git config remote.origin.url git://git.eclipse.org/gitroot/hawk/hawk.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/552362-commit-messages Seen branch in repository origin/552698-git Seen branch in repository origin/master Seen 3 remote branches Obtained neo4j2/Jenkinsfile from ccf6270c43d138784090a89fa8725d42d6e13b6c Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: hawk/hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv [Normal][hawk/hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv][Scheduled] Successfully assigned hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv to osnode-21.eclipse.org [Normal][hawk/hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "jenkins-home" [Normal][hawk/hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" [Normal][hawk/hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "m2-repo" [Normal][hawk/hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" [Normal][hawk/hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-xml" [Normal][hawk/hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-security-xml" [Normal][hawk/hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "toolchains-xml" [Normal][hawk/hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-tm47h" [Normal][hawk/hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine Still waiting to schedule task ‘hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv’ is offline [Normal][hawk/hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv][Created] Created container [Normal][hawk/hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv][Started] Started container [Normal][hawk/hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv][Pulled] Container image "maven:3.6.3-jdk-8" already present on machine [Normal][hawk/hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv][Created] Created container [Normal][hawk/hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv][Started] Started container Agent hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv is provisioned from template Hawk_Neo4j_support_master_123-fbhdt-t056w --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Neo4j%20support/job/master/123/" runUrl: "job/Hawk%20Neo4j%20support/job/master/123/" labels: jenkins: "slave" jenkins/label: "Hawk_Neo4j_support_master_123-fbhdt" name: "hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv" spec: containers: - 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-123-fbhdt-t056w-xv3sv" - name: "JENKINS_NAME" value: "hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv" - 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.2.1" name: "jnlp" resources: requests: cpu: "100m" memory: "256Mi" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - command: - "cat" env: - name: "MAVEN_OPTS" value: "-Duser.home=/home/jenkins -Xms256m -Xmx512m" - name: "HOME" value: "/home/jenkins" image: "maven:3.6.3-jdk-8" 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 nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} 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" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "jenkins-home" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on hawk-neo4j-support-master-123-fbhdt-t056w-xv3sv in /home/jenkins/agent/workspace/Hawk_Neo4j_support_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential projects-storage.eclipse.org-bot-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git://git.eclipse.org/gitroot/hawk/hawk.git > git init /home/jenkins/agent/workspace/Hawk_Neo4j_support_master # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/hawk/hawk.git > git --version # timeout=10 using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org > git fetch --no-tags --force --progress -- git://git.eclipse.org/gitroot/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/hawk/hawk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/hawk/hawk.git # timeout=10 Fetching without tags Checking out Revision ccf6270c43d138784090a89fa8725d42d6e13b6c (master) Fetching upstream changes from git://git.eclipse.org/gitroot/hawk/hawk.git using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org > git fetch --no-tags --force --progress -- git://git.eclipse.org/gitroot/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ccf6270c43d138784090a89fa8725d42d6e13b6c # timeout=10 Commit message: "EOLQueryEngine: further cleanup after execution" > git rev-list --no-walk 2a18a396bd719b1f2f1188e215300b201e242601 # 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 Jul 06, 2020 12:59:01 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Jul 06, 2020 12:59:01 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 06, 2020 12:59:09 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Jul 06, 2020 12:59:09 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 06, 2020 12:59:28 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Jul 06, 2020 12:59:28 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 06, 2020 12:59:37 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Jul 06, 2020 12:59:37 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 06, 2020 12:59:43 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Jul 06, 2020 12:59:43 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [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 Running org.eclipse.hawk.neo4jv2.tests.Neo4J2BackendTestSuite 13:06:29.021 [main] ERROR o.e.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) ~[na:na] at org.neo4j.index.impl.lucene.LuceneTransaction$DeletedTxDataBoth.added(LuceneTransaction.java:465) ~[na:na] at org.neo4j.index.impl.lucene.LuceneTransaction.addedTxDataOrNull(LuceneTransaction.java:230) ~[na:na] at org.neo4j.index.impl.lucene.LuceneTransaction.getAdditionsAsSearcher(LuceneTransaction.java:548) ~[na:na] at org.neo4j.index.impl.lucene.LuceneIndex.query(LuceneIndex.java:282) ~[na:na] at org.neo4j.index.impl.lucene.LuceneIndex.query(LuceneIndex.java:251) ~[na:na] at org.eclipse.hawk.neo4j_v2.util.Neo4JNodeIndex.lambda$1(Neo4JNodeIndex.java:90) ~[org.eclipse.hawk.neo4j-v2-2.1.0-SNAPSHOT.jar:na] at org.eclipse.hawk.neo4j_v2.util.Neo4JIterable.size(Neo4JIterable.java:58) ~[org.eclipse.hawk.neo4j-v2-2.1.0-SNAPSHOT.jar:na] at org.eclipse.hawk.backend.tests.IndexTest.indexDeletionRollback(IndexTest.java:736) [org.eclipse.hawk.backend.tests-2.1.0-SNAPSHOT.jar:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_252] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_252] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_252] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_252] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.Suite.runChild(Suite.java:128) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.Suite.runChild(Suite.java:27) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.Suite.runChild(Suite.java:128) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.Suite.runChild(Suite.java:27) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [org.junit-4.13.0.v20200204-1500.jar:4.13] at com.github.peterwippermann.junit4.parameterizedsuite.ParameterizedSuite.runChild(ParameterizedSuite.java:172) [parameterized-suite-1.1.0.jar:na] at com.github.peterwippermann.junit4.parameterizedsuite.ParameterizedSuite.runChild(ParameterizedSuite.java:38) [parameterized-suite-1.1.0.jar:na] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [org.junit-4.13.0.v20200204-1500.jar:4.13] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [org.eclipse.tycho.surefire.junit4-1.7.0.jar:na] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [org.eclipse.tycho.surefire.junit4-1.7.0.jar:na] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [org.eclipse.tycho.surefire.junit4-1.7.0.jar:na] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [org.eclipse.tycho.surefire.junit4-1.7.0.jar:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_252] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_252] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_252] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_252] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [surefire-api-2.22.0.jar:2.22.0] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [surefire-booter-2.22.0.jar:2.22.0] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [surefire-booter-2.22.0.jar:2.22.0] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113) [org.eclipse.tycho.surefire.osgibooter-1.7.0.jar:na] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) [org.eclipse.tycho.surefire.osgibooter-1.7.0.jar:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_252] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_252] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_252] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_252] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593) [org.eclipse.equinox.app-1.4.400.v20191212-0743.jar:na] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) [org.eclipse.equinox.app-1.4.400.v20191212-0743.jar:na] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [org.eclipse.osgi-3.15.200.v20200214-1600.jar:na] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [org.eclipse.osgi-3.15.200.v20200214-1600.jar:na] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) [org.eclipse.osgi-3.15.200.v20200214-1600.jar:na] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [org.eclipse.osgi-3.15.200.v20200214-1600.jar:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_252] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_252] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_252] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_252] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657) [org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar:na] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594) [org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar:na] at org.eclipse.equinox.launcher.Main.run(Main.java:1447) [org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar:na] at org.eclipse.equinox.launcher.Main.main(Main.java:1420) [org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar:na] Tests run: 42, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 446.598 s - in org.eclipse.hawk.neo4jv2.tests.Neo4J2BackendTestSuite addThenReuseIterable[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 16.353 s getMultipleMatches[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 18.639 s invalidIndexNames[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 23.7 s doubleExact[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 17.602 s removeByFullKey[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 15.458 s removeByNode[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 14.692 s removeByFieldNode[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 18.101 s indexNodeDeletionRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 16.242 s integerRanges[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 17.316 s integerExact[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 16.369 s indexKeyAdditionRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 6.259 s removeByNodeMultipleIndicesRemoveAll[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 12.567 s removeByNodeMultipleIndicesRemoveOne[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 15.687 s addPreservesPriorValue[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 16.47 s addNullMap[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 15.651 s query[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 15.857 s removeByNode3Arg[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 14.047 s removeByFullKeyInt[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 8.373 s nodeDelete[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 7.535 s queryWithPipes[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 7.327 s addNullValue[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 6.304 s removeByValueNode[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) skipped indexDeletionRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 17.098 s deleteRecreate[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 16.374 s floatingRanges[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 17.418 s removeByFullKeyDouble[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 11.473 s indexKeyRemovalRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 4.754 s testStartTransaction[Parameters are Neo4j](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 6.136 s testStartDelete[Parameters are Neo4j](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 9.254 s testStartShutdown[Parameters are Neo4j](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 3.858 s twoNodesBatchRemoveRel[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) skipped oneNode[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 2.954 s oneNodeProperty[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 3.547 s oneNodeRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 2.847 s oneNodeRemoveRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 3.179 s escapeInvalidClassCharacters[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 3.571 s escapeInvalidCharactersEdges[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 9.102 s escapeInvalidFieldCharacters[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 4.313 s twoNodesBatch[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 5.424 s oneNodeRemove[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 3.095 s oneNodeBatch[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 4.515 s threeNodesRemoveMiddle[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 2.972 s Running org.eclipse.hawk.neo4jv2.tests.Neo4J2IntegrationTestSuite 13:08:41.118 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:08:41.255 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:08:41.255 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:08:41.257 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:08:41.257 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:08:41.294 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:08:41.295 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:08:41.297 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:08:41.298 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:08:41.298 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: 13:08:41.298 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:08:41.298 [pool-105-thread-1] INFO o.e.h.c.r.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 13:08:41.299 [pool-105-thread-1] INFO o.e.h.c.r.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 13:08:41.725 [main] INFO o.e.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] 13:08:41.725 [main] INFO o.e.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] 13:08:41.725 [main] INFO o.e.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 13:08:41.794 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:08:41.794 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:08:41.920 [main] WARN o.e.h.g.u.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 13:08:41.920 [main] WARN o.e.h.g.u.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 13:08:41.920 [main] WARN o.e.h.g.u.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 13:08:41.922 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 13:08:41.941 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 13:08:41.943 [main] WARN o.e.h.g.u.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 13:08:41.999 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 13:08:42.001 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 13:08:42.018 [main] WARN o.e.h.g.u.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 13:08:42.025 [main] WARN o.e.h.g.u.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 13:08:42.025 [main] WARN o.e.h.g.u.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 13:08:42.036 [main] WARN o.e.h.g.u.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 13:08:42.167 [main] WARN o.e.h.g.u.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 13:08:42.168 [main] WARN o.e.h.g.u.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 13:08:42.168 [main] WARN o.e.h.g.u.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 13:08:42.168 [main] WARN o.e.h.g.u.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[] 13:08:42.168 [main] WARN o.e.h.g.u.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 13:08:42.174 [main] WARN o.e.h.g.u.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 13:08:42.176 [main] WARN o.e.h.g.u.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 13:08:42.177 [main] WARN o.e.h.g.u.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 13:08:42.177 [main] WARN o.e.h.g.u.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 13:08:42.177 [main] WARN o.e.h.g.u.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 13:08:42.177 [main] WARN o.e.h.g.u.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 13:08:42.178 [main] WARN o.e.h.g.u.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 13:08:42.178 [main] WARN o.e.h.g.u.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 13:08:42.178 [main] WARN o.e.h.g.u.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 13:08:42.178 [main] WARN o.e.h.g.u.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 13:08:42.178 [main] WARN o.e.h.g.u.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 13:08:42.179 [main] WARN o.e.h.g.u.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 13:08:42.179 [main] WARN o.e.h.g.u.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 13:08:42.179 [main] WARN o.e.h.g.u.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 13:08:42.179 [main] WARN o.e.h.g.u.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 13:08:42.179 [main] WARN o.e.h.g.u.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 13:08:42.195 [main] WARN o.e.h.g.u.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 13:08:42.195 [main] WARN o.e.h.g.u.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 13:08:42.196 [main] WARN o.e.h.g.u.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 13:08:42.196 [main] WARN o.e.h.g.u.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 13:08:42.197 [main] WARN o.e.h.g.u.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 13:08:42.197 [main] WARN o.e.h.g.u.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 13:08:42.197 [main] WARN o.e.h.g.u.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 13:08:42.197 [main] WARN o.e.h.g.u.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 13:08:42.197 [main] WARN o.e.h.g.u.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 13:08:42.197 [main] WARN o.e.h.g.u.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 13:08:42.198 [main] WARN o.e.h.g.u.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 13:08:42.198 [main] WARN o.e.h.g.u.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 13:08:42.354 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 13:08:42.354 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:08:42.605 [main] INFO o.e.h.c.r.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 13:08:42.607 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:08:42.607 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:08:42.864 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:08:42.866 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:08:42.866 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:08:45.533 [pool-105-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit253917228105705229/test_set0[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:08:47.006 [pool-105-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:08:47.593 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:08:47.833 [pool-105-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:08:47.834 [pool-105-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:08:47.835 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:08:48.459 [pool-105-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit253917228105705229/test_set0[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:08:48.468 [pool-105-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:08:48.704 [pool-105-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 13:08:56.216 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding nodes: 50001 7 sec (7 sec total) to /set0.xmi 13:08:57.714 [pool-105-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69680 NODES AND 69680 M->MM REFERENCES! (took ~126922sec) 13:08:57.714 [pool-105-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:08:58.696 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding references: 50035 0 sec (0 sec total) to /set0.xmi 13:08:58.933 [pool-105-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69806 REFERENCES! (took ~1 sec) 13:08:58.933 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 11s929ms [pure insertion] marking any relevant derived attributes for update...13:08:58.934 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s85ms 13:08:59.019 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s85ms 13:08:59.020 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:08:59.020 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:08:59.020 [pool-105-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:09:01.236 [pool-105-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:09:01.236 [pool-105-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.216s attempting to resolve any uninitialized derived attributes... 13:09:01.236 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:09:01.236 [pool-105-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:09:01.237 [pool-105-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:09:01.237 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s218ms [proxy update] 13:09:01.238 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:09:01.239 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /set0.xmi sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 69680 d elems 0 time ~18s validating changes... changed resource size: 69680 relevant graph size: 69680 validated changes... true 13:09:08.822 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 26 s 215 ms 13:09:09.003 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:09:09.003 [main] INFO o.e.h.c.r.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 13:09:09.005 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:09.005 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:09:10.154 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:09:10.158 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:09:11.656 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:09:11.657 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:11.657 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:09:11.658 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:09:11.658 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:09:11.658 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:09:11.658 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:09:11.659 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:09:11.659 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:09:11.659 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:09:11.659 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:09:11.659 [main] INFO o.e.h.c.r.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 13:09:11.660 [pool-112-thread-1] INFO o.e.h.c.r.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 13:09:11.666 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:09:11.666 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:09:11.731 [main] WARN o.e.h.g.u.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 13:09:11.731 [main] WARN o.e.h.g.u.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 13:09:11.733 [main] WARN o.e.h.g.u.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 13:09:11.737 [main] WARN o.e.h.g.u.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 13:09:11.738 [main] WARN o.e.h.g.u.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 13:09:11.738 [main] WARN o.e.h.g.u.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 13:09:11.738 [main] WARN o.e.h.g.u.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 13:09:11.738 [main] WARN o.e.h.g.u.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 13:09:11.738 [main] WARN o.e.h.g.u.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 13:09:11.738 [main] WARN o.e.h.g.u.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 13:09:11.738 [main] WARN o.e.h.g.u.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 13:09:11.738 [main] WARN o.e.h.g.u.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 13:09:11.738 [main] WARN o.e.h.g.u.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 13:09:11.738 [main] WARN o.e.h.g.u.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 13:09:11.738 [main] WARN o.e.h.g.u.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[] 13:09:11.738 [main] WARN o.e.h.g.u.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 13:09:11.740 [main] WARN o.e.h.g.u.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 13:09:11.740 [main] WARN o.e.h.g.u.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 13:09:11.740 [main] WARN o.e.h.g.u.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 13:09:11.740 [main] WARN o.e.h.g.u.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 13:09:11.740 [main] WARN o.e.h.g.u.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 13:09:11.740 [main] WARN o.e.h.g.u.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 13:09:11.740 [main] WARN o.e.h.g.u.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 13:09:11.740 [main] WARN o.e.h.g.u.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 13:09:11.744 [main] WARN o.e.h.g.u.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 13:09:11.745 [main] WARN o.e.h.g.u.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 13:09:11.745 [main] WARN o.e.h.g.u.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 13:09:11.745 [main] WARN o.e.h.g.u.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 13:09:11.745 [main] WARN o.e.h.g.u.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 13:09:11.745 [main] WARN o.e.h.g.u.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 13:09:11.745 [main] WARN o.e.h.g.u.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 13:09:11.745 [main] WARN o.e.h.g.u.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 13:09:11.745 [main] WARN o.e.h.g.u.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 13:09:11.776 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:09:11.848 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 13:09:11.848 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:09:12.114 [main] INFO o.e.h.c.r.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 13:09:12.116 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:12.116 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:09:12.118 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:09:12.119 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:09:12.119 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:09:14.001 [pool-112-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5545339254406759105/test_tree[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:09:14.010 [pool-112-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:09:16.023 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:09:16.256 [pool-112-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:09:16.257 [pool-112-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:09:16.257 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:09:16.917 [pool-112-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5545339254406759105/test_tree[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:09:16.924 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:09:16.926 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 13:09:16.926 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:09:16.926 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:09:16.926 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 2s916ms [pure insertion] marking any relevant derived attributes for update...13:09:16.926 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s31ms 13:09:16.957 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s31ms 13:09:16.957 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:09:16.957 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:09:16.957 [pool-112-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:09:18.757 [pool-112-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:09:18.757 [pool-112-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.8s attempting to resolve any uninitialized derived attributes... 13:09:18.757 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:09:18.757 [pool-112-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:09:18.758 [pool-112-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:09:18.758 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s801ms [proxy update] 13:09:18.758 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:09:18.758 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~6s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 13:09:18.798 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 682 ms 13:09:18.813 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:09:18.814 [main] INFO o.e.h.c.r.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 13:09:18.815 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:18.815 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:09:19.494 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:09:19.497 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:09:21.641 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:09:21.643 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:21.643 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:09:21.643 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:09:21.643 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:09:21.643 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:09:21.643 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:09:21.644 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:09:21.644 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:09:21.644 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:09:21.644 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:09:21.644 [pool-119-thread-1] INFO o.e.h.c.r.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 13:09:21.645 [pool-119-thread-1] INFO o.e.h.c.r.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 13:09:21.649 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:09:21.649 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:09:21.751 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:09:21.777 [main] WARN o.e.h.g.u.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 13:09:21.779 [main] WARN o.e.h.g.u.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 13:09:21.779 [main] WARN o.e.h.g.u.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 13:09:21.779 [main] WARN o.e.h.g.u.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 13:09:21.781 [main] WARN o.e.h.g.u.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 13:09:21.781 [main] WARN o.e.h.g.u.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 13:09:21.781 [main] WARN o.e.h.g.u.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 13:09:21.781 [main] WARN o.e.h.g.u.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 13:09:21.782 [main] WARN o.e.h.g.u.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 13:09:21.783 [main] WARN o.e.h.g.u.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 13:09:21.783 [main] WARN o.e.h.g.u.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 13:09:21.783 [main] WARN o.e.h.g.u.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 13:09:21.783 [main] WARN o.e.h.g.u.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 13:09:21.783 [main] WARN o.e.h.g.u.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 13:09:21.783 [main] WARN o.e.h.g.u.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 13:09:21.783 [main] WARN o.e.h.g.u.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 13:09:21.783 [main] WARN o.e.h.g.u.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 13:09:21.783 [main] WARN o.e.h.g.u.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 13:09:21.783 [main] WARN o.e.h.g.u.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 13:09:21.783 [main] WARN o.e.h.g.u.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 13:09:21.783 [main] WARN o.e.h.g.u.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 13:09:21.784 [main] WARN o.e.h.g.u.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 13:09:21.784 [main] WARN o.e.h.g.u.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 13:09:21.785 [main] WARN o.e.h.g.u.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 13:09:21.785 [main] WARN o.e.h.g.u.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 13:09:21.785 [main] WARN o.e.h.g.u.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 13:09:21.785 [main] WARN o.e.h.g.u.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 13:09:21.786 [main] WARN o.e.h.g.u.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 13:09:21.786 [main] WARN o.e.h.g.u.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 13:09:21.786 [main] WARN o.e.h.g.u.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 13:09:21.786 [main] WARN o.e.h.g.u.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 13:09:21.787 [main] WARN o.e.h.g.u.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[] 13:09:21.787 [main] WARN o.e.h.g.u.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 13:09:21.866 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 13:09:21.867 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:09:22.055 [main] INFO o.e.h.c.r.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 13:09:22.056 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:22.056 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:09:22.058 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:09:22.059 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:09:22.059 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:09:23.827 [pool-119-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3423921862688262532/test_treeWithSpaces[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:09:23.834 [pool-119-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:09:24.522 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 13:09:24.794 [pool-119-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:09:24.795 [pool-119-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:09:24.795 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model... 13:09:25.554 [pool-119-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3423921862688262532/test_treeWithSpaces[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:09:25.561 [pool-119-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model 13:09:25.562 [pool-119-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:09:25.562 [pool-119-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 13:09:25.562 [pool-119-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:09:25.562 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model. 1s728ms [pure insertion] marking any relevant derived attributes for update...13:09:25.562 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s35ms 13:09:25.597 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s35ms 13:09:25.597 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:09:25.597 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:09:25.597 [pool-119-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:09:27.455 [pool-119-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:09:27.456 [pool-119-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.859s attempting to resolve any uninitialized derived attributes... 13:09:27.456 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:09:27.456 [pool-119-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:09:27.456 [pool-119-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:09:27.456 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s860ms [proxy update] 13:09:27.457 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:09:27.457 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree%20with%20spaces/space%20tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~5s validating changes... changed resource size: 1 relevant graph size: 1 validated changes... true 13:09:27.460 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 404 ms 13:09:27.469 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:09:27.469 [main] INFO o.e.h.c.r.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 13:09:27.471 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:27.471 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:09:28.309 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:09:28.312 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:09:30.072 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:09:30.074 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:30.074 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:09:30.074 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:09:30.074 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:09:30.074 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:09:30.074 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:09:30.075 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:09:30.075 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:09:30.075 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:09:30.075 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:09:30.075 [pool-126-thread-1] INFO o.e.h.c.r.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 13:09:30.075 [pool-126-thread-1] INFO o.e.h.c.r.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 13:09:30.080 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:09:30.080 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:09:30.174 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:09:30.199 [main] WARN o.e.h.g.u.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 13:09:30.199 [main] WARN o.e.h.g.u.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 13:09:30.200 [main] WARN o.e.h.g.u.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 13:09:30.200 [main] WARN o.e.h.g.u.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 13:09:30.200 [main] WARN o.e.h.g.u.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 13:09:30.200 [main] WARN o.e.h.g.u.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 13:09:30.200 [main] WARN o.e.h.g.u.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 13:09:30.200 [main] WARN o.e.h.g.u.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 13:09:30.200 [main] WARN o.e.h.g.u.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 13:09:30.201 [main] WARN o.e.h.g.u.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 13:09:30.201 [main] WARN o.e.h.g.u.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 13:09:30.202 [main] WARN o.e.h.g.u.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 13:09:30.204 [main] WARN o.e.h.g.u.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 13:09:30.204 [main] WARN o.e.h.g.u.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 13:09:30.204 [main] WARN o.e.h.g.u.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 13:09:30.204 [main] WARN o.e.h.g.u.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 13:09:30.204 [main] WARN o.e.h.g.u.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 13:09:30.205 [main] WARN o.e.h.g.u.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 13:09:30.205 [main] WARN o.e.h.g.u.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 13:09:30.205 [main] WARN o.e.h.g.u.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 13:09:30.205 [main] WARN o.e.h.g.u.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 13:09:30.206 [main] WARN o.e.h.g.u.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 13:09:30.206 [main] WARN o.e.h.g.u.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 13:09:30.206 [main] WARN o.e.h.g.u.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 13:09:30.206 [main] WARN o.e.h.g.u.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[] 13:09:30.206 [main] WARN o.e.h.g.u.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 13:09:30.207 [main] WARN o.e.h.g.u.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 13:09:30.207 [main] WARN o.e.h.g.u.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 13:09:30.207 [main] WARN o.e.h.g.u.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 13:09:30.208 [main] WARN o.e.h.g.u.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 13:09:30.208 [main] WARN o.e.h.g.u.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 13:09:30.208 [main] WARN o.e.h.g.u.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 13:09:30.208 [main] WARN o.e.h.g.u.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 13:09:30.340 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 13:09:30.340 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:09:30.536 [main] INFO o.e.h.c.r.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 13:09:30.538 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:30.538 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:09:30.540 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:09:30.541 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:09:30.541 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:09:32.092 [pool-126-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2011089309590198187/test_treeCrossResourceContainment[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:09:32.098 [pool-126-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:09:32.763 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /child.model... 13:09:32.984 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:09:32.985 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:09:32.985 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /child.model... 13:09:33.585 [pool-126-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2011089309590198187/test_treeCrossResourceContainment[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:09:33.592 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /child.model 13:09:33.592 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:09:33.592 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /child.model 13:09:33.593 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:09:33.593 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /child.model. 1s495ms [pure insertion] marking any relevant derived attributes for update...13:09:33.593 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s34ms 13:09:33.627 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s34ms 13:09:33.628 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:09:33.628 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:09:33.629 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:09:33.629 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:09:33.629 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:09:33.630 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 13:09:33.630 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:09:33.630 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:09:33.630 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:09:33.630 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:09:33.630 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:09:33.630 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:09:33.630 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:09:33.630 [pool-126-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:09:35.659 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 13:09:35.814 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 13:09:35.814 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.184s attempting to resolve any uninitialized derived attributes... 13:09:35.814 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:09:35.814 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:09:35.815 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:09:35.815 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s185ms [proxy update] 13:09:35.815 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:09:35.815 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 2 deleted 0 changed 2 loaded 2 c elems 3 d elems 0 time ~5s 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 13:09:35.817 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 279 ms 13:09:35.828 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:09:35.828 [main] INFO o.e.h.c.r.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 13:09:35.830 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:35.830 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:09:36.748 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:09:36.751 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:09:38.310 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:09:38.312 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:38.312 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:09:38.312 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:09:38.312 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:09:38.312 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:09:38.312 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:09:38.313 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:09:38.313 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:09:38.313 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:09:38.313 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:09:38.313 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:09:38.313 [pool-133-thread-1] INFO o.e.h.c.r.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 13:09:38.318 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:09:38.318 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:09:38.395 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:09:38.413 [main] WARN o.e.h.g.u.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 13:09:38.415 [main] WARN o.e.h.g.u.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 13:09:38.415 [main] WARN o.e.h.g.u.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 13:09:38.415 [main] WARN o.e.h.g.u.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 13:09:38.416 [main] WARN o.e.h.g.u.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 13:09:38.416 [main] WARN o.e.h.g.u.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 13:09:38.416 [main] WARN o.e.h.g.u.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 13:09:38.416 [main] WARN o.e.h.g.u.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 13:09:38.416 [main] WARN o.e.h.g.u.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 13:09:38.416 [main] WARN o.e.h.g.u.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 13:09:38.416 [main] WARN o.e.h.g.u.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 13:09:38.418 [main] WARN o.e.h.g.u.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 13:09:38.418 [main] WARN o.e.h.g.u.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 13:09:38.418 [main] WARN o.e.h.g.u.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 13:09:38.418 [main] WARN o.e.h.g.u.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 13:09:38.418 [main] WARN o.e.h.g.u.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 13:09:38.418 [main] WARN o.e.h.g.u.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 13:09:38.419 [main] WARN o.e.h.g.u.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 13:09:38.419 [main] WARN o.e.h.g.u.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 13:09:38.419 [main] WARN o.e.h.g.u.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 13:09:38.419 [main] WARN o.e.h.g.u.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 13:09:38.419 [main] WARN o.e.h.g.u.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 13:09:38.420 [main] WARN o.e.h.g.u.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 13:09:38.420 [main] WARN o.e.h.g.u.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 13:09:38.420 [main] WARN o.e.h.g.u.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 13:09:38.420 [main] WARN o.e.h.g.u.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[] 13:09:38.420 [main] WARN o.e.h.g.u.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 13:09:38.420 [main] WARN o.e.h.g.u.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 13:09:38.420 [main] WARN o.e.h.g.u.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 13:09:38.420 [main] WARN o.e.h.g.u.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 13:09:38.421 [main] WARN o.e.h.g.u.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 13:09:38.421 [main] WARN o.e.h.g.u.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 13:09:38.421 [main] WARN o.e.h.g.u.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 13:09:38.494 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 13:09:38.494 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:09:38.732 [main] INFO o.e.h.c.r.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 13:09:38.734 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:38.734 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:09:38.736 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:09:38.737 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:09:38.737 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:09:41.404 [pool-133-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8784943939629435629/test_derivedEdgeCollection[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:09:41.410 [pool-133-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:09:41.976 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:09:42.297 [pool-133-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:09:42.298 [pool-133-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:09:42.298 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:09:42.956 [pool-133-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8784943939629435629/test_derivedEdgeCollection[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:09:42.963 [pool-133-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:09:42.964 [pool-133-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec) 13:09:42.964 [pool-133-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:09:42.964 [pool-133-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 13:09:42.964 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 1s554ms [pure insertion] marking any relevant derived attributes for update...13:09:42.964 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s18ms 13:09:42.982 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s18ms 13:09:42.982 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:09:42.982 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:09:42.982 [pool-133-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:09:44.585 [pool-133-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:09:44.585 [pool-133-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.603s attempting to resolve any uninitialized derived attributes... 13:09:44.585 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:09:44.585 [pool-133-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:09:44.585 [pool-133-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:09:44.585 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s604ms [proxy update] 13:09:44.586 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:09:44.586 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:09:44.586 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 852 ms 13:09:44.586 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 13:09:44.588 [pool-133-thread-1] INFO o.e.h.g.u.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; 13:09:44.709 [pool-133-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 13:09:44.728 [pool-133-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 13:09:44.730 [pool-133-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper 13:09:44.734 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 13:09:44.803 [pool-133-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.094s 13:09:44.804 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 13:09:44.817 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:09:44.817 [main] INFO o.e.h.c.r.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 13:09:44.819 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:44.819 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:09:46.403 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:09:46.407 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:09:47.972 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:09:47.976 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:47.976 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:09:47.976 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:09:47.976 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:09:47.976 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:09:47.976 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:09:47.977 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:09:47.977 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:09:47.977 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:09:47.977 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:09:47.977 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:09:47.977 [pool-141-thread-1] INFO o.e.h.c.r.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 13:09:47.982 [main] INFO o.e.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 13:09:47.982 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:09:47.982 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:09:48.057 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 13:09:48.074 [main] WARN o.e.h.g.u.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 13:09:48.074 [main] WARN o.e.h.g.u.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 13:09:48.074 [main] WARN o.e.h.g.u.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 13:09:48.075 [main] WARN o.e.h.g.u.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 13:09:48.076 [main] WARN o.e.h.g.u.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 13:09:48.078 [main] WARN o.e.h.g.u.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 13:09:48.078 [main] WARN o.e.h.g.u.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 13:09:48.078 [main] WARN o.e.h.g.u.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 13:09:48.078 [main] WARN o.e.h.g.u.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 13:09:48.078 [main] WARN o.e.h.g.u.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 13:09:48.078 [main] WARN o.e.h.g.u.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 13:09:48.078 [main] WARN o.e.h.g.u.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 13:09:48.078 [main] WARN o.e.h.g.u.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 13:09:48.078 [main] WARN o.e.h.g.u.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 13:09:48.078 [main] WARN o.e.h.g.u.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 13:09:48.078 [main] WARN o.e.h.g.u.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 13:09:48.078 [main] WARN o.e.h.g.u.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 13:09:48.078 [main] WARN o.e.h.g.u.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 13:09:48.079 [main] WARN o.e.h.g.u.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 13:09:48.079 [main] WARN o.e.h.g.u.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 13:09:48.079 [main] WARN o.e.h.g.u.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 13:09:48.079 [main] WARN o.e.h.g.u.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 13:09:48.079 [main] WARN o.e.h.g.u.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 13:09:48.079 [main] WARN o.e.h.g.u.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 13:09:48.079 [main] WARN o.e.h.g.u.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 13:09:48.079 [main] WARN o.e.h.g.u.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[] 13:09:48.079 [main] WARN o.e.h.g.u.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 13:09:48.079 [main] WARN o.e.h.g.u.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 13:09:48.081 [main] WARN o.e.h.g.u.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 13:09:48.081 [main] WARN o.e.h.g.u.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 13:09:48.082 [main] WARN o.e.h.g.u.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 13:09:48.082 [main] WARN o.e.h.g.u.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 13:09:48.082 [main] WARN o.e.h.g.u.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 13:09:48.148 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:09:48.148 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:09:48.148 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 13:09:48.148 [main] INFO o.e.h.g.u.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; 13:09:48.223 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 13:09:48.421 [main] INFO o.e.h.c.r.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 13:09:48.423 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:48.423 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:09:48.425 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:09:48.426 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:09:48.427 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:09:49.825 [pool-141-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4880416556329504708/test_deriveThenAdd[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:09:49.831 [pool-141-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:09:50.360 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:09:50.634 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:09:50.635 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:09:50.635 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:09:51.293 [pool-141-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4880416556329504708/test_deriveThenAdd[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:09:51.300 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:09:51.302 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:09:51.302 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:09:51.302 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:09:51.302 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 1s471ms [pure insertion] marking any relevant derived attributes for update...13:09:51.302 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s25ms 13:09:51.327 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s25ms 13:09:51.328 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:09:51.328 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:09:51.329 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:09:51.329 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:09:51.329 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:09:51.330 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:09:51.330 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:09:51.331 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:09:51.331 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:09:51.331 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:09:51.331 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:09:51.332 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:09:51.332 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:09:51.333 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:09:51.333 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:09:51.333 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:09:51.334 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:09:51.334 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:09:51.335 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:09:51.335 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:09:51.335 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:09:51.335 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:09:51.335 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:09:51.335 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:09:51.335 [pool-141-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:09:53.394 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:09:53.716 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:09:53.716 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.381s attempting to resolve any uninitialized derived attributes... 13:09:53.716 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:09:53.716 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:09:53.719 [pool-141-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 13:09:53.723 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 6/6 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 13:09:53.791 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:09:53.791 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s456ms [proxy update] 13:09:53.791 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:09:53.791 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:09:53.792 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 369 ms 13:09:53.795 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:09:53.795 [main] INFO o.e.h.c.r.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 13:09:53.797 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:53.797 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:09:55.116 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:09:55.120 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:09:57.068 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:09:57.069 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:57.069 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:09:57.069 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:09:57.069 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:09:57.070 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:09:57.070 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:09:57.070 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:09:57.070 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:09:57.070 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:09:57.070 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:09:57.071 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:09:57.071 [pool-149-thread-1] INFO o.e.h.c.r.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 13:09:57.075 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:09:57.075 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:09:57.153 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:09:57.188 [main] WARN o.e.h.g.u.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 13:09:57.188 [main] WARN o.e.h.g.u.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 13:09:57.188 [main] WARN o.e.h.g.u.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 13:09:57.188 [main] WARN o.e.h.g.u.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 13:09:57.188 [main] WARN o.e.h.g.u.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 13:09:57.188 [main] WARN o.e.h.g.u.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 13:09:57.188 [main] WARN o.e.h.g.u.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 13:09:57.188 [main] WARN o.e.h.g.u.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 13:09:57.188 [main] WARN o.e.h.g.u.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 13:09:57.188 [main] WARN o.e.h.g.u.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 13:09:57.188 [main] WARN o.e.h.g.u.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 13:09:57.188 [main] WARN o.e.h.g.u.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 13:09:57.189 [main] WARN o.e.h.g.u.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 13:09:57.189 [main] WARN o.e.h.g.u.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 13:09:57.189 [main] WARN o.e.h.g.u.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 13:09:57.189 [main] WARN o.e.h.g.u.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 13:09:57.189 [main] WARN o.e.h.g.u.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 13:09:57.189 [main] WARN o.e.h.g.u.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 13:09:57.189 [main] WARN o.e.h.g.u.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 13:09:57.189 [main] WARN o.e.h.g.u.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 13:09:57.189 [main] WARN o.e.h.g.u.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 13:09:57.190 [main] WARN o.e.h.g.u.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 13:09:57.190 [main] WARN o.e.h.g.u.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 13:09:57.190 [main] WARN o.e.h.g.u.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 13:09:57.190 [main] WARN o.e.h.g.u.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 13:09:57.190 [main] WARN o.e.h.g.u.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 13:09:57.190 [main] WARN o.e.h.g.u.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 13:09:57.191 [main] WARN o.e.h.g.u.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 13:09:57.192 [main] WARN o.e.h.g.u.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[] 13:09:57.192 [main] WARN o.e.h.g.u.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 13:09:57.192 [main] WARN o.e.h.g.u.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 13:09:57.194 [main] WARN o.e.h.g.u.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 13:09:57.194 [main] WARN o.e.h.g.u.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 13:09:57.302 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 13:09:57.302 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:09:57.490 [main] INFO o.e.h.c.r.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 13:09:57.491 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:09:57.491 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:09:57.492 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:09:57.493 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:09:57.493 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:09:59.245 [pool-149-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8469471029364199015/test_derivedEdgeSingle[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:09:59.250 [pool-149-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:10:00.057 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:10:00.387 [pool-149-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:10:00.388 [pool-149-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:10:00.388 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:10:01.221 [pool-149-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8469471029364199015/test_derivedEdgeSingle[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:10:01.228 [pool-149-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:10:01.229 [pool-149-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec) 13:10:01.229 [pool-149-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:10:01.229 [pool-149-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 13:10:01.229 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 1s979ms [pure insertion] marking any relevant derived attributes for update...13:10:01.229 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s43ms 13:10:01.272 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s43ms 13:10:01.272 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:10:01.272 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:10:01.272 [pool-149-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:10:03.075 [pool-149-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:10:03.075 [pool-149-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.803s attempting to resolve any uninitialized derived attributes... 13:10:03.075 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:10:03.075 [pool-149-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:10:03.075 [pool-149-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:10:03.075 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s803ms [proxy update] 13:10:03.076 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:10:03.076 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:10:03.076 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 585 ms 13:10:03.076 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 13:10:03.078 [pool-149-thread-1] INFO o.e.h.g.u.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; 13:10:03.216 [pool-149-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 13:10:03.251 [pool-149-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten.sortBy(t|t.label).last; 13:10:03.255 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 13:10:03.343 [pool-149-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.127s 13:10:03.343 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 13:10:03.351 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:10:03.351 [main] INFO o.e.h.c.r.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 13:10:03.352 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:10:03.352 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:10:05.268 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:10:05.272 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:10:07.705 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:10:07.707 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:10:07.707 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:10:07.707 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:10:07.707 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:10:07.707 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:10:07.707 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:10:07.708 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:10:07.708 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:10:07.708 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:10:07.708 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:10:07.709 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:10:07.709 [pool-157-thread-1] INFO o.e.h.c.r.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 13:10:07.715 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:10:07.715 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:10:07.816 [main] WARN o.e.h.g.u.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 13:10:07.817 [main] WARN o.e.h.g.u.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 13:10:07.817 [main] WARN o.e.h.g.u.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 13:10:07.817 [main] WARN o.e.h.g.u.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 13:10:07.817 [main] WARN o.e.h.g.u.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 13:10:07.817 [main] WARN o.e.h.g.u.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 13:10:07.817 [main] WARN o.e.h.g.u.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 13:10:07.818 [main] WARN o.e.h.g.u.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 13:10:07.819 [main] WARN o.e.h.g.u.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 13:10:07.819 [main] WARN o.e.h.g.u.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 13:10:07.819 [main] WARN o.e.h.g.u.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 13:10:07.819 [main] WARN o.e.h.g.u.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 13:10:07.820 [main] WARN o.e.h.g.u.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 13:10:07.820 [main] WARN o.e.h.g.u.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 13:10:07.820 [main] WARN o.e.h.g.u.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 13:10:07.821 [main] WARN o.e.h.g.u.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 13:10:07.821 [main] WARN o.e.h.g.u.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 13:10:07.821 [main] WARN o.e.h.g.u.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 13:10:07.821 [main] WARN o.e.h.g.u.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[] 13:10:07.821 [main] WARN o.e.h.g.u.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 13:10:07.821 [main] WARN o.e.h.g.u.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 13:10:07.821 [main] WARN o.e.h.g.u.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 13:10:07.821 [main] WARN o.e.h.g.u.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 13:10:07.821 [main] WARN o.e.h.g.u.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 13:10:07.822 [main] WARN o.e.h.g.u.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 13:10:07.822 [main] WARN o.e.h.g.u.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 13:10:07.822 [main] WARN o.e.h.g.u.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 13:10:07.822 [main] WARN o.e.h.g.u.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 13:10:07.822 [main] WARN o.e.h.g.u.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 13:10:07.822 [main] WARN o.e.h.g.u.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 13:10:07.822 [main] WARN o.e.h.g.u.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 13:10:07.822 [main] WARN o.e.h.g.u.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 13:10:07.822 [main] WARN o.e.h.g.u.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 13:10:07.861 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 13:10:08.014 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:10:08.014 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:10:08.226 [main] INFO o.e.h.c.r.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 13:10:08.228 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:10:08.228 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:10:08.228 [main] INFO o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 13:10:08.230 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:10:08.232 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:10:08.232 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:10:08.331 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 13:10:08.356 [main] INFO o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 13:10:10.391 [pool-157-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5602508965141991479/test_addThenIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:10:10.396 [pool-157-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:10:11.063 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:10:11.458 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:10:11.459 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:10:11.459 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:10:12.292 [pool-157-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5602508965141991479/test_addThenIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:10:12.299 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:10:12.301 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:10:12.301 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:10:12.302 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:10:12.302 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 1s906ms [pure insertion] marking any relevant derived attributes for update...13:10:12.302 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s40ms 13:10:12.342 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s40ms 13:10:12.343 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:10:12.343 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:10:12.344 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:10:12.344 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:10:12.344 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:10:12.345 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:10:12.345 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:10:12.345 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:10:12.345 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:10:12.345 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:10:12.345 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:10:12.346 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:10:12.346 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:10:12.347 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:10:12.347 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:10:12.347 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:10:12.348 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:10:12.348 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:10:12.348 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:10:12.348 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:10:12.348 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:10:12.348 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:10:12.348 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:10:12.348 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:10:12.348 [pool-157-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:10:14.762 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:10:15.039 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:10:15.039 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.691s attempting to resolve any uninitialized derived attributes... 13:10:15.039 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:10:15.039 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:10:15.040 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:10:15.040 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s693ms [proxy update] 13:10:15.041 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:10:15.041 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:10:15.041 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 813 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 13:10:15.046 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:10:15.046 [main] INFO o.e.h.c.r.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 13:10:15.048 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:10:15.048 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:10:16.003 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:10:16.007 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:10:17.989 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:10:17.991 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:10:17.991 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:10:17.991 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:10:17.991 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:10:17.991 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:10:17.991 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:10:17.992 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:10:17.992 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:10:17.992 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:10:17.992 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:10:17.992 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:10:17.992 [pool-165-thread-1] INFO o.e.h.c.r.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 13:10:17.996 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:10:17.996 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:10:18.083 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 13:10:18.116 [main] WARN o.e.h.g.u.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 13:10:18.118 [main] WARN o.e.h.g.u.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 13:10:18.118 [main] WARN o.e.h.g.u.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 13:10:18.118 [main] WARN o.e.h.g.u.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 13:10:18.118 [main] WARN o.e.h.g.u.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 13:10:18.118 [main] WARN o.e.h.g.u.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 13:10:18.118 [main] WARN o.e.h.g.u.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 13:10:18.118 [main] WARN o.e.h.g.u.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 13:10:18.118 [main] WARN o.e.h.g.u.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 13:10:18.118 [main] WARN o.e.h.g.u.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 13:10:18.119 [main] WARN o.e.h.g.u.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 13:10:18.120 [main] WARN o.e.h.g.u.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 13:10:18.120 [main] WARN o.e.h.g.u.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 13:10:18.120 [main] WARN o.e.h.g.u.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 13:10:18.120 [main] WARN o.e.h.g.u.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 13:10:18.120 [main] WARN o.e.h.g.u.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 13:10:18.121 [main] WARN o.e.h.g.u.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 13:10:18.121 [main] WARN o.e.h.g.u.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 13:10:18.121 [main] WARN o.e.h.g.u.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 13:10:18.121 [main] WARN o.e.h.g.u.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 13:10:18.121 [main] WARN o.e.h.g.u.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 13:10:18.121 [main] WARN o.e.h.g.u.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 13:10:18.121 [main] WARN o.e.h.g.u.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 13:10:18.121 [main] WARN o.e.h.g.u.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 13:10:18.122 [main] WARN o.e.h.g.u.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[] 13:10:18.122 [main] WARN o.e.h.g.u.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 13:10:18.123 [main] WARN o.e.h.g.u.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 13:10:18.123 [main] WARN o.e.h.g.u.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 13:10:18.123 [main] WARN o.e.h.g.u.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 13:10:18.123 [main] WARN o.e.h.g.u.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 13:10:18.123 [main] WARN o.e.h.g.u.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 13:10:18.123 [main] WARN o.e.h.g.u.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 13:10:18.123 [main] WARN o.e.h.g.u.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 13:10:18.232 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:10:18.232 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:10:18.232 [main] INFO o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 13:10:18.315 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 13:10:18.340 [main] INFO o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 13:10:18.544 [main] INFO o.e.h.c.r.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 13:10:18.546 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:10:18.546 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:10:18.548 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:10:18.550 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:10:18.550 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:10:20.383 [pool-165-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8286334261333876062/test_lookupWithIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:10:20.389 [pool-165-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:10:21.190 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:10:21.517 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:10:21.518 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:10:21.518 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:10:22.351 [pool-165-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8286334261333876062/test_lookupWithIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:10:22.357 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:10:22.359 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:10:22.359 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:10:22.359 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:10:22.359 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 1s970ms [pure insertion] marking any relevant derived attributes for update...13:10:22.359 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s51ms 13:10:22.410 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s51ms 13:10:22.411 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:10:22.411 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:10:22.412 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:10:22.412 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:10:22.412 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:10:22.413 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:10:22.413 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:10:22.413 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:10:22.413 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:10:22.413 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:10:22.413 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:10:22.414 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:10:22.415 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:10:22.415 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:10:22.415 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:10:22.416 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:10:22.416 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:10:22.416 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:10:22.417 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:10:22.417 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:10:22.417 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:10:22.417 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:10:22.417 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:10:22.417 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:10:22.417 [pool-165-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:10:24.681 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:10:24.931 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:10:24.931 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.514s attempting to resolve any uninitialized derived attributes... 13:10:24.931 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:10:24.931 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:10:24.931 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:10:24.931 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s515ms [proxy update] 13:10:24.933 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:10:24.933 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:10:24.933 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 387 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 13:10:24.936 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:10:24.936 [main] INFO o.e.h.c.r.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 13:10:24.938 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:10:24.938 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:10:25.855 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:10:25.858 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:10:27.425 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:10:27.426 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:10:27.426 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:10:27.426 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:10:27.426 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:10:27.426 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:10:27.426 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:10:27.427 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:10:27.427 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:10:27.427 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:10:27.427 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:10:27.427 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:10:27.427 [pool-173-thread-1] INFO o.e.h.c.r.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 13:10:27.431 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:10:27.431 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:10:27.501 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 13:10:27.518 [main] WARN o.e.h.g.u.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 13:10:27.519 [main] WARN o.e.h.g.u.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 13:10:27.519 [main] WARN o.e.h.g.u.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 13:10:27.519 [main] WARN o.e.h.g.u.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 13:10:27.520 [main] WARN o.e.h.g.u.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 13:10:27.520 [main] WARN o.e.h.g.u.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 13:10:27.520 [main] WARN o.e.h.g.u.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[] 13:10:27.520 [main] WARN o.e.h.g.u.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 13:10:27.520 [main] WARN o.e.h.g.u.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 13:10:27.520 [main] WARN o.e.h.g.u.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 13:10:27.520 [main] WARN o.e.h.g.u.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 13:10:27.520 [main] WARN o.e.h.g.u.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 13:10:27.520 [main] WARN o.e.h.g.u.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 13:10:27.521 [main] WARN o.e.h.g.u.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 13:10:27.521 [main] WARN o.e.h.g.u.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 13:10:27.522 [main] WARN o.e.h.g.u.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 13:10:27.522 [main] WARN o.e.h.g.u.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 13:10:27.522 [main] WARN o.e.h.g.u.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 13:10:27.522 [main] WARN o.e.h.g.u.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 13:10:27.523 [main] WARN o.e.h.g.u.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 13:10:27.523 [main] WARN o.e.h.g.u.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 13:10:27.523 [main] WARN o.e.h.g.u.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 13:10:27.523 [main] WARN o.e.h.g.u.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 13:10:27.523 [main] WARN o.e.h.g.u.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 13:10:27.523 [main] WARN o.e.h.g.u.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 13:10:27.524 [main] WARN o.e.h.g.u.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 13:10:27.524 [main] WARN o.e.h.g.u.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 13:10:27.524 [main] WARN o.e.h.g.u.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 13:10:27.524 [main] WARN o.e.h.g.u.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 13:10:27.524 [main] WARN o.e.h.g.u.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 13:10:27.524 [main] WARN o.e.h.g.u.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 13:10:27.524 [main] WARN o.e.h.g.u.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 13:10:27.524 [main] WARN o.e.h.g.u.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 13:10:27.583 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:10:27.583 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:10:27.771 [main] INFO o.e.h.c.r.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 13:10:27.772 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:10:27.772 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:10:27.773 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:10:27.775 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:10:27.775 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:10:29.135 [pool-173-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4546082510923973606/test_lookupWithoutIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:10:29.140 [pool-173-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:10:29.683 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:10:29.919 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:10:29.920 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:10:29.920 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:10:30.561 [pool-173-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4546082510923973606/test_lookupWithoutIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:10:30.568 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:10:30.569 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:10:30.569 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:10:30.569 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:10:30.569 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 1s429ms [pure insertion] marking any relevant derived attributes for update...13:10:30.569 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s34ms 13:10:30.603 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s34ms 13:10:30.604 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:10:30.604 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:10:30.605 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:10:30.605 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:10:30.605 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:10:30.606 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:10:30.606 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:10:30.606 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:10:30.606 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:10:30.606 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:10:30.606 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:10:30.607 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:10:30.607 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:10:30.608 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:10:30.608 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:10:30.608 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:10:30.608 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:10:30.608 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:10:30.609 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:10:30.609 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:10:30.609 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:10:30.609 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:10:30.609 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:10:30.609 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:10:30.609 [pool-173-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:10:32.536 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:10:32.791 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:10:32.791 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.182s attempting to resolve any uninitialized derived attributes... 13:10:32.791 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:10:32.791 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:10:32.792 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:10:32.792 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s183ms [proxy update] 13:10:32.792 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:10:32.792 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:10:32.792 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 20 ms 13:10:32.795 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:10:32.795 [main] INFO o.e.h.c.r.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 13:10:32.797 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:10:32.797 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:10:33.640 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:10:33.643 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:10:35.726 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:10:35.727 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:10:35.727 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:10:35.727 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:10:35.727 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:10:35.727 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:10:35.727 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:10:35.728 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:10:35.728 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:10:35.729 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:10:35.729 [pool-180-thread-1] INFO o.e.h.c.r.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... 13:10:35.729 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 13:10:35.729 [pool-180-thread-1] INFO o.e.h.c.r.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 13:10:35.732 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:10:35.732 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:10:35.810 [main] WARN o.e.h.g.u.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 13:10:35.810 [main] WARN o.e.h.g.u.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 13:10:35.810 [main] WARN o.e.h.g.u.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 13:10:35.810 [main] WARN o.e.h.g.u.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 13:10:35.810 [main] WARN o.e.h.g.u.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 13:10:35.810 [main] WARN o.e.h.g.u.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 13:10:35.810 [main] WARN o.e.h.g.u.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 13:10:35.810 [main] WARN o.e.h.g.u.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 13:10:35.810 [main] WARN o.e.h.g.u.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 13:10:35.812 [main] WARN o.e.h.g.u.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 13:10:35.812 [main] WARN o.e.h.g.u.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 13:10:35.812 [main] WARN o.e.h.g.u.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 13:10:35.812 [main] WARN o.e.h.g.u.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 13:10:35.812 [main] WARN o.e.h.g.u.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 13:10:35.813 [main] WARN o.e.h.g.u.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 13:10:35.813 [main] WARN o.e.h.g.u.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 13:10:35.813 [main] WARN o.e.h.g.u.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 13:10:35.813 [main] WARN o.e.h.g.u.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 13:10:35.813 [main] WARN o.e.h.g.u.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 13:10:35.813 [main] WARN o.e.h.g.u.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 13:10:35.814 [main] WARN o.e.h.g.u.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 13:10:35.814 [main] WARN o.e.h.g.u.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 13:10:35.814 [main] WARN o.e.h.g.u.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[] 13:10:35.814 [main] WARN o.e.h.g.u.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 13:10:35.814 [main] WARN o.e.h.g.u.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 13:10:35.814 [main] WARN o.e.h.g.u.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 13:10:35.815 [main] WARN o.e.h.g.u.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 13:10:35.815 [main] WARN o.e.h.g.u.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 13:10:35.815 [main] WARN o.e.h.g.u.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 13:10:35.816 [main] WARN o.e.h.g.u.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 13:10:35.816 [main] WARN o.e.h.g.u.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 13:10:35.817 [main] WARN o.e.h.g.u.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 13:10:35.817 [main] WARN o.e.h.g.u.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 13:10:35.876 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:10:35.876 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:10:35.876 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 13:10:35.879 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:10:35.879 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:10:35.960 [main] WARN o.e.h.g.u.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 13:10:35.960 [main] WARN o.e.h.g.u.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 13:10:35.960 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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[] 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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[] 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.961 [main] WARN o.e.h.g.u.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 13:10:35.962 [main] WARN o.e.h.g.u.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 13:10:35.962 [main] WARN o.e.h.g.u.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 13:10:35.962 [main] WARN o.e.h.g.u.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 13:10:35.962 [main] WARN o.e.h.g.u.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 13:10:35.962 [main] WARN o.e.h.g.u.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 13:10:35.962 [main] WARN o.e.h.g.u.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 13:10:35.962 [main] WARN o.e.h.g.u.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 13:10:35.962 [main] WARN o.e.h.g.u.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 13:10:35.962 [main] WARN o.e.h.g.u.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 13:10:35.962 [main] WARN o.e.h.g.u.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 13:10:35.962 [main] WARN o.e.h.g.u.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 13:10:36.018 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:10:36.018 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:10:36.018 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 13:10:36.019 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:10:36.019 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:10:36.103 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:10:36.152 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:10:36.152 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:10:36.389 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6378114183743600325/:org.eclipse.hawk.localfolder.LocalFolder:false 13:10:36.390 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:10:36.390 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:10:36.391 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:10:36.393 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:10:36.393 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:10:38.570 [pool-180-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2979247095638861704/test_eContainersIsUpdatedRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:10:38.586 [pool-180-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:10:40.066 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childB.xmi... 13:10:40.339 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:10:40.340 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:10:40.340 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childB.xmi... 13:10:41.055 [pool-180-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2979247095638861704/test_eContainersIsUpdatedRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:10:41.062 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childB.xmi 13:10:41.063 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:10:41.063 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childB.xmi 13:10:41.064 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:10:41.064 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childB.xmi. 2s478ms [pure insertion] marking any relevant derived attributes for update...13:10:41.064 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s26ms 13:10:41.090 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s26ms 13:10:41.099 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childA.xmi... 13:10:41.099 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:10:41.101 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:10:41.101 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childA.xmi... 13:10:41.102 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childA.xmi 13:10:41.102 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:10:41.102 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childA.xmi 13:10:41.103 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:10:41.103 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childA.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...13:10:41.103 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:10:41.103 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:10:41.112 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childAA.xmi... 13:10:41.112 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:10:41.115 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:10:41.115 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childAA.xmi... 13:10:41.115 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childAA.xmi 13:10:41.116 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:10:41.116 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childAA.xmi 13:10:41.116 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:10:41.116 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childAA.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...13:10:41.116 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:10:41.116 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:10:41.125 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:10:41.125 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:10:41.127 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:10:41.127 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 13:10:41.128 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:10:41.128 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:10:41.129 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:10:41.129 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:10:41.129 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...13:10:41.129 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:10:41.129 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:10:41.129 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:10:41.129 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:10:41.129 [pool-180-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:10:43.213 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/6 proxy references (0 sec total) 13:10:43.543 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs 13:10:43.544 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.415s attempting to resolve any uninitialized derived attributes... 13:10:43.544 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:10:43.544 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:10:43.544 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:10:43.544 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s415ms [proxy update] 13:10:43.544 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:10:43.544 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 4 deleted 0 changed 4 loaded 4 c elems 4 d elems 0 time ~7s validating changes... validating file UPDATED for /childB.xmi validating file UPDATED for /childA.xmi validating file UPDATED for /childAA.xmi validating file UPDATED for /root.xmi changed resource size: 4 relevant graph size: 4 validated changes... true 13:10:43.546 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 156 ms 13:10:43.546 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers... 13:10:43.548 [main] INFO o.e.h.g.u.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); 13:10:43.651 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers 13:10:43.695 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 13:10:43.697 [main] INFO o.e.h.c.r.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 13:10:43.787 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.136s 13:10:43.787 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::allContainers. 13:10:43.791 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:10:43.792 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:10:43.793 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:10:43.793 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:10:45.737 [pool-180-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2979247095638861704/test_eContainersIsUpdatedRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:10:45.751 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 13:10:45.753 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:10:45.754 [pool-180-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:10:46.468 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 13:10:46.469 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 13:10:46.469 [pool-180-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:10:46.469 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /root.xmi... 13:10:46.470 [pool-180-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 13:10:46.473 [pool-180-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.003s 13:10:48.272 [pool-180-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2979247095638861704/test_eContainersIsUpdatedRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:10:48.281 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 13:10:48.282 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:10:48.282 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 13:10:48.282 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:10:48.282 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /root.xmi. 2s531ms [pure insertion] marking any relevant derived attributes for update...13:10:48.282 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 13:10:48.284 [pool-180-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 2s568ms 13:10:50.850 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 2s568ms 13:10:50.850 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:10:50.850 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:10:50.852 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 13:10:51.085 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs 13:10:51.085 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.235s attempting to resolve any uninitialized derived attributes... 13:10:51.085 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:10:51.085 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:10:51.087 [pool-180-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 13:10:51.088 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 13:10:51.171 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:10:51.171 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 13:10:51.171 [pool-180-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 13:10:51.173 [pool-180-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers 0s428ms [proxy update] 13:10:51.278 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: 13:10:51.278 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. interesting 1 deleted 0 changed 1 loaded 1 c elems 3 d elems 2 time ~7s validating changes... validating file UPDATED for /root.xmi changed resource size: 1 relevant graph size: 1 validated changes... true 13:10:51.279 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 488 ms 13:10:51.282 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:10:51.282 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6378114183743600325/:org.eclipse.hawk.localfolder.LocalFolder:false 13:10:51.284 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:10:51.284 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:10:53.203 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:10:53.208 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:10:55.273 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:10:55.274 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:10:55.274 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:10:55.274 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:10:55.274 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:10:55.274 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:10:55.274 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:10:55.275 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:10:55.275 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:10:55.275 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:10:55.275 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:10:55.275 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:10:55.275 [pool-188-thread-1] INFO o.e.h.c.r.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 13:10:55.279 [main] INFO o.e.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 13:10:55.279 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:10:55.279 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:10:55.366 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 13:10:55.366 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: ColoredTree::Color will be handled as its instance type NULL_INSTANCE_TYPE 13:10:55.400 [main] WARN o.e.h.g.u.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 13:10:55.400 [main] WARN o.e.h.g.u.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 13:10:55.400 [main] WARN o.e.h.g.u.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 13:10:55.400 [main] WARN o.e.h.g.u.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 13:10:55.401 [main] WARN o.e.h.g.u.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 13:10:55.401 [main] WARN o.e.h.g.u.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 13:10:55.401 [main] WARN o.e.h.g.u.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 13:10:55.401 [main] WARN o.e.h.g.u.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 13:10:55.402 [main] WARN o.e.h.g.u.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 13:10:55.403 [main] WARN o.e.h.g.u.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 13:10:55.403 [main] WARN o.e.h.g.u.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 13:10:55.403 [main] WARN o.e.h.g.u.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 13:10:55.403 [main] WARN o.e.h.g.u.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 13:10:55.403 [main] WARN o.e.h.g.u.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 13:10:55.403 [main] WARN o.e.h.g.u.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 13:10:55.404 [main] WARN o.e.h.g.u.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 13:10:55.404 [main] WARN o.e.h.g.u.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 13:10:55.404 [main] WARN o.e.h.g.u.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 13:10:55.404 [main] WARN o.e.h.g.u.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 13:10:55.404 [main] WARN o.e.h.g.u.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 13:10:55.404 [main] WARN o.e.h.g.u.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 13:10:55.404 [main] WARN o.e.h.g.u.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 13:10:55.404 [main] WARN o.e.h.g.u.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 13:10:55.404 [main] WARN o.e.h.g.u.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 13:10:55.404 [main] WARN o.e.h.g.u.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 13:10:55.404 [main] WARN o.e.h.g.u.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 13:10:55.405 [main] WARN o.e.h.g.u.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 13:10:55.405 [main] WARN o.e.h.g.u.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 13:10:55.405 [main] WARN o.e.h.g.u.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 13:10:55.405 [main] WARN o.e.h.g.u.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 13:10:55.405 [main] WARN o.e.h.g.u.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[] 13:10:55.405 [main] WARN o.e.h.g.u.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 13:10:55.406 [main] WARN o.e.h.g.u.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 13:10:55.498 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 13:10:55.498 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:10:55.727 [main] INFO o.e.h.c.r.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 13:10:55.728 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:10:55.728 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:10:55.729 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:10:55.730 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:10:55.730 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:10:57.300 [pool-188-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1949617424894323622/test_queryEnumValues[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:10:57.305 [pool-188-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:10:57.955 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 13:10:58.325 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:10:58.326 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:10:58.326 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /colored-tree.model... 13:10:59.109 [pool-188-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1949617424894323622/test_queryEnumValues[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:10:59.117 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /colored-tree.model 13:10:59.118 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:10:59.118 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /colored-tree.model 13:10:59.119 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:10:59.119 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /colored-tree.model. 1s814ms [pure insertion] marking any relevant derived attributes for update...13:10:59.119 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s33ms 13:10:59.152 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s33ms 13:10:59.152 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:10:59.152 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:10:59.152 [pool-188-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:11:01.108 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:11:01.108 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.956s attempting to resolve any uninitialized derived attributes... 13:11:01.108 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:11:01.108 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:11:01.108 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:11:01.108 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s956ms [proxy update] 13:11:01.108 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:11:01.109 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:11:01.109 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 381 ms 13:11:01.114 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:11:01.114 [main] INFO o.e.h.c.r.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 13:11:01.115 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:11:01.115 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:11:01.920 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:11:01.924 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:11:03.981 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:11:03.982 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:11:03.982 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:11:03.982 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:11:03.982 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:11:03.982 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:11:03.982 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:11:03.983 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:11:03.983 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:11:03.983 [pool-195-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:11:03.983 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:11:03.984 [pool-195-thread-1] INFO o.e.h.c.r.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 13:11:03.984 [pool-195-thread-1] INFO o.e.h.c.r.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 13:11:04.004 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:11:04.004 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:11:04.132 [main] WARN o.e.h.g.u.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 13:11:04.133 [main] WARN o.e.h.g.u.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 13:11:04.133 [main] WARN o.e.h.g.u.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 13:11:04.133 [main] WARN o.e.h.g.u.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 13:11:04.134 [main] WARN o.e.h.g.u.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 13:11:04.134 [main] WARN o.e.h.g.u.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 13:11:04.134 [main] WARN o.e.h.g.u.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 13:11:04.134 [main] WARN o.e.h.g.u.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 13:11:04.134 [main] WARN o.e.h.g.u.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 13:11:04.136 [main] WARN o.e.h.g.u.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 13:11:04.136 [main] WARN o.e.h.g.u.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 13:11:04.136 [main] WARN o.e.h.g.u.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 13:11:04.136 [main] WARN o.e.h.g.u.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 13:11:04.136 [main] WARN o.e.h.g.u.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 13:11:04.137 [main] WARN o.e.h.g.u.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[] 13:11:04.137 [main] WARN o.e.h.g.u.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 13:11:04.137 [main] WARN o.e.h.g.u.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 13:11:04.137 [main] WARN o.e.h.g.u.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 13:11:04.137 [main] WARN o.e.h.g.u.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 13:11:04.137 [main] WARN o.e.h.g.u.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 13:11:04.139 [main] WARN o.e.h.g.u.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 13:11:04.139 [main] WARN o.e.h.g.u.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 13:11:04.139 [main] WARN o.e.h.g.u.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 13:11:04.139 [main] WARN o.e.h.g.u.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 13:11:04.139 [main] WARN o.e.h.g.u.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 13:11:04.139 [main] WARN o.e.h.g.u.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 13:11:04.140 [main] WARN o.e.h.g.u.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 13:11:04.140 [main] WARN o.e.h.g.u.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 13:11:04.141 [main] WARN o.e.h.g.u.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 13:11:04.141 [main] WARN o.e.h.g.u.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 13:11:04.142 [main] WARN o.e.h.g.u.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 13:11:04.142 [main] WARN o.e.h.g.u.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 13:11:04.142 [main] WARN o.e.h.g.u.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 13:11:04.195 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 13:11:04.195 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 13:11:04.201 [main] WARN o.e.h.g.u.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 13:11:04.211 [main] WARN o.e.h.g.u.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 13:11:04.212 [main] WARN o.e.h.g.u.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 13:11:04.219 [main] WARN o.e.h.g.u.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 13:11:04.296 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 13:11:04.297 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 13:11:04.298 [main] WARN o.e.h.g.u.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 13:11:04.350 [main] WARN o.e.h.g.u.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 13:11:04.350 [main] WARN o.e.h.g.u.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 13:11:04.350 [main] WARN o.e.h.g.u.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 13:11:04.473 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 13:11:04.473 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:11:04.501 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:11:04.501 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:11:04.503 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:11:04.503 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:11:06.317 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:11:06.319 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:11:08.580 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:11:08.581 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:11:08.581 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 13:11:08.582 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:11:08.582 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:11:08.582 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:11:08.582 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:11:08.582 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:11:08.583 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:11:08.583 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:11:08.583 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:11:08.583 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:11:08.583 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:11:08.718 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 13:11:08.718 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 13:11:08.718 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 13:11:08.718 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 13:11:08.718 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 13:11:08.718 [main] INFO o.e.h.m.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 13:11:08.718 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:11:08.718 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:11:08.855 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 13:11:08.855 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 13:11:08.855 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 13:11:08.897 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 13:11:08.971 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 13:11:08.971 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 13:11:08.972 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 13:11:09.097 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 13:11:09.097 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 13:11:09.097 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 13:11:09.719 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 13:11:09.719 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 13:11:10.054 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 13:11:10.054 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:11:10.308 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5966813425638041301/:org.eclipse.hawk.localfolder.LocalFolder:false 13:11:10.309 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:11:10.309 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:11:10.618 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:11:10.620 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:11:10.620 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:11:12.756 [pool-198-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5966813425638041301/test_elephantResolve[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:11:12.781 [pool-198-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:11:13.514 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 13:11:13.881 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:13.881 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:13.881 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 13:11:14.648 [pool-198-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5966813425638041301/test_elephantResolve[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:11:14.656 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 13:11:14.821 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 13:11:14.821 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 13:11:14.822 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:11:14.822 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 2s41ms [pure insertion] marking any relevant derived attributes for update...13:11:14.822 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s51ms 13:11:14.873 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s51ms 13:11:14.873 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:11:14.873 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:11:14.873 [pool-198-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:11:16.966 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 13:11:17.051 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 3 proxy ref lists left after resolving 2 refs 13:11:17.051 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.178s attempting to resolve any uninitialized derived attributes... 13:11:17.051 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:11:17.051 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:11:17.052 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:11:17.052 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s179ms [proxy update] 13:11:17.052 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:11:17.052 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:11:17.052 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 743 ms 13:11:17.053 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:11:17.145 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:11:17.146 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:11:17.146 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:11:18.184 [pool-198-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5966813425638041301/test_elephantResolve[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:11:18.193 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 13:11:18.195 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:18.195 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:18.195 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 13:11:18.196 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 13:11:18.723 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 13:11:18.723 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 13:11:18.725 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:11:18.725 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s532ms [pure insertion] marking any relevant derived attributes for update...13:11:18.725 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:18.726 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:18.727 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 13:11:18.727 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:18.728 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:18.728 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 13:11:18.728 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 13:11:18.806 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 13:11:18.806 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 13:11:18.807 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:11:18.807 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s80ms [pure insertion] marking any relevant derived attributes for update...13:11:18.807 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:18.807 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:18.807 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:11:18.807 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:11:18.807 [pool-198-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:11:20.740 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 13:11:20.830 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 7 proxy ref lists left after resolving 12 refs 13:11:20.830 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.023s attempting to resolve any uninitialized derived attributes... 13:11:20.830 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:11:20.830 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:11:20.831 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:11:20.831 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s24ms [proxy update] 13:11:20.831 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:11:20.831 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:11:20.831 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 778 ms 13:11:20.832 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:11:20.832 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5966813425638041301/:org.eclipse.hawk.localfolder.LocalFolder:false 13:11:20.833 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:11:20.833 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:11:21.863 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:11:21.867 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:11:23.816 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:11:23.817 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:11:23.817 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 13:11:23.817 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:11:23.817 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:11:23.817 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:11:23.817 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:11:23.818 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:11:23.818 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:11:23.818 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:11:23.818 [pool-205-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:11:23.819 [pool-205-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:11:23.819 [pool-205-thread-1] INFO o.e.h.c.r.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 13:11:23.847 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:11:23.847 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:11:23.984 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 13:11:23.984 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 13:11:23.984 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 13:11:24.035 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 13:11:24.100 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 13:11:24.100 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 13:11:24.100 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 13:11:24.201 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 13:11:24.201 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 13:11:24.201 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 13:11:24.817 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 13:11:24.817 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 13:11:25.167 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 13:11:25.167 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:11:25.404 [main] INFO o.e.h.c.r.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 13:11:25.405 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:11:25.405 [pool-205-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: Warning, monitor is inactive, synchronisation failed! 13:11:25.406 [pool-205-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. SYNCHRONISATION ERROR 13:11:25.406 [pool-205-thread-1] ERROR o.e.h.c.r.CompositeStateListener - Update FAILED! 13:11:25.406 [pool-205-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (failure). 0 s 1 ms 13:11:25.519 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:11:25.519 [main] INFO o.e.h.c.r.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 13:11:25.520 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:11:25.520 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:11:27.870 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:11:27.873 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:11:30.256 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:11:30.257 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:11:30.257 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 13:11:30.257 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:11:30.257 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:11:30.257 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:11:30.257 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:11:30.258 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:11:30.258 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:11:30.258 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:11:30.258 [pool-209-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:11:30.258 [pool-209-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:11:30.258 [pool-209-thread-1] INFO o.e.h.c.r.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 13:11:30.279 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:11:30.279 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:11:30.366 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 13:11:30.366 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 13:11:30.366 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 13:11:30.417 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 13:11:30.499 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 13:11:30.499 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 13:11:30.499 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 13:11:30.599 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 13:11:30.600 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 13:11:30.600 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 13:11:31.214 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 13:11:31.214 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 13:11:31.541 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:11:31.541 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:11:31.541 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 13:11:31.557 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:11:31.557 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:11:31.562 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Archimate (modelio://Modeliosoft.Archimate/1.0.02) already in store, updating it instead NYI -- doing nothing! 13:11:31.562 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Analyst (modelio://Modeliosoft.Analyst/2.0.00) already in store, updating it instead NYI -- doing nothing! 13:11:31.562 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: modelio.kernel (modelio://Modeliosoft.modelio.kernel/1.0.00) already in store, updating it instead NYI -- doing nothing! 13:11:31.562 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 13:11:31.562 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Standard (modelio://Modeliosoft.Standard/2.0.00) already in store, updating it instead NYI -- doing nothing! 13:11:31.562 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Infrastructure (modelio://Modeliosoft.Infrastructure/2.0.00) already in store, updating it instead NYI -- doing nothing! 13:11:31.562 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 13:11:31.562 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:11:31.564 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:11:31.564 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:11:31.565 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:11:31.565 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:11:33.742 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:11:33.745 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:11:35.878 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:11:35.880 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:11:35.880 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 13:11:35.880 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:11:35.880 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:11:35.880 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:11:35.880 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:11:35.880 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:11:35.881 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:11:35.881 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:11:35.881 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:11:35.881 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:11:35.881 [pool-212-thread-1] INFO o.e.h.c.r.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 13:11:35.903 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:11:35.903 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:11:36.004 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 13:11:36.005 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 13:11:36.005 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 13:11:36.056 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 13:11:36.130 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 13:11:36.130 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 13:11:36.130 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 13:11:36.197 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 13:11:36.197 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 13:11:36.197 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 13:11:36.711 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 13:11:36.711 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:11:37.087 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 13:11:37.087 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:11:37.087 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 13:11:37.107 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:11:37.107 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:11:37.111 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Archimate (modelio://Modeliosoft.Archimate/1.0.02) already in store, updating it instead NYI -- doing nothing! 13:11:37.111 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Analyst (modelio://Modeliosoft.Analyst/2.0.00) already in store, updating it instead NYI -- doing nothing! 13:11:37.111 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: modelio.kernel (modelio://Modeliosoft.modelio.kernel/1.0.00) already in store, updating it instead NYI -- doing nothing! 13:11:37.111 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 13:11:37.111 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Standard (modelio://Modeliosoft.Standard/2.0.00) already in store, updating it instead NYI -- doing nothing! 13:11:37.111 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: Infrastructure (modelio://Modeliosoft.Infrastructure/2.0.00) already in store, updating it instead NYI -- doing nothing! 13:11:37.111 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 13:11:37.111 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:11:37.299 [main] INFO o.e.h.c.r.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 13:11:37.300 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:11:37.301 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:11:37.408 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:11:37.411 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.412 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.412 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.412 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.412 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.412 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.413 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.413 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.413 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.413 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.413 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.414 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.414 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.414 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.414 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.415 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.415 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.415 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.415 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.415 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.415 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.416 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.416 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.416 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.416 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.416 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.416 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.417 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.417 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.417 [pool-212-thread-1] INFO o.e.h.c.r.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/ 13:11:37.417 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:11:37.417 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:11:40.132 [pool-212-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1433948560140603969/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:11:40.138 [pool-212-thread-1] INFO o.e.h.c.r.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) 13:11:40.139 [pool-212-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:11:40.792 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml... 13:11:41.057 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:41.058 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:41.058 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml... 13:11:41.766 [pool-212-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1433948560140603969/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:11:41.774 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml 13:11:41.786 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 13:11:41.786 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml 13:11:41.787 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:11:41.787 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml. 1s648ms [pure insertion] marking any relevant derived attributes for update...13:11:41.787 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s21ms 13:11:41.808 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s21ms 13:11:41.810 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml... 13:11:41.810 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:41.811 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:41.811 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml... 13:11:41.811 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml 13:11:41.814 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:41.814 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml 13:11:41.815 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:41.815 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:11:41.815 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:41.815 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:41.816 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml... 13:11:41.816 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:41.816 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:41.816 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml... 13:11:41.816 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml 13:11:41.819 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:11:41.819 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml 13:11:41.819 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:41.819 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:11:41.819 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:41.819 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:41.820 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml... 13:11:41.820 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:41.821 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:41.821 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml... 13:11:41.821 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml 13:11:41.823 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:41.823 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml 13:11:41.823 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:41.823 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:11:41.823 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:41.823 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:41.824 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml... 13:11:41.824 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:41.824 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:41.824 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml... 13:11:41.825 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml 13:11:41.830 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 13:11:41.830 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml 13:11:41.831 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 13:11:41.831 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:41.831 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:41.831 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:41.832 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml... 13:11:41.832 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:41.833 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:41.833 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml... 13:11:41.833 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml 13:11:41.834 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 13:11:41.834 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml 13:11:41.835 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:11:41.835 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:11:41.835 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:41.835 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:41.836 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml... 13:11:41.836 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:41.836 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:41.836 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml... 13:11:41.837 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml 13:11:41.838 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:41.838 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml 13:11:41.838 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:41.838 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:11:41.838 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:41.838 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:41.838 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml... 13:11:41.838 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:41.839 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:41.839 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml... 13:11:41.839 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml 13:11:41.843 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:41.843 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml 13:11:41.844 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:41.844 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:11:41.844 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:41.844 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:41.844 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml... 13:11:41.844 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:41.895 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:41.895 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml... 13:11:41.895 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml 13:11:41.897 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:41.897 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml 13:11:41.897 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:41.897 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml. 0s53ms [pure insertion] marking any relevant derived attributes for update...13:11:41.897 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:41.897 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:41.898 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml... 13:11:41.898 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:41.898 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:41.898 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml... 13:11:41.899 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml 13:11:41.901 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:41.901 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml 13:11:41.901 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:41.901 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:11:41.901 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:41.901 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:41.902 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 13:11:41.902 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:41.903 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:41.903 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 13:11:41.904 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml 13:11:41.906 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:41.906 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml 13:11:41.906 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:41.906 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml. 0s4ms [pure insertion] marking any relevant derived attributes for update...13:11:41.906 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:41.906 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:41.907 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml... 13:11:41.907 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:41.926 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:41.926 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml... 13:11:41.926 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml 13:11:41.928 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:41.928 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml 13:11:41.928 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:41.928 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml. 0s21ms [pure insertion] marking any relevant derived attributes for update...13:11:41.928 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:41.928 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:41.929 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml... 13:11:41.929 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:41.930 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:41.930 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml... 13:11:41.930 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml 13:11:41.950 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 13:11:41.950 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml 13:11:41.995 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:11:41.995 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...13:11:41.995 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:41.995 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:41.995 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml... 13:11:41.995 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:41.996 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:41.996 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml... 13:11:41.996 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml 13:11:41.998 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:41.998 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml 13:11:41.998 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:41.998 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:11:41.998 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:41.998 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:41.998 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml... 13:11:41.998 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:41.999 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:41.999 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml... 13:11:41.999 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml 13:11:42.001 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.001 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml 13:11:42.001 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.001 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:11:42.001 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.001 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.001 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml... 13:11:42.001 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.002 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.002 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml... 13:11:42.003 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml 13:11:42.004 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.004 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml 13:11:42.004 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.004 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:11:42.004 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.004 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.005 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml... 13:11:42.005 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.006 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.006 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml... 13:11:42.006 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml 13:11:42.007 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:11:42.007 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml 13:11:42.007 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.007 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:11:42.007 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:42.008 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:42.008 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml... 13:11:42.008 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.009 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.009 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml... 13:11:42.009 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml 13:11:42.010 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.010 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml 13:11:42.011 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.011 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:11:42.011 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.011 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.011 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml... 13:11:42.011 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.012 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.012 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml... 13:11:42.012 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml 13:11:42.014 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.014 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml 13:11:42.014 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.014 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:11:42.014 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.014 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.015 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml... 13:11:42.015 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.016 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.016 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml... 13:11:42.017 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml 13:11:42.018 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.018 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml 13:11:42.019 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.019 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml. 0s4ms [pure insertion] marking any relevant derived attributes for update...13:11:42.019 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.019 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.019 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml... 13:11:42.019 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.035 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.035 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml... 13:11:42.035 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml 13:11:42.036 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.036 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml 13:11:42.036 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.036 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...13:11:42.037 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.037 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.037 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 13:11:42.037 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.101 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.101 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 13:11:42.101 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml 13:11:42.102 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.102 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml 13:11:42.103 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.103 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...13:11:42.103 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.103 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.103 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml... 13:11:42.104 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.109 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.109 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml... 13:11:42.110 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml 13:11:42.405 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:11:42.405 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml 13:11:42.406 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.406 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml. 0s303ms [pure insertion] marking any relevant derived attributes for update...13:11:42.406 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.406 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.406 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml... 13:11:42.406 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.443 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.443 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml... 13:11:42.443 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml 13:11:42.445 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.445 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml 13:11:42.445 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.445 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml. 0s39ms [pure insertion] marking any relevant derived attributes for update...13:11:42.445 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.445 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.445 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml... 13:11:42.445 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.451 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.451 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml... 13:11:42.451 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml 13:11:42.453 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:42.453 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml 13:11:42.453 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:42.453 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:42.453 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.453 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.454 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml... 13:11:42.454 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.460 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.460 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml... 13:11:42.467 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml 13:11:42.468 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.468 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml 13:11:42.469 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.469 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...13:11:42.469 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.469 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.469 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml... 13:11:42.469 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.471 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.471 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml... 13:11:42.476 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml 13:11:42.477 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.477 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml 13:11:42.477 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.477 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:42.477 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.477 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.478 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 13:11:42.478 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.479 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.479 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 13:11:42.479 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml 13:11:42.485 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.485 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml 13:11:42.485 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.485 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:42.485 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:42.486 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:42.486 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml... 13:11:42.486 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.487 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.487 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml... 13:11:42.488 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml 13:11:42.494 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.494 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml 13:11:42.494 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.494 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:42.494 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.494 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.494 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml... 13:11:42.494 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.510 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.510 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml... 13:11:42.510 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml 13:11:42.512 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.512 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml 13:11:42.512 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.512 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml. 0s18ms [pure insertion] marking any relevant derived attributes for update...13:11:42.512 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.512 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.513 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml... 13:11:42.513 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.518 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.518 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml... 13:11:42.518 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml 13:11:42.520 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.520 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml 13:11:42.520 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.520 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:42.520 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.520 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.520 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml... 13:11:42.521 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.527 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.527 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml... 13:11:42.527 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml 13:11:42.528 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.528 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml 13:11:42.528 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.528 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:42.528 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:42.529 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:42.529 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml... 13:11:42.529 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.535 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.535 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml... 13:11:42.535 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml 13:11:42.537 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.537 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml 13:11:42.537 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.537 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:42.537 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.537 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.537 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml... 13:11:42.537 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.544 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.544 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml... 13:11:42.551 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml 13:11:42.553 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.553 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml 13:11:42.553 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.553 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:11:42.553 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.553 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.553 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 13:11:42.554 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.555 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.555 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 13:11:42.560 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml 13:11:42.561 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.561 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml 13:11:42.561 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.561 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:42.561 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.561 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.562 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml... 13:11:42.562 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.563 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.563 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml... 13:11:42.563 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml 13:11:42.569 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:11:42.569 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml 13:11:42.569 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.569 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:42.569 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.569 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.570 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml... 13:11:42.570 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.571 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.571 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml... 13:11:42.571 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml 13:11:42.578 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec) 13:11:42.578 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml 13:11:42.579 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:11:42.579 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:42.579 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.579 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.579 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml... 13:11:42.580 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.581 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.581 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml... 13:11:42.581 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml 13:11:42.594 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.594 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml 13:11:42.595 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.595 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:11:42.595 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.595 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.602 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml... 13:11:42.602 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.603 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.603 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml... 13:11:42.604 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml 13:11:42.605 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.605 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml 13:11:42.606 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.606 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml. 0s4ms [pure insertion] marking any relevant derived attributes for update...13:11:42.606 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.606 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.606 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml... 13:11:42.606 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.611 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.611 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml... 13:11:42.611 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml 13:11:42.612 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.612 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml 13:11:42.612 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.613 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:42.613 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.613 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.613 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml... 13:11:42.613 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.619 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.619 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml... 13:11:42.620 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml 13:11:42.621 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:42.621 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml 13:11:42.621 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:42.621 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:42.621 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:42.622 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:42.622 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml... 13:11:42.622 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.628 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.628 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml... 13:11:42.628 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml 13:11:42.629 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.629 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml 13:11:42.629 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.629 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:42.630 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.630 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.630 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml... 13:11:42.630 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.636 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.636 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml... 13:11:42.644 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml 13:11:42.645 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 13:11:42.645 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml 13:11:42.646 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:11:42.646 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:11:42.646 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.646 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.646 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 13:11:42.646 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.647 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.647 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 13:11:42.652 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml 13:11:42.654 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.654 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml 13:11:42.654 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.654 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:42.654 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.654 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.654 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml... 13:11:42.654 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.655 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.655 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml... 13:11:42.655 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml 13:11:42.694 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.694 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml 13:11:42.695 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.695 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml. 0s41ms [pure insertion] marking any relevant derived attributes for update...13:11:42.695 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.695 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.695 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml... 13:11:42.695 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.697 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.697 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml... 13:11:42.697 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml 13:11:42.704 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:11:42.704 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml 13:11:42.704 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.704 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:42.704 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.704 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.705 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml... 13:11:42.705 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.706 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.706 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml... 13:11:42.706 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml 13:11:42.712 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.712 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml 13:11:42.712 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.712 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:42.712 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.712 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.712 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 13:11:42.712 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.720 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.720 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 13:11:42.721 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml 13:11:42.722 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.722 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml 13:11:42.722 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.722 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:42.722 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:42.723 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:42.723 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml... 13:11:42.723 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.728 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.728 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml... 13:11:42.729 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml 13:11:42.730 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.730 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml 13:11:42.730 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.730 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:42.730 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.730 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.731 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml... 13:11:42.731 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.737 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.737 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml... 13:11:42.737 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml 13:11:42.738 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.738 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml 13:11:42.739 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.739 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:42.739 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.739 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.739 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml... 13:11:42.739 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.745 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.745 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml... 13:11:42.746 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml 13:11:42.747 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.747 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml 13:11:42.747 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.747 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:42.747 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.747 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.747 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml... 13:11:42.748 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.754 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.754 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml... 13:11:42.761 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml 13:11:42.763 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.763 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml 13:11:42.795 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.795 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml. 0s48ms [pure insertion] marking any relevant derived attributes for update...13:11:42.795 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.795 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.795 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml... 13:11:42.795 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.797 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.797 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml... 13:11:42.803 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml 13:11:42.804 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.804 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml 13:11:42.805 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.805 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:42.805 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.805 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.805 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml... 13:11:42.805 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.806 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.806 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml... 13:11:42.806 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml 13:11:42.813 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:11:42.813 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml 13:11:42.813 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.813 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:42.813 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.813 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.813 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml... 13:11:42.813 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.814 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.814 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml... 13:11:42.815 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml 13:11:42.821 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:11:42.821 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml 13:11:42.822 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.822 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:42.822 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.822 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.822 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 13:11:42.822 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.823 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.823 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 13:11:42.824 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml 13:11:42.829 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.829 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml 13:11:42.829 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.829 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:42.830 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.830 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.831 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml... 13:11:42.831 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.838 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.838 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml... 13:11:42.838 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml 13:11:42.843 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec) 13:11:42.843 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml 13:11:42.895 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 13:11:42.895 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml. 0s64ms [pure insertion] marking any relevant derived attributes for update...13:11:42.895 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.895 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.896 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml... 13:11:42.896 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.904 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.904 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml... 13:11:42.905 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml 13:11:42.906 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:42.906 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml 13:11:42.906 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:42.906 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:42.906 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.906 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.907 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml... 13:11:42.907 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.913 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.913 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml... 13:11:42.913 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml 13:11:42.914 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.914 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml 13:11:42.914 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.914 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:42.914 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.914 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.915 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml... 13:11:42.915 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.921 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.921 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml... 13:11:42.921 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml 13:11:42.924 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.924 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml 13:11:42.924 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.924 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:42.924 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.924 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.924 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 13:11:42.924 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.930 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.930 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 13:11:42.937 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml 13:11:42.939 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 13:11:42.939 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml 13:11:42.939 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:42.939 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...13:11:42.939 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.939 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.939 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 13:11:42.940 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.941 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.941 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 13:11:42.945 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml 13:11:42.947 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.947 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml 13:11:42.947 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.947 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:42.947 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.947 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.947 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml... 13:11:42.947 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.948 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.948 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml... 13:11:42.949 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml 13:11:42.950 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:42.950 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml 13:11:42.950 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:42.950 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:11:42.950 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.950 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.951 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml... 13:11:42.951 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.952 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.952 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml... 13:11:42.952 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml 13:11:42.954 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 13:11:42.954 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml 13:11:42.996 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 13:11:42.996 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml. 0s45ms [pure insertion] marking any relevant derived attributes for update...13:11:42.996 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:42.996 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:42.996 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml... 13:11:42.996 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:42.998 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:42.998 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml... 13:11:42.998 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml 13:11:43.005 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.005 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml 13:11:43.005 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.005 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:43.005 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.005 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.006 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml... 13:11:43.006 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.014 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.014 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml... 13:11:43.014 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml 13:11:43.015 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.015 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml 13:11:43.029 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.029 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml. 0s23ms [pure insertion] marking any relevant derived attributes for update...13:11:43.029 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.029 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.030 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 13:11:43.030 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.038 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.038 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 13:11:43.039 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml 13:11:43.040 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:11:43.040 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml 13:11:43.040 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.040 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:43.040 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.040 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.041 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml... 13:11:43.041 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.095 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.095 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml... 13:11:43.095 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml 13:11:43.096 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:11:43.096 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml 13:11:43.097 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.097 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml. 0s56ms [pure insertion] marking any relevant derived attributes for update...13:11:43.097 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.097 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.097 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml... 13:11:43.097 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.106 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.106 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml... 13:11:43.106 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml 13:11:43.107 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.107 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml 13:11:43.107 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.107 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:43.107 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.107 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.108 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml... 13:11:43.108 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.114 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.114 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml... 13:11:43.122 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml 13:11:43.123 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.123 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml 13:11:43.123 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.123 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...13:11:43.123 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.123 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.124 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml... 13:11:43.124 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.125 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.125 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml... 13:11:43.130 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml 13:11:43.131 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 13:11:43.131 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml 13:11:43.132 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:11:43.132 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.132 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.132 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.132 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml... 13:11:43.132 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.133 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.133 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml... 13:11:43.134 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml 13:11:43.140 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 13:11:43.140 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml 13:11:43.140 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:11:43.140 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.140 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:43.141 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:43.141 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml... 13:11:43.141 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.142 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.142 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml... 13:11:43.142 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml 13:11:43.148 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.148 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml 13:11:43.148 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.148 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:43.148 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.148 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.149 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml... 13:11:43.149 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.150 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.150 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml... 13:11:43.151 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml 13:11:43.214 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 13:11:43.215 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml 13:11:43.215 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.215 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...13:11:43.215 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.215 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.215 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml... 13:11:43.215 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.217 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.217 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml... 13:11:43.217 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml 13:11:43.223 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec) 13:11:43.223 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml 13:11:43.223 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 13:11:43.224 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:43.224 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.224 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.224 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 13:11:43.224 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.225 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.225 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 13:11:43.225 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml 13:11:43.231 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.231 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml 13:11:43.231 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.231 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:43.231 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.231 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.232 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml... 13:11:43.232 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.233 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.233 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml... 13:11:43.233 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml 13:11:43.240 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.240 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml 13:11:43.240 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.240 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.240 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.240 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.240 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 13:11:43.240 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.242 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.242 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 13:11:43.242 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 13:11:43.248 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 13:11:43.248 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 13:11:43.249 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:11:43.249 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:43.249 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.249 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.249 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml... 13:11:43.249 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.250 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.250 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml... 13:11:43.256 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml 13:11:43.257 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 13:11:43.257 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml 13:11:43.258 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:11:43.258 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:43.258 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.258 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.258 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml... 13:11:43.258 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.259 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.259 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml... 13:11:43.264 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml 13:11:43.295 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.295 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml 13:11:43.295 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.295 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml. 0s37ms [pure insertion] marking any relevant derived attributes for update...13:11:43.295 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:43.296 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:43.296 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml... 13:11:43.296 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.297 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.297 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml... 13:11:43.297 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml 13:11:43.307 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.307 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml 13:11:43.307 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.307 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:11:43.307 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.307 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.307 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml... 13:11:43.308 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.308 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.308 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml... 13:11:43.309 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml 13:11:43.316 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.316 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml 13:11:43.316 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.316 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:43.316 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.316 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.316 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml... 13:11:43.317 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.318 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.318 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml... 13:11:43.318 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml 13:11:43.323 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.324 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml 13:11:43.324 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.324 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.324 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.324 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.324 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml... 13:11:43.324 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.332 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.332 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml... 13:11:43.332 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml 13:11:43.334 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.334 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml 13:11:43.334 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.334 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:43.334 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.334 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.334 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 13:11:43.334 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.340 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.340 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 13:11:43.341 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml 13:11:43.342 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 13:11:43.342 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml 13:11:43.342 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:11:43.342 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.342 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.342 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.343 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml... 13:11:43.343 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.349 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.349 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml... 13:11:43.349 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml 13:11:43.351 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 13:11:43.351 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml 13:11:43.352 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:43.352 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:43.352 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.352 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.352 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml... 13:11:43.352 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.399 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.399 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml... 13:11:43.399 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml 13:11:43.401 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 13:11:43.401 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml 13:11:43.402 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 13:11:43.402 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml. 0s50ms [pure insertion] marking any relevant derived attributes for update...13:11:43.402 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.402 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.402 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml... 13:11:43.402 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.407 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.408 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml... 13:11:43.415 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml 13:11:43.416 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:11:43.416 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml 13:11:43.417 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.417 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...13:11:43.417 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.417 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.417 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml... 13:11:43.417 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.418 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.418 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml... 13:11:43.423 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml 13:11:43.425 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.425 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml 13:11:43.425 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.425 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:43.425 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.425 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.425 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml... 13:11:43.425 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.426 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.426 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml... 13:11:43.427 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml 13:11:43.433 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.433 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml 13:11:43.433 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.433 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.433 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.433 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.433 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml... 13:11:43.433 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.435 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.435 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml... 13:11:43.435 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml 13:11:43.442 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 13:11:43.442 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml 13:11:43.442 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:11:43.442 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:43.442 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.442 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.443 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml... 13:11:43.443 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.444 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.444 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml... 13:11:43.445 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml 13:11:43.541 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 13:11:43.541 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml 13:11:43.542 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:11:43.542 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml. 0s99ms [pure insertion] marking any relevant derived attributes for update...13:11:43.542 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.542 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.542 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml... 13:11:43.542 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.544 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.544 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml... 13:11:43.544 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml 13:11:43.549 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.549 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml 13:11:43.550 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.550 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:43.550 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.550 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.595 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml... 13:11:43.595 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.597 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.597 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml... 13:11:43.597 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml 13:11:43.633 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec) 13:11:43.633 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml 13:11:43.633 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.633 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml. 0s38ms [pure insertion] marking any relevant derived attributes for update...13:11:43.633 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.633 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.634 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml... 13:11:43.634 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.635 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.635 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml... 13:11:43.635 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml 13:11:43.684 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:11:43.684 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml 13:11:43.684 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.684 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml. 0s50ms [pure insertion] marking any relevant derived attributes for update...13:11:43.684 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.684 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.694 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml... 13:11:43.695 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.696 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.696 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml... 13:11:43.696 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml 13:11:43.700 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.700 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml 13:11:43.700 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.700 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:11:43.700 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.700 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.700 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml... 13:11:43.700 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.701 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.701 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml... 13:11:43.707 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml 13:11:43.709 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.709 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml 13:11:43.709 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.709 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:43.709 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.709 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.709 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml... 13:11:43.709 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.710 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.710 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml... 13:11:43.716 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml 13:11:43.717 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.717 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml 13:11:43.717 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.717 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.717 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.717 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.718 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml... 13:11:43.718 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.719 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.719 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml... 13:11:43.719 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml 13:11:43.726 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.726 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml 13:11:43.726 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.726 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.726 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.726 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.727 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml... 13:11:43.727 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.728 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.728 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml... 13:11:43.728 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml 13:11:43.734 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 13:11:43.734 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml 13:11:43.734 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:11:43.735 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.735 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.735 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.735 [pool-212-thread-1] INFO o.e.h.c.r.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) 13:11:43.735 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml... 13:11:43.735 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.736 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.736 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml... 13:11:43.737 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml 13:11:43.742 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 13:11:43.742 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml 13:11:43.742 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:11:43.742 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:43.742 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:43.743 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:43.743 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml... 13:11:43.743 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.744 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.744 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml... 13:11:43.744 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml 13:11:43.750 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.750 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml 13:11:43.750 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.750 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:43.750 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.750 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.751 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml... 13:11:43.751 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.752 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.752 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml... 13:11:43.752 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml 13:11:43.759 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:11:43.759 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml 13:11:43.759 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.759 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.759 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.759 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.794 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml... 13:11:43.794 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.796 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.796 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml... 13:11:43.796 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml 13:11:43.800 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.801 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml 13:11:43.801 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.801 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:43.801 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.801 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.801 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml... 13:11:43.801 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.802 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.802 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml... 13:11:43.802 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml 13:11:43.809 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:11:43.809 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml 13:11:43.809 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.809 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.809 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.809 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.810 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml... 13:11:43.810 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.811 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.811 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml... 13:11:43.817 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml 13:11:43.818 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:43.818 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml 13:11:43.818 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:43.818 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.818 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.818 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.819 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml... 13:11:43.819 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.820 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.820 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml... 13:11:43.825 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml 13:11:43.826 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.826 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml 13:11:43.827 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.827 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:43.827 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.827 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.827 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml... 13:11:43.827 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.828 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.828 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml... 13:11:43.828 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml 13:11:43.835 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:43.835 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml 13:11:43.835 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:43.835 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.835 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.835 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.835 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml... 13:11:43.835 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.836 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.836 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml... 13:11:43.836 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml 13:11:43.843 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.843 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml 13:11:43.843 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.843 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.843 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.843 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.844 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml... 13:11:43.844 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.845 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.845 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml... 13:11:43.845 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml 13:11:43.851 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.851 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml 13:11:43.851 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.851 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:43.851 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.851 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.852 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml... 13:11:43.852 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.860 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.860 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml... 13:11:43.860 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml 13:11:43.895 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.896 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml 13:11:43.896 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.896 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml. 0s44ms [pure insertion] marking any relevant derived attributes for update...13:11:43.896 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.896 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.896 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml... 13:11:43.896 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.901 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.901 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml... 13:11:43.902 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml 13:11:43.903 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.903 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml 13:11:43.903 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.903 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:43.903 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.903 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.903 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml... 13:11:43.903 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.910 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.910 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml... 13:11:43.910 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml 13:11:43.911 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.911 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml 13:11:43.911 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.911 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.911 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.911 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.912 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml... 13:11:43.912 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.918 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.918 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml... 13:11:43.918 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml 13:11:43.920 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:11:43.920 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml 13:11:43.920 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.920 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.920 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.920 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.920 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml... 13:11:43.920 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.927 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.927 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml... 13:11:43.934 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml 13:11:43.935 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.935 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml 13:11:43.935 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.935 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...13:11:43.936 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.936 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.936 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml... 13:11:43.936 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.937 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.937 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml... 13:11:43.943 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml 13:11:43.944 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:11:43.944 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml 13:11:43.944 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.944 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:43.944 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.944 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.945 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml... 13:11:43.945 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.946 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.946 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml... 13:11:43.946 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml 13:11:43.952 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.952 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml 13:11:43.952 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.952 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:43.952 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.952 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.953 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 13:11:43.953 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.954 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.954 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 13:11:43.954 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml 13:11:43.995 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:43.995 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml 13:11:43.995 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:43.995 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml. 0s42ms [pure insertion] marking any relevant derived attributes for update...13:11:43.995 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:43.995 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:43.996 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml... 13:11:43.996 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:43.998 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:43.998 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml... 13:11:43.998 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml 13:11:44.019 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 13:11:44.019 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml 13:11:44.019 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.019 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml. 0s23ms [pure insertion] marking any relevant derived attributes for update...13:11:44.019 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.019 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.019 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml... 13:11:44.019 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.021 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.021 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml... 13:11:44.021 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml 13:11:44.027 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.027 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml 13:11:44.027 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.027 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.027 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.027 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.028 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml... 13:11:44.028 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.029 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.029 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml... 13:11:44.029 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml 13:11:44.035 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:44.035 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml 13:11:44.036 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:44.036 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.036 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.036 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.036 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml... 13:11:44.036 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.037 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.037 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml... 13:11:44.037 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml 13:11:44.044 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.044 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml 13:11:44.044 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.044 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.044 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.044 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.044 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml... 13:11:44.045 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.045 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.046 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml... 13:11:44.046 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml 13:11:44.078 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.078 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml 13:11:44.078 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.078 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml. 0s34ms [pure insertion] marking any relevant derived attributes for update...13:11:44.078 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.078 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.094 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml... 13:11:44.094 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.095 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.095 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml... 13:11:44.102 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml 13:11:44.103 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.103 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml 13:11:44.103 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.103 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:44.103 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.103 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.104 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml... 13:11:44.104 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.105 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.105 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml... 13:11:44.110 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml 13:11:44.111 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.111 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml 13:11:44.112 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.112 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.112 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.112 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.112 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml... 13:11:44.112 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.113 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.113 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml... 13:11:44.113 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml 13:11:44.120 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.120 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml 13:11:44.120 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.120 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.120 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.120 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.120 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml... 13:11:44.120 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.121 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.121 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml... 13:11:44.122 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml 13:11:44.128 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.128 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml 13:11:44.129 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.129 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:44.129 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.129 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.129 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml... 13:11:44.129 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.130 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.130 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml... 13:11:44.131 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml 13:11:44.136 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 13:11:44.136 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml 13:11:44.137 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:11:44.137 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.137 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.137 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.137 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml... 13:11:44.137 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.139 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.139 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml... 13:11:44.139 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml 13:11:44.144 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:44.144 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml 13:11:44.145 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:44.145 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.145 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.145 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.145 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml... 13:11:44.145 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.146 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.146 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml... 13:11:44.147 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml 13:11:44.153 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.153 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml 13:11:44.153 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.153 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.153 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.153 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.154 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml... 13:11:44.154 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.195 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.195 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml... 13:11:44.195 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml 13:11:44.203 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec) 13:11:44.203 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml 13:11:44.206 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 13:11:44.206 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml. 0s52ms [pure insertion] marking any relevant derived attributes for update...13:11:44.206 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.206 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.206 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml... 13:11:44.206 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.207 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.207 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml... 13:11:44.207 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml 13:11:44.212 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.212 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml 13:11:44.212 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.212 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:44.212 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.212 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.212 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml... 13:11:44.212 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.214 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.214 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml... 13:11:44.219 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml 13:11:44.220 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.220 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml 13:11:44.220 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.221 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:44.221 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.221 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.221 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml... 13:11:44.221 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.222 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.222 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml... 13:11:44.228 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml 13:11:44.229 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.229 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml 13:11:44.229 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.229 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.229 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.229 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.229 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml... 13:11:44.230 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.230 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.230 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml... 13:11:44.231 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml 13:11:44.237 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.237 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml 13:11:44.237 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.237 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.237 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.237 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.238 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml... 13:11:44.238 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.239 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.239 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml... 13:11:44.239 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml 13:11:44.245 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.246 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml 13:11:44.246 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.246 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.246 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.246 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.246 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml... 13:11:44.246 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.247 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.247 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml... 13:11:44.248 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml 13:11:44.254 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.254 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml 13:11:44.254 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.254 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.254 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.254 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.254 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml... 13:11:44.254 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.262 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.262 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml... 13:11:44.263 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml 13:11:44.295 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.295 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml 13:11:44.295 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.295 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml. 0s41ms [pure insertion] marking any relevant derived attributes for update...13:11:44.295 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.295 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.296 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml... 13:11:44.296 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.304 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.304 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml... 13:11:44.304 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml 13:11:44.305 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.305 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml 13:11:44.306 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.306 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:11:44.306 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.306 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.306 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml... 13:11:44.306 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.312 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.312 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml... 13:11:44.312 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml 13:11:44.314 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.314 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml 13:11:44.314 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.314 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.314 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.314 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.314 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml... 13:11:44.314 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.321 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.321 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml... 13:11:44.321 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml 13:11:44.348 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 13:11:44.348 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml 13:11:44.348 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.349 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml. 0s35ms [pure insertion] marking any relevant derived attributes for update...13:11:44.349 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.349 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.349 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml... 13:11:44.349 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.354 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.354 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml... 13:11:44.362 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml 13:11:44.363 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.363 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml 13:11:44.363 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.363 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...13:11:44.363 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.363 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.364 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml... 13:11:44.364 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.364 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.364 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml... 13:11:44.370 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml 13:11:44.395 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.395 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml 13:11:44.395 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.395 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml. 0s31ms [pure insertion] marking any relevant derived attributes for update...13:11:44.395 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.395 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.395 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml... 13:11:44.395 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.396 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.396 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml... 13:11:44.397 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml 13:11:44.405 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:11:44.405 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml 13:11:44.405 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.405 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:44.405 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.405 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.405 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml... 13:11:44.405 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.406 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.406 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml... 13:11:44.406 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml 13:11:44.413 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 13:11:44.413 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml 13:11:44.414 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:11:44.414 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:44.414 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.414 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.414 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml... 13:11:44.414 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.416 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.416 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml... 13:11:44.416 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml 13:11:44.421 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 13:11:44.421 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml 13:11:44.423 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 13:11:44.423 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:44.423 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.423 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.424 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml... 13:11:44.424 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.425 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.425 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml... 13:11:44.425 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml 13:11:44.429 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 13:11:44.430 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml 13:11:44.430 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:11:44.430 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:44.430 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.430 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.430 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml... 13:11:44.430 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.431 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.431 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml... 13:11:44.431 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml 13:11:44.438 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.438 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml 13:11:44.438 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.438 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:44.438 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.438 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.439 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml... 13:11:44.439 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.440 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.440 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml... 13:11:44.440 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml 13:11:44.446 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.446 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml 13:11:44.447 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.447 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.447 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.447 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.447 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml... 13:11:44.447 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.448 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.448 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml... 13:11:44.448 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml 13:11:44.455 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.455 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml 13:11:44.455 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.455 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.455 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.455 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.456 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml... 13:11:44.456 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.495 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.495 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml... 13:11:44.504 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml 13:11:44.506 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.506 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml 13:11:44.506 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.506 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml. 0s50ms [pure insertion] marking any relevant derived attributes for update...13:11:44.506 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.506 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.506 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml... 13:11:44.506 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.507 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.507 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml... 13:11:44.513 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml 13:11:44.514 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.514 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml 13:11:44.514 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.514 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.514 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.514 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.514 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml... 13:11:44.515 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.515 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.515 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml... 13:11:44.516 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml 13:11:44.522 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.522 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml 13:11:44.523 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.523 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:44.523 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.523 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.523 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml... 13:11:44.523 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.524 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.524 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml... 13:11:44.525 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml 13:11:44.532 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 13:11:44.532 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml 13:11:44.533 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 13:11:44.534 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:11:44.534 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.534 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.534 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml... 13:11:44.534 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.535 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.535 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml... 13:11:44.535 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml 13:11:44.539 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.539 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml 13:11:44.539 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.539 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:11:44.539 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.539 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.540 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml... 13:11:44.540 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.548 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.548 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml... 13:11:44.548 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml 13:11:44.549 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.549 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml 13:11:44.549 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.549 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:44.549 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.549 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.550 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml... 13:11:44.550 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.556 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.556 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml... 13:11:44.594 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml 13:11:44.596 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.596 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml 13:11:44.596 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.596 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml. 0s46ms [pure insertion] marking any relevant derived attributes for update...13:11:44.596 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.596 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.596 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 13:11:44.596 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.606 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.606 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 13:11:44.606 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 13:11:44.608 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 13:11:44.608 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 13:11:44.608 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:11:44.608 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...13:11:44.608 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.608 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.609 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml... 13:11:44.609 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.615 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.615 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml... 13:11:44.615 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml 13:11:44.618 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec) 13:11:44.618 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml 13:11:44.620 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 13:11:44.620 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:11:44.620 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.620 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.620 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml... 13:11:44.620 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.623 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.623 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml... 13:11:44.630 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml 13:11:44.632 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 13:11:44.632 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml 13:11:44.632 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:44.632 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...13:11:44.632 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.632 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.632 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 13:11:44.633 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.634 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.634 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 13:11:44.639 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml 13:11:44.640 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.640 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml 13:11:44.640 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.640 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.640 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:44.641 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:44.641 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml... 13:11:44.641 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.642 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.642 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml... 13:11:44.642 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml 13:11:44.649 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.649 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml 13:11:44.649 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.649 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.649 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.649 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.649 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml... 13:11:44.649 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.650 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.651 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml... 13:11:44.651 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml 13:11:44.695 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.695 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml 13:11:44.696 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.696 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml. 0s47ms [pure insertion] marking any relevant derived attributes for update...13:11:44.696 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.696 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.696 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml... 13:11:44.696 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.698 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.698 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml... 13:11:44.699 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml 13:11:44.707 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 13:11:44.707 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml 13:11:44.707 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:11:44.707 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:11:44.707 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.707 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.708 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml... 13:11:44.708 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.709 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.709 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml... 13:11:44.709 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml 13:11:44.715 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 13:11:44.715 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml 13:11:44.716 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 13:11:44.716 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.716 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.716 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.716 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml... 13:11:44.716 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.717 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.717 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml... 13:11:44.717 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml 13:11:44.724 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:44.724 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml 13:11:44.724 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:44.724 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.724 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.724 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.725 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml... 13:11:44.725 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.726 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.726 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml... 13:11:44.726 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml 13:11:44.732 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 13:11:44.732 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml 13:11:44.733 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 13:11:44.733 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.733 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:44.734 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:44.734 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml... 13:11:44.734 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.735 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.735 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml... 13:11:44.735 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml 13:11:44.740 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.740 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml 13:11:44.741 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.741 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:44.741 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.741 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.741 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml... 13:11:44.741 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.742 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.742 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml... 13:11:44.748 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml 13:11:44.794 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.794 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml 13:11:44.795 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.795 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml. 0s54ms [pure insertion] marking any relevant derived attributes for update...13:11:44.795 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.795 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.795 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml... 13:11:44.795 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.796 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.796 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml... 13:11:44.798 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml 13:11:44.799 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 13:11:44.799 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml 13:11:44.800 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.800 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:11:44.800 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.800 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.800 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml... 13:11:44.800 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.801 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.801 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml... 13:11:44.801 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml 13:11:44.808 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.808 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml 13:11:44.808 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.808 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:44.808 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.808 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.808 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml... 13:11:44.808 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.809 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.809 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml... 13:11:44.809 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml 13:11:44.816 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 13:11:44.816 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml 13:11:44.817 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:44.817 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:44.817 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.817 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.817 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml... 13:11:44.817 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.818 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.818 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml... 13:11:44.818 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml 13:11:44.824 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:44.824 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml 13:11:44.825 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:44.825 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.825 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.825 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.825 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml... 13:11:44.825 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.833 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.833 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml... 13:11:44.833 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml 13:11:44.834 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.834 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml 13:11:44.834 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.834 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:44.834 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.834 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.835 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml... 13:11:44.835 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.841 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.841 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml... 13:11:44.841 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml 13:11:44.842 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.842 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml 13:11:44.843 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.843 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.843 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.843 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.843 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml... 13:11:44.843 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.850 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.850 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml... 13:11:44.850 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml 13:11:44.851 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.851 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml 13:11:44.851 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.851 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:44.851 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.851 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.852 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml... 13:11:44.852 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.858 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.858 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml... 13:11:44.894 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml 13:11:44.896 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.896 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml 13:11:44.896 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.896 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml. 0s44ms [pure insertion] marking any relevant derived attributes for update...13:11:44.896 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.896 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.897 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml... 13:11:44.897 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.900 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.900 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml... 13:11:44.907 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml 13:11:44.910 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 13:11:44.910 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml 13:11:44.911 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.911 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...13:11:44.911 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.911 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.911 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml... 13:11:44.911 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.912 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.912 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml... 13:11:44.916 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml 13:11:44.917 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.917 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml 13:11:44.918 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.918 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:44.918 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.918 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.918 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml... 13:11:44.918 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.919 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.919 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml... 13:11:44.920 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml 13:11:44.925 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:44.925 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml 13:11:44.925 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:44.925 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:44.925 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.926 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.926 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml... 13:11:44.926 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.927 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.927 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml... 13:11:44.927 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml 13:11:44.934 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.934 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml 13:11:44.934 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.934 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.934 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.934 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.934 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 13:11:44.934 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.935 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.935 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 13:11:44.936 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml 13:11:44.942 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.942 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml 13:11:44.942 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.942 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:44.942 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.942 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.943 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml... 13:11:44.943 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.950 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.950 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml... 13:11:44.951 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml 13:11:44.952 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.952 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml 13:11:44.952 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:44.952 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:44.952 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:44.952 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:44.952 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml... 13:11:44.952 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:44.959 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:44.959 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml... 13:11:44.959 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml 13:11:44.996 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:44.996 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml 13:11:45.005 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.005 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml. 0s53ms [pure insertion] marking any relevant derived attributes for update...13:11:45.005 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.005 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.006 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml... 13:11:45.006 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.017 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.017 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml... 13:11:45.017 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml 13:11:45.019 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.019 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml 13:11:45.019 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.019 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml. 0s13ms [pure insertion] marking any relevant derived attributes for update...13:11:45.019 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.019 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.019 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml... 13:11:45.019 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.026 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.026 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml... 13:11:45.026 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml 13:11:45.027 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.027 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml 13:11:45.027 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.027 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.027 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.027 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.027 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml... 13:11:45.027 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.034 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.034 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml... 13:11:45.041 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml 13:11:45.043 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.043 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml 13:11:45.043 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.043 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:11:45.043 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.043 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.043 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 13:11:45.043 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.044 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.044 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 13:11:45.050 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml 13:11:45.051 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.051 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml 13:11:45.051 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.051 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.051 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.051 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.052 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml... 13:11:45.052 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.053 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.053 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml... 13:11:45.053 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml 13:11:45.095 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.095 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml 13:11:45.095 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.095 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml. 0s43ms [pure insertion] marking any relevant derived attributes for update...13:11:45.095 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.095 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.096 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml... 13:11:45.096 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.097 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.097 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml... 13:11:45.097 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml 13:11:45.103 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 13:11:45.103 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml 13:11:45.104 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 13:11:45.104 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.104 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.104 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.105 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml... 13:11:45.105 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.106 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.106 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml... 13:11:45.106 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml 13:11:45.118 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:45.118 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml 13:11:45.118 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:45.118 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml. 0s13ms [pure insertion] marking any relevant derived attributes for update...13:11:45.118 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.118 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.118 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml... 13:11:45.118 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.126 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.126 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml... 13:11:45.126 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml 13:11:45.128 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.128 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml 13:11:45.128 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.128 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:45.128 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.128 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.128 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml... 13:11:45.128 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.134 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.134 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml... 13:11:45.135 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml 13:11:45.136 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:11:45.136 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml 13:11:45.136 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.136 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.136 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.136 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.136 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 13:11:45.136 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.143 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.143 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 13:11:45.144 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml 13:11:45.145 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 13:11:45.145 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml 13:11:45.145 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:11:45.145 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:45.145 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.145 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.146 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml... 13:11:45.146 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.152 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.152 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml... 13:11:45.152 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml 13:11:45.153 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.153 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml 13:11:45.153 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.153 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:45.153 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.153 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.154 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml... 13:11:45.154 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.160 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.160 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml... 13:11:45.167 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml 13:11:45.169 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.169 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml 13:11:45.169 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.169 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...13:11:45.169 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.169 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.169 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml... 13:11:45.169 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.170 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.170 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml... 13:11:45.176 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml 13:11:45.177 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.177 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml 13:11:45.177 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.177 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.177 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.177 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.178 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml... 13:11:45.178 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.179 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.179 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml... 13:11:45.179 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml 13:11:45.185 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.185 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml 13:11:45.185 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.185 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:45.185 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.185 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.186 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml... 13:11:45.186 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.195 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.195 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml... 13:11:45.195 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml 13:11:45.202 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.202 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml 13:11:45.202 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.202 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:11:45.202 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.202 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.203 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml... 13:11:45.203 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.204 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.204 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml... 13:11:45.204 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml 13:11:45.210 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 13:11:45.210 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml 13:11:45.210 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:45.210 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:45.210 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.210 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.210 [pool-212-thread-1] INFO o.e.h.c.r.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/ (1 sec, 5 sec total) 13:11:45.211 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml... 13:11:45.211 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.219 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.219 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml... 13:11:45.219 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml 13:11:45.220 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.220 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml 13:11:45.220 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.220 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:45.220 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.221 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.221 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml... 13:11:45.221 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.227 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.227 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml... 13:11:45.227 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml 13:11:45.229 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 13:11:45.229 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml 13:11:45.229 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:11:45.229 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.229 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.229 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.230 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml... 13:11:45.230 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.235 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.235 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml... 13:11:45.236 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml 13:11:45.237 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.237 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml 13:11:45.237 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.237 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:45.237 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.237 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.237 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml... 13:11:45.237 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.244 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.244 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml... 13:11:45.244 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml 13:11:45.245 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.245 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml 13:11:45.245 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.245 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.245 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.245 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.245 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml... 13:11:45.245 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.253 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.253 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml... 13:11:45.260 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml 13:11:45.261 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:45.261 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml 13:11:45.261 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:45.261 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:11:45.261 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.261 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.262 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml... 13:11:45.262 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.263 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.263 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml... 13:11:45.268 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml 13:11:45.269 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.269 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml 13:11:45.270 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.270 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.270 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.270 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.270 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml... 13:11:45.270 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.271 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.271 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml... 13:11:45.271 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml 13:11:45.277 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:11:45.278 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml 13:11:45.278 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.278 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.278 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.278 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.278 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml... 13:11:45.278 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.279 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.279 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml... 13:11:45.279 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml 13:11:45.286 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:11:45.286 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml 13:11:45.286 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.286 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.286 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.286 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.287 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml... 13:11:45.287 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.288 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.288 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml... 13:11:45.288 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml 13:11:45.294 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.294 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml 13:11:45.294 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.294 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:45.294 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:45.295 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:45.295 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml... 13:11:45.295 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.303 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.303 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml... 13:11:45.303 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml 13:11:45.304 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.304 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml 13:11:45.304 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.304 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:45.304 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.304 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.305 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml... 13:11:45.305 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.311 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.311 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml... 13:11:45.311 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml 13:11:45.313 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:45.313 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml 13:11:45.313 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:45.313 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.313 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.313 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.314 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml... 13:11:45.314 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.320 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.320 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml... 13:11:45.320 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml 13:11:45.321 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:11:45.321 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml 13:11:45.321 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.321 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:45.321 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.321 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.322 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml... 13:11:45.322 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.328 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.328 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml... 13:11:45.328 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml 13:11:45.329 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.329 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml 13:11:45.330 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.330 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.330 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.330 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.330 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml... 13:11:45.330 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.337 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.337 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml... 13:11:45.344 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml 13:11:45.345 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 13:11:45.345 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml 13:11:45.346 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:45.346 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:11:45.346 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.346 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.346 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml... 13:11:45.346 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.347 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.347 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml... 13:11:45.352 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml 13:11:45.354 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:45.354 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml 13:11:45.354 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:45.354 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.354 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.354 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.354 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml... 13:11:45.354 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.355 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.355 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml... 13:11:45.355 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml 13:11:45.362 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.362 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml 13:11:45.362 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.362 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.362 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.362 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.362 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml... 13:11:45.362 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.363 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.363 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml... 13:11:45.363 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml 13:11:45.395 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.395 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml 13:11:45.395 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.395 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml. 0s33ms [pure insertion] marking any relevant derived attributes for update...13:11:45.395 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.395 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.396 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml... 13:11:45.396 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.397 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.397 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml... 13:11:45.397 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml 13:11:45.404 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:45.404 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml 13:11:45.404 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:45.404 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:45.404 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.404 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.404 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml... 13:11:45.404 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.412 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.412 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml... 13:11:45.412 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml 13:11:45.413 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.413 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml 13:11:45.414 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.414 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:45.414 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.414 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.414 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml... 13:11:45.414 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.420 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.420 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml... 13:11:45.420 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml 13:11:45.501 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec) 13:11:45.501 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml 13:11:45.502 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 13:11:45.502 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml. 0s88ms [pure insertion] marking any relevant derived attributes for update...13:11:45.502 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.502 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.503 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml... 13:11:45.503 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.512 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.512 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml... 13:11:45.512 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml 13:11:45.513 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.513 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml 13:11:45.514 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.514 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:11:45.514 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.514 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.514 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 13:11:45.514 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.521 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.521 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 13:11:45.521 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml 13:11:45.522 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.522 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml 13:11:45.522 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.522 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.522 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.522 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.522 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml... 13:11:45.522 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.529 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.529 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml... 13:11:45.537 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml 13:11:45.538 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.538 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml 13:11:45.538 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.538 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:11:45.538 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.538 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.538 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml... 13:11:45.539 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.539 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.539 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml... 13:11:45.545 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml 13:11:45.548 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 13:11:45.548 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml 13:11:45.549 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 13:11:45.549 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:45.549 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.549 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.550 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml... 13:11:45.550 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.550 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.550 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml... 13:11:45.551 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml 13:11:45.554 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.554 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml 13:11:45.554 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.554 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml. 0s4ms [pure insertion] marking any relevant derived attributes for update...13:11:45.554 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.554 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.555 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml... 13:11:45.555 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.556 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.556 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml... 13:11:45.556 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml 13:11:45.595 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.595 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml 13:11:45.595 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.595 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml. 0s40ms [pure insertion] marking any relevant derived attributes for update...13:11:45.595 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.595 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.596 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml... 13:11:45.596 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.597 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.597 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml... 13:11:45.597 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml 13:11:45.604 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.604 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml 13:11:45.605 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.605 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:45.605 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.605 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.605 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml... 13:11:45.605 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.613 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.613 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml... 13:11:45.613 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml 13:11:45.615 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 13:11:45.615 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml 13:11:45.615 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:11:45.615 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:45.615 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:45.616 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:45.616 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml... 13:11:45.616 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.621 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.621 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml... 13:11:45.622 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml 13:11:45.623 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.623 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml 13:11:45.623 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.623 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:45.623 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.623 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.623 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml... 13:11:45.623 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.630 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.630 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml... 13:11:45.630 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml 13:11:45.631 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.631 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml 13:11:45.631 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.631 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.631 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.631 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.632 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml... 13:11:45.632 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.638 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.638 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml... 13:11:45.638 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml 13:11:45.640 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.640 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml 13:11:45.640 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.640 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.640 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.640 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.640 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml... 13:11:45.640 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.647 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.647 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml... 13:11:45.654 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml 13:11:45.656 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.656 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml 13:11:45.656 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.656 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:11:45.656 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.656 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.695 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml... 13:11:45.695 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.696 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.696 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml... 13:11:45.704 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml 13:11:45.706 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.706 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml 13:11:45.706 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.706 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:11:45.706 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.706 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.706 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml... 13:11:45.706 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.707 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.707 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml... 13:11:45.707 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml 13:11:45.714 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.714 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml 13:11:45.714 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.714 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.714 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.714 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.714 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml... 13:11:45.714 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.715 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.715 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml... 13:11:45.715 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml 13:11:45.722 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 13:11:45.722 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml 13:11:45.723 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:45.723 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:45.723 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.723 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.723 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml... 13:11:45.723 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.724 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.724 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml... 13:11:45.724 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml 13:11:45.730 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.730 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml 13:11:45.730 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.730 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:45.730 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:45.731 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:45.731 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml... 13:11:45.731 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.739 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.739 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml... 13:11:45.739 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml 13:11:45.741 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.741 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml 13:11:45.741 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.741 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:45.741 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.741 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.741 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml... 13:11:45.741 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.748 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.748 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml... 13:11:45.748 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml 13:11:45.749 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.749 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml 13:11:45.749 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.749 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.749 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.749 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.749 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml... 13:11:45.749 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.756 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.756 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml... 13:11:45.756 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml 13:11:45.758 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 13:11:45.758 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml 13:11:45.758 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 13:11:45.758 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:45.758 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.758 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.759 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml... 13:11:45.759 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.764 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.764 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml... 13:11:45.765 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml 13:11:45.766 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:45.766 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml 13:11:45.766 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:45.766 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:45.766 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.766 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.766 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml... 13:11:45.766 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.773 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.773 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml... 13:11:45.780 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml 13:11:45.795 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.795 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml 13:11:45.795 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.795 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml. 0s29ms [pure insertion] marking any relevant derived attributes for update...13:11:45.795 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.795 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.796 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml... 13:11:45.796 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.797 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.797 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml... 13:11:45.805 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml 13:11:45.807 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.807 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml 13:11:45.807 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.807 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:11:45.807 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.807 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.807 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml... 13:11:45.807 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.808 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.808 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml... 13:11:45.808 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml 13:11:45.815 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.815 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml 13:11:45.815 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.815 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:45.815 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.815 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.815 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml... 13:11:45.815 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.816 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.816 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml... 13:11:45.817 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml 13:11:45.823 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.823 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml 13:11:45.823 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.823 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.824 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.824 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.824 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml... 13:11:45.824 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.825 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.825 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml... 13:11:45.825 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml 13:11:45.832 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.832 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml 13:11:45.832 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.832 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:45.832 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.832 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.832 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml... 13:11:45.832 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.840 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.840 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml... 13:11:45.840 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml 13:11:45.842 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:11:45.842 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml 13:11:45.842 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.842 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:45.842 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.842 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.842 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 13:11:45.842 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.848 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.848 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 13:11:45.849 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 13:11:45.914 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 13:11:45.914 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 13:11:45.915 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:11:45.915 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s73ms [pure insertion] marking any relevant derived attributes for update...13:11:45.915 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.915 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.915 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml... 13:11:45.915 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.924 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.924 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml... 13:11:45.924 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml 13:11:45.925 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.925 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml 13:11:45.925 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.925 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:45.925 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.925 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.925 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml... 13:11:45.925 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.932 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.932 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml... 13:11:45.932 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml 13:11:45.933 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 13:11:45.933 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml 13:11:45.934 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:45.934 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:45.934 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.934 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.934 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml... 13:11:45.934 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.940 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.940 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml... 13:11:45.948 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml 13:11:45.949 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.949 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml 13:11:45.950 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.950 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:11:45.950 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.950 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.950 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml... 13:11:45.950 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.951 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.951 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml... 13:11:45.956 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml 13:11:45.958 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.958 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml 13:11:45.958 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.958 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:45.958 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.958 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:45.994 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml... 13:11:45.994 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:45.995 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:45.995 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml... 13:11:45.995 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml 13:11:45.999 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:45.999 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml 13:11:45.999 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:45.999 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:11:45.999 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:45.999 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.000 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml... 13:11:46.000 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.001 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.001 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml... 13:11:46.001 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml 13:11:46.008 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.008 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml 13:11:46.008 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.008 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.008 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.008 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.008 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml... 13:11:46.008 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.010 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.010 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml... 13:11:46.010 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml 13:11:46.016 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.016 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml 13:11:46.016 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.016 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.016 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.016 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.016 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml... 13:11:46.016 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.025 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.025 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml... 13:11:46.025 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml 13:11:46.026 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.026 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml 13:11:46.026 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.026 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:46.026 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.026 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.027 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml... 13:11:46.027 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.033 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.033 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml... 13:11:46.033 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml 13:11:46.034 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:46.034 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml 13:11:46.034 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:46.034 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:46.034 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.034 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.034 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml... 13:11:46.035 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.041 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.041 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml... 13:11:46.041 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml 13:11:46.042 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.042 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml 13:11:46.042 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.042 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.042 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.042 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.043 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml... 13:11:46.043 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.049 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.049 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml... 13:11:46.050 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml 13:11:46.051 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:11:46.051 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml 13:11:46.051 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.051 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.051 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.051 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.051 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml... 13:11:46.051 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.058 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.058 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml... 13:11:46.066 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml 13:11:46.069 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 13:11:46.069 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml 13:11:46.071 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 13:11:46.071 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...13:11:46.071 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.071 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.071 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml... 13:11:46.071 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.095 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.095 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml... 13:11:46.099 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml 13:11:46.100 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:46.100 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml 13:11:46.100 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:46.100 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml. 0s29ms [pure insertion] marking any relevant derived attributes for update...13:11:46.100 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.100 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.101 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 13:11:46.101 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.102 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.102 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 13:11:46.102 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 13:11:46.110 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 13:11:46.110 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 13:11:46.110 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:11:46.110 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:46.110 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:46.111 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:46.111 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml... 13:11:46.111 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.112 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.112 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml... 13:11:46.112 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml 13:11:46.117 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.117 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml 13:11:46.117 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.117 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...13:11:46.117 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.117 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.117 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml... 13:11:46.117 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.118 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.118 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml... 13:11:46.119 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml 13:11:46.125 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.125 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml 13:11:46.125 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.125 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.125 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.125 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.125 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml... 13:11:46.125 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.134 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.134 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml... 13:11:46.134 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml 13:11:46.135 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.135 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml 13:11:46.135 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.135 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:46.135 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.135 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.136 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml... 13:11:46.136 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.142 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.142 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml... 13:11:46.142 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml 13:11:46.144 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 13:11:46.144 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml 13:11:46.145 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 13:11:46.145 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:46.145 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.145 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.145 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml... 13:11:46.145 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.150 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.150 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml... 13:11:46.150 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml 13:11:46.152 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 13:11:46.152 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml 13:11:46.152 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:11:46.152 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:46.152 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.152 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.152 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml... 13:11:46.152 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.159 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.159 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml... 13:11:46.159 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml 13:11:46.160 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.160 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml 13:11:46.160 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.160 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.160 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.160 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.161 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml... 13:11:46.161 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.167 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.167 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml... 13:11:46.175 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml 13:11:46.196 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.196 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml 13:11:46.196 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.196 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml. 0s35ms [pure insertion] marking any relevant derived attributes for update...13:11:46.196 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:46.197 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:46.197 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml... 13:11:46.197 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.198 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.198 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml... 13:11:46.208 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml 13:11:46.210 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:11:46.210 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml 13:11:46.210 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.210 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml. 0s13ms [pure insertion] marking any relevant derived attributes for update...13:11:46.210 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.210 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.210 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 13:11:46.210 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.211 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.211 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 13:11:46.212 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml 13:11:46.218 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.218 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml 13:11:46.218 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.218 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.218 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.218 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.218 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml... 13:11:46.218 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.219 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.219 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml... 13:11:46.220 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml 13:11:46.226 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:46.226 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml 13:11:46.226 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:46.226 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.226 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.226 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.227 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml... 13:11:46.227 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.228 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.228 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml... 13:11:46.228 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml 13:11:46.234 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.234 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml 13:11:46.234 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.234 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:46.234 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.234 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.235 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml... 13:11:46.235 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.243 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.243 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml... 13:11:46.243 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml 13:11:46.244 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.244 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml 13:11:46.244 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.244 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:46.244 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.244 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.245 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml... 13:11:46.245 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.251 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.251 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml... 13:11:46.251 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml 13:11:46.253 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 13:11:46.253 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml 13:11:46.254 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:11:46.254 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:46.254 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.254 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.254 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml... 13:11:46.254 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.259 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.259 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml... 13:11:46.260 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml 13:11:46.261 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.261 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml 13:11:46.261 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.261 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:46.261 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.261 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.261 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml... 13:11:46.261 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.268 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.268 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml... 13:11:46.268 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml 13:11:46.269 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.269 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml 13:11:46.269 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.269 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.269 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s25ms 13:11:46.294 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s25ms 13:11:46.294 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml... 13:11:46.294 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.301 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.301 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml... 13:11:46.309 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml 13:11:46.310 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:46.310 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml 13:11:46.310 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:46.310 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...13:11:46.310 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:46.311 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:46.311 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml... 13:11:46.311 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.312 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.312 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml... 13:11:46.317 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml 13:11:46.318 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:11:46.318 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml 13:11:46.319 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.319 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.319 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.319 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.319 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml... 13:11:46.319 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.320 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.320 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml... 13:11:46.320 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml 13:11:46.327 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:46.327 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml 13:11:46.327 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:46.327 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.327 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.327 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.327 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml... 13:11:46.327 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.328 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.328 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml... 13:11:46.328 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml 13:11:46.335 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 13:11:46.335 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml 13:11:46.336 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:11:46.336 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:46.336 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.336 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.336 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml... 13:11:46.336 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.337 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.337 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml... 13:11:46.337 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml 13:11:46.343 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.343 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml 13:11:46.345 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.345 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:46.346 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:46.346 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:46.346 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml... 13:11:46.346 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.352 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.352 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml... 13:11:46.352 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml 13:11:46.353 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:46.353 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml 13:11:46.353 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:46.353 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:46.353 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.353 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.354 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 13:11:46.354 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.360 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.360 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 13:11:46.360 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml 13:11:46.361 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.361 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml 13:11:46.361 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.361 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:46.361 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:46.362 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:46.362 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml... 13:11:46.362 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.369 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.369 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml... 13:11:46.369 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml 13:11:46.370 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 13:11:46.370 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml 13:11:46.370 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:11:46.370 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:46.370 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.370 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.371 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml... 13:11:46.371 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.377 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.377 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml... 13:11:46.377 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml 13:11:46.378 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.378 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml 13:11:46.378 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.378 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:46.378 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.378 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.379 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml... 13:11:46.379 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.386 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.386 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml... 13:11:46.393 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml 13:11:46.394 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.394 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml 13:11:46.394 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.394 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...13:11:46.394 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:46.395 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:46.395 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml... 13:11:46.395 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.396 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.396 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml... 13:11:46.402 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml 13:11:46.403 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.403 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml 13:11:46.403 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.403 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.403 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.403 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.403 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml... 13:11:46.403 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.404 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.404 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml... 13:11:46.404 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml 13:11:46.411 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.411 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml 13:11:46.411 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.411 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:46.411 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.411 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.411 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml... 13:11:46.411 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.412 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.412 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml... 13:11:46.412 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml 13:11:46.420 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 13:11:46.420 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml 13:11:46.420 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.420 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:46.420 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.420 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.420 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml... 13:11:46.420 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.421 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.421 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml... 13:11:46.422 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml 13:11:46.428 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.428 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml 13:11:46.428 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.428 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.428 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.428 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.428 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml... 13:11:46.428 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.436 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.436 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml... 13:11:46.436 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml 13:11:46.438 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.438 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml 13:11:46.438 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.438 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:46.438 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.438 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.438 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml... 13:11:46.438 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.445 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.445 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml... 13:11:46.445 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml 13:11:46.446 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.446 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml 13:11:46.446 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.446 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.446 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.446 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.446 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml... 13:11:46.446 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.453 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.453 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml... 13:11:46.453 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml 13:11:46.454 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 13:11:46.454 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml 13:11:46.455 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.455 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:11:46.455 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.455 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.456 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml... 13:11:46.456 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.461 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.461 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml... 13:11:46.462 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml 13:11:46.463 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:46.463 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml 13:11:46.463 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:46.463 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:46.463 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.463 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.463 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml... 13:11:46.463 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.470 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.470 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml... 13:11:46.502 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml 13:11:46.504 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.504 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml 13:11:46.504 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.504 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml. 0s41ms [pure insertion] marking any relevant derived attributes for update...13:11:46.504 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.504 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.504 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml... 13:11:46.504 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.505 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.505 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml... 13:11:46.511 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml 13:11:46.512 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.512 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml 13:11:46.512 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.512 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.512 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.512 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.512 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml... 13:11:46.513 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.513 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.513 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml... 13:11:46.514 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml 13:11:46.520 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:46.520 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml 13:11:46.520 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:46.520 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.520 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:46.521 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:46.521 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml... 13:11:46.521 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.522 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.522 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml... 13:11:46.522 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml 13:11:46.529 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:11:46.529 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml 13:11:46.529 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:11:46.529 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.529 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.529 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.530 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml... 13:11:46.530 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.531 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.531 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml... 13:11:46.531 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml 13:11:46.537 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:11:46.537 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml 13:11:46.537 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.537 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:46.537 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.537 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.537 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml... 13:11:46.537 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.545 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.545 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml... 13:11:46.546 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml 13:11:46.547 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.547 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml 13:11:46.547 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.547 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:46.547 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.547 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.547 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 300/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (1 sec, 6 sec total) 13:11:46.547 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml... 13:11:46.547 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.554 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.554 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml... 13:11:46.554 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml 13:11:46.555 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.555 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml 13:11:46.555 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.555 [pool-212-thread-1] INFO o.e.h.c.r.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...13:11:46.555 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.555 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.555 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml... 13:11:46.556 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.562 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.562 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml... 13:11:46.562 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml 13:11:46.594 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.594 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml 13:11:46.594 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.594 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml. 0s39ms [pure insertion] marking any relevant derived attributes for update...13:11:46.594 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.594 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.595 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml... 13:11:46.595 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.604 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.604 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml... 13:11:46.604 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml 13:11:46.605 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 13:11:46.605 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml 13:11:46.605 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.605 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:46.605 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.605 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.606 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml... 13:11:46.606 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.612 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.612 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml... 13:11:46.620 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml 13:11:46.621 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.621 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml 13:11:46.621 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.621 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...13:11:46.621 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.621 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.622 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml... 13:11:46.622 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.623 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.623 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml... 13:11:46.628 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml 13:11:46.631 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec) 13:11:46.631 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml 13:11:46.632 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 13:11:46.632 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:11:46.632 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.632 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.632 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml... 13:11:46.632 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.633 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.633 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml... 13:11:46.634 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml 13:11:46.638 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 13:11:46.638 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml 13:11:46.639 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 13:11:46.639 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:46.639 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.639 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.639 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml... 13:11:46.639 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.640 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.640 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml... 13:11:46.640 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml 13:11:46.646 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.646 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml 13:11:46.646 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.646 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:11:46.646 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:46.647 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:46.647 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml... 13:11:46.647 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.648 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.648 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml... 13:11:46.648 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml 13:11:46.705 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 13:11:46.705 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml 13:11:46.705 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.705 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml. 0s58ms [pure insertion] marking any relevant derived attributes for update...13:11:46.705 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.705 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.705 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml... 13:11:46.705 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:46.707 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:46.707 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml... 13:11:46.707 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml 13:11:46.713 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:11:46.713 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml 13:11:46.713 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:11:46.713 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...13:11:46.713 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:11:46.713 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:11:46.713 [pool-212-thread-1] INFO o.e.h.c.r.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, 6 sec total) 13:11:46.713 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:11:46.713 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:11:46.713 [pool-212-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:11:48.973 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 13:11:49.234 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 13:11:49.234 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.521s attempting to resolve any uninitialized derived attributes... 13:11:49.234 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:11:49.234 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:11:49.235 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:11:49.235 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s522ms [proxy update] 13:11:49.235 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:11:49.238 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 309 deleted 0 changed 309 loaded 309 c elems 619 d elems 0 time ~11s validating changes... 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/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.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/01ec12fc-0000-025b-0000-000000000000.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/de38398e-c746-11e1-8624-0027103f347d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-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/00bc3ac0-0000-0d9a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.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/86eada10-32d9-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.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/6faa55e3-5d0b-11df-a996-001302895b2b.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/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.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/002005c0-0001-000f-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/c6a579b6-5d0d-11df-a996-001302895b2b.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/00bc4480-0000-06a8-0000-000000000000.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/c0f03827-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-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-0013-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/4a427283-5d09-11df-a996-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/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-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/002005c0-0001-0011-0000-000000000000.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/994fc1e3-c2f9-11de-8ac8-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/Standard.DataType/00000004-0000-0012-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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.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/01ec1ac4-0000-2ef9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-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/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.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.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.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/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml validating file UPDATED for /data/fragments/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/00bc0050-0000-006b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/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/ec22d8ff-de86-11de-905b-001302895b2b.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.EnumeratedPropertyType/00080cf0-0000-0032-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/01ec2468-0000-0ac1-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.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.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/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/5582e283-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.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/c2e23680-96f0-11de-a322-001fe2c988b8.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.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/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.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/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/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.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/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.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/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/00700680-0000-01f7-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/2961d57b-5120-11de-bbaf-00218648fa3d.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.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.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.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.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-01c3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.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/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/6432b987-256f-4121-9428-a89d364c2cef.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.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/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.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/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.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.Stereotype/ee06097f-de99-11de-905b-001302895b2b.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/01ec2468-0000-0ac6-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.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.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/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/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-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/00000000-0000-9c46-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/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml validating file UPDATED for /data/fragments/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/00bc470c-0000-0035-0000-000000000000.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.MetaclassReference/01ec2468-0000-0894-0000-000000000000.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.Stereotype/00700680-0000-01ce-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.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.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/00700680-0000-01e5-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.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/3f03c5f1-c308-11de-8ac8-001302895b2b.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/002005c0-0001-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.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/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/4edcbbef-5d0a-11df-a996-001302895b2b.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.Project/f69e310f-106c-4b21-9de4-d31b4523525b.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/bae91a3b-7009-11e0-a462-0027103f347c.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/b355cc6c-c4aa-11df-b100-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.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.ModuleComponent/00000000-0000-2710-0000-000000000000.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.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.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/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.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/1b1ba62d-205e-11df-948e-001302895b2b.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.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-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/33ea7558-fb93-11df-8b5e-0027103f347c.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.Stereotype/770df309-5d0c-11df-a996-001302895b2b.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/01ec141c-0000-12fc-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.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.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/00000000-0000-9c44-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-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/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.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/00000000-0000-9c48-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-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/00700680-0000-01ef-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/00700680-0000-0204-0000-000000000000.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/120a35e7-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.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/ed95fa9b-de99-11de-905b-001302895b2b.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/00700680-0000-01bf-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/68c63e60-70d6-11e0-872f-0027103f347c.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/435869cb-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-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/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/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-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/37d0688a-c308-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/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-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.Stereotype/00700680-0000-01db-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.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/3edfb381-5d0d-11df-a996-001302895b2b.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.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.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/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/01ec12fc-0000-0247-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/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/27ac6d48-32c8-11e0-91f3-0027103f347c.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/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.PropertyType/01a40888-0000-002a-0000-000000000000.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.Stereotype/01ec12fc-0000-024c-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.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.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.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.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.Profile/1be2e3fc-27ca-11e1-8d9c-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.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.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/8c44d73d-5d0b-11df-a996-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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml validating file UPDATED for /data/fragments/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.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.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.Stereotype/01ec12fc-0000-021a-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.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.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/01ec12fc-0000-021f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-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/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/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.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/9fb5321d-c2fc-11de-8ac8-001302895b2b.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/01ec12fc-0000-0242-0000-000000000000.exml changed resource size: 619 relevant graph size: 619 validated changes... true 13:11:49.504 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 12 s 203 ms 13:11:49.513 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:11:49.513 [main] INFO o.e.h.c.r.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 13:11:49.514 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:11:49.514 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:11:50.749 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:11:50.753 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:11:52.678 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:11:52.680 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:11:52.680 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.BPMNMetaModelParser 13:11:52.819 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:11:52.819 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:11:52.936 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/DD/20100524/DI-XMI to http://www.eclipse.org/emf/2002/Ecore 13:11:52.936 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/DD/20100524/DI-XMI to http://www.eclipse.org/emf/2003/XMLType 13:11:52.937 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/DD/20100524/DI-XMI to http://www.omg.org/spec/DD/20100524/DC-XMI 13:11:52.979 [main] WARN o.e.h.g.u.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 13:11:52.979 [main] WARN o.e.h.g.u.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 13:11:52.979 [main] WARN o.e.h.g.u.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 13:11:52.979 [main] WARN o.e.h.g.u.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 13:11:52.980 [main] WARN o.e.h.g.u.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[] 13:11:52.981 [main] WARN o.e.h.g.u.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 13:11:52.981 [main] WARN o.e.h.g.u.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 13:11:52.981 [main] WARN o.e.h.g.u.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 13:11:52.981 [main] WARN o.e.h.g.u.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 13:11:52.981 [main] WARN o.e.h.g.u.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 13:11:52.982 [main] WARN o.e.h.g.u.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 13:11:52.982 [main] WARN o.e.h.g.u.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 13:11:52.982 [main] WARN o.e.h.g.u.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 13:11:52.982 [main] WARN o.e.h.g.u.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 13:11:52.982 [main] WARN o.e.h.g.u.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 13:11:52.982 [main] WARN o.e.h.g.u.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 13:11:52.982 [main] WARN o.e.h.g.u.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 13:11:52.982 [main] WARN o.e.h.g.u.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 13:11:52.982 [main] WARN o.e.h.g.u.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 13:11:52.982 [main] WARN o.e.h.g.u.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 13:11:52.982 [main] WARN o.e.h.g.u.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 13:11:52.982 [main] WARN o.e.h.g.u.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 13:11:52.982 [main] WARN o.e.h.g.u.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 13:11:52.982 [main] WARN o.e.h.g.u.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 13:11:52.982 [main] WARN o.e.h.g.u.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 13:11:52.983 [main] WARN o.e.h.g.u.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 13:11:52.983 [main] WARN o.e.h.g.u.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 13:11:52.983 [main] WARN o.e.h.g.u.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 13:11:52.983 [main] WARN o.e.h.g.u.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 13:11:52.983 [main] WARN o.e.h.g.u.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 13:11:52.983 [main] WARN o.e.h.g.u.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 13:11:52.983 [main] WARN o.e.h.g.u.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 13:11:52.983 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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[] 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.012 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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[] 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.013 [main] WARN o.e.h.g.u.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 13:11:53.045 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::AdHocOrdering will be handled as its instance type org.eclipse.bpmn2.AdHocOrdering 13:11:53.045 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/MODEL-XMI to http://www.eclipse.org/emf/2002/Ecore 13:11:53.054 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/MODEL-XMI to http://www.omg.org/spec/BPMN/20100524/DI-XMI 13:11:53.055 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::GatewayDirection will be handled as its instance type org.eclipse.bpmn2.GatewayDirection 13:11:53.058 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::AssociationDirection will be handled as its instance type org.eclipse.bpmn2.AssociationDirection 13:11:53.151 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::RelationshipDirection will be handled as its instance type org.eclipse.bpmn2.RelationshipDirection 13:11:53.152 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::ProcessType will be handled as its instance type org.eclipse.bpmn2.ProcessType 13:11:53.154 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::MultiInstanceBehavior will be handled as its instance type org.eclipse.bpmn2.MultiInstanceBehavior 13:11:53.154 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::ChoreographyLoopType will be handled as its instance type org.eclipse.bpmn2.ChoreographyLoopType 13:11:53.155 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::ItemKind will be handled as its instance type org.eclipse.bpmn2.ItemKind 13:11:53.156 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/MODEL-XMI::EventBasedGatewayType will be handled as its instance type org.eclipse.bpmn2.EventBasedGatewayType 13:11:53.158 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/MODEL-XMI to http://www.eclipse.org/emf/2003/XMLType 13:11:53.200 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/DD/20100524/DC-XMI to http://www.eclipse.org/emf/2002/Ecore 13:11:53.261 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.omg.org/spec/DD/20100524/DI-XMI 13:11:53.262 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.eclipse.org/emf/2002/Ecore 13:11:53.262 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.eclipse.org/emf/2003/XMLType 13:11:53.262 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.omg.org/spec/BPMN/20100524/MODEL-XMI 13:11:53.262 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/DI-XMI to http://www.omg.org/spec/DD/20100524/DC-XMI 13:11:53.263 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/DI-XMI::ParticipantBandKind will be handled as its instance type org.eclipse.bpmn2.di.ParticipantBandKind 13:11:53.264 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.omg.org/spec/BPMN/20100524/DI-XMI::MessageVisibleKind will be handled as its instance type org.eclipse.bpmn2.di.MessageVisibleKind 13:11:53.552 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 184 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:11:53.552 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:11:53.605 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:11:53.605 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:11:53.606 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:11:53.606 [pool-219-thread-1] INFO o.e.h.c.r.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 13:11:53.606 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:11:53.825 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7406421807017233833/:org.eclipse.hawk.localfolder.LocalFolder:false 13:11:53.827 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:11:53.827 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:11:53.829 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:11:53.830 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:11:53.830 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:11:55.972 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7813389620483431372/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) error in parse(File f): org.eclipse.emf.ecore.xmi.IllegalValueException: Value 'org.eclipse.bpmn2.impl.ProcessImpl@1ff4ef57 (id: _ba16239e-181e-4b9f-bc5b-0bb2ee973450, anyAttribute: null) (name: null) (isClosed: false, isExecutable: false, processType: None)' is not legal. (file:/tmp/junit7406421807017233833/v0-B.2.0.bpmn, -1, -1) 13:11:56.316 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:11:57.063 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /v0-B.2.0.bpmn... 0s747ms [pure insertion] marking any relevant derived attributes for update...13:11:57.063 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s85ms 13:11:57.148 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s85ms 13:11:57.148 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:11:57.148 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:11:57.223 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:11:57.223 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.075s attempting to resolve any uninitialized derived attributes... 13:11:57.223 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:11:57.223 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:11:57.307 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:11:57.307 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s159ms [proxy update] 13:11:57.307 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:11:57.307 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 0 c elems 0 d elems 0 time ~3s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 13:11:57.307 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 480 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit7406421807017233833/v0-B.2.0.bpmn 13:11:57.308 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:11:57.310 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:11:57.310 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:11:57.310 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:11:58.223 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7813389620483431372/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:11:58.334 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 13:11:58.374 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:11:58.374 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:11:58.374 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /v0-B.2.0.bpmn... 13:11:58.395 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 13:11:58.438 [pool-219-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.ParticipantBandKind 13:11:58.530 [pool-219-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.MultiInstanceBehavior 13:11:58.532 [pool-219-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.MessageVisibleKind 13:11:58.596 [pool-219-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.GatewayDirection 13:11:58.832 [pool-219-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.ProcessType 13:11:58.905 [pool-219-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.EventBasedGatewayType 13:11:58.912 [pool-219-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.AssociationDirection 13:11:59.001 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec) 13:11:59.001 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 13:11:59.025 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~0 sec) 13:11:59.025 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /v0-B.2.0.bpmn. 0s691ms [pure insertion] marking any relevant derived attributes for update...13:11:59.025 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:11:59.026 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:11:59.026 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:11:59.026 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:11:59.026 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:01.184 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total) 13:12:01.286 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs 13:12:01.286 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.26s attempting to resolve any uninitialized derived attributes... 13:12:01.286 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:12:01.286 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:12:01.286 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:12:01.286 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s260ms [proxy update] 13:12:01.286 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:12:01.286 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1020 validating file UPDATED for /v0-B.2.0.bpmn d elems 0 time ~3s validating changes... changed resource size: 1020 relevant graph size: 1020 validated changes... true 13:12:01.397 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 89 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit7406421807017233833/v0-B.2.0.bpmn 13:12:01.398 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:12:01.400 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:12:01.400 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:12:01.400 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:12:02.443 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7813389620483431372/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:02.484 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 13:12:02.486 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:12:02.486 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:03.212 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store 13:12:03.233 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:231 u:106 d:228 ratio: 0.553921568627451 13:12:03.233 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:12:03.233 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 13:12:03.234 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn 13:12:03.510 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.276s 13:12:04.994 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7813389620483431372/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:05.019 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 13:12:05.516 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec) 13:12:05.516 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 13:12:05.603 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~0 sec) 13:12:05.603 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s119ms [pure insertion] marking any relevant derived attributes for update...13:12:05.603 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:12:05.603 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:12:05.603 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:12:05.603 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:12:05.603 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:07.616 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total) 13:12:07.733 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs 13:12:07.733 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.13s attempting to resolve any uninitialized derived attributes... 13:12:07.734 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:12:07.734 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:12:07.734 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:12:07.734 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s131ms [proxy update] 13:12:07.734 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:12:07.734 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1020 d elems 1020 time ~6s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1020 relevant graph size: 1020 validated changes... true 13:12:07.819 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 421 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v3-B.2.0.bpmn over /tmp/junit7406421807017233833/v0-B.2.0.bpmn 13:12:07.819 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:12:07.821 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:12:07.821 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:12:07.821 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:12:08.790 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7813389620483431372/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:08.835 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 13:12:08.895 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:12:08.896 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:09.936 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store 13:12:09.959 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:350 u:240 d:235 ratio: 0.8088235294117647 13:12:09.959 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:12:09.959 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 13:12:09.960 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn 13:12:10.228 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.268s 13:12:11.742 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7813389620483431372/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:11.765 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 13:12:12.219 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2137sec) 13:12:12.220 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 13:12:12.312 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~0 sec) 13:12:12.312 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s477ms [pure insertion] marking any relevant derived attributes for update...13:12:12.312 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:12:12.313 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:12:12.313 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:12:12.313 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:12:12.313 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:14.274 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/320 proxy references (0 sec total) 13:12:14.396 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 320 refs 13:12:14.396 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.083s attempting to resolve any uninitialized derived attributes... 13:12:14.396 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:12:14.396 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:12:14.396 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:12:14.396 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s83ms [proxy update] 13:12:14.396 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:12:14.396 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1125 d elems 1020 validating file UPDATED for /v0-B.2.0.bpmn time ~6s validating changes... changed resource size: 1125 relevant graph size: 1125 validated changes... true 13:12:14.497 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 678 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit7406421807017233833/v0-B.2.0.bpmn 13:12:14.497 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:12:14.500 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:12:14.500 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:12:14.500 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:12:15.494 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7813389620483431372/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:15.601 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 13:12:15.603 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:12:15.603 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:16.311 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store 13:12:16.334 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:257 u:403 d:253 ratio: 0.8115555555555556 13:12:16.334 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:12:16.334 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 13:12:16.335 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn 13:12:16.540 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.205s 13:12:18.020 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7813389620483431372/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:18.045 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 13:12:18.596 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2133sec) 13:12:18.596 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 13:12:18.631 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~0 sec) 13:12:18.631 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s30ms [pure insertion] marking any relevant derived attributes for update...13:12:18.631 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:12:18.632 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:12:18.632 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:12:18.632 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:12:18.632 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:20.648 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total) 13:12:20.750 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs 13:12:20.750 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.118s attempting to resolve any uninitialized derived attributes... 13:12:20.750 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:12:20.750 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:12:20.751 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:12:20.751 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s119ms [proxy update] 13:12:20.751 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:12:20.751 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1125 d elems 1125 time ~6s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1125 relevant graph size: 1125 validated changes... true 13:12:20.830 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 333 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit7406421807017233833/v0-B.2.0.bpmn 13:12:20.830 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:12:20.833 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:12:20.833 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:12:20.833 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:12:21.881 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7813389620483431372/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:21.918 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 13:12:21.920 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:12:21.920 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:22.859 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store 13:12:22.882 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:253 u:617 d:243 ratio: 0.9893333333333333 13:12:22.882 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:12:22.882 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 13:12:22.883 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn 13:12:23.097 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.214s 13:12:24.516 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7813389620483431372/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:24.541 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 13:12:24.924 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec) 13:12:24.924 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 13:12:25.001 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~0 sec) 13:12:25.001 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s83ms [pure insertion] marking any relevant derived attributes for update...13:12:25.001 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:12:25.002 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:12:25.002 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:12:25.002 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:12:25.002 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:26.896 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total) 13:12:27.005 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs 13:12:27.005 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.003s attempting to resolve any uninitialized derived attributes... 13:12:27.005 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:12:27.005 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:12:27.006 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:12:27.006 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s4ms [proxy update] 13:12:27.006 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:12:27.006 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1127 d elems 1125 time ~6s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1127 relevant graph size: 1127 validated changes... true 13:12:27.110 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 280 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit7406421807017233833/v0-B.2.0.bpmn 13:12:27.111 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:12:27.113 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:12:27.113 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:12:27.113 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:12:28.078 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7813389620483431372/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:28.115 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 13:12:28.117 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:12:28.117 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:29.007 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store 13:12:29.028 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:249 u:312 d:237 ratio: 0.7080745341614907 13:12:29.028 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:12:29.028 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 13:12:29.029 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn 13:12:29.234 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.205s 13:12:30.762 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7813389620483431372/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:30.787 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 13:12:31.103 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec) 13:12:31.103 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 13:12:31.138 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~0 sec) 13:12:31.138 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s23ms [pure insertion] marking any relevant derived attributes for update...13:12:31.138 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:12:31.139 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:12:31.139 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:12:31.139 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:12:31.139 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:33.046 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total) 13:12:33.168 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs 13:12:33.168 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.029s attempting to resolve any uninitialized derived attributes... 13:12:33.168 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:12:33.168 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:12:33.168 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:12:33.168 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s30ms [proxy update] 13:12:33.169 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:12:33.169 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1127 d elems 1127 time ~6s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1127 relevant graph size: 1127 validated changes... true 13:12:33.218 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 107 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit7406421807017233833/v0-B.2.0.bpmn 13:12:33.218 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:12:33.221 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:12:33.221 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:12:33.221 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:12:34.207 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7813389620483431372/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:34.243 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 13:12:34.246 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:12:34.246 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:35.198 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store 13:12:35.218 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:247 u:321 d:240 ratio: 0.7169476486246673 13:12:35.218 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:12:35.218 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 13:12:35.219 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn 13:12:35.421 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.202s 13:12:36.900 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7813389620483431372/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:36.926 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 13:12:37.168 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec) 13:12:37.168 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 13:12:37.221 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~0 sec) 13:12:37.221 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 2s978ms [pure insertion] marking any relevant derived attributes for update...13:12:37.221 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:12:37.222 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:12:37.222 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:12:37.222 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:12:37.222 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:39.319 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total) 13:12:39.431 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs 13:12:39.431 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.209s attempting to resolve any uninitialized derived attributes... 13:12:39.431 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:12:39.431 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:12:39.432 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:12:39.432 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s210ms [proxy update] 13:12:39.432 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:12:39.432 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1127 d elems 1127 time ~6s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1127 relevant graph size: 1127 validated changes... true 13:12:39.498 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 280 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit7406421807017233833/v0-B.2.0.bpmn 13:12:39.498 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:12:39.500 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:12:39.501 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:12:39.501 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:12:40.670 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7813389620483431372/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:40.704 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 13:12:40.707 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:12:40.707 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:41.648 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store 13:12:41.698 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:259 u:383 d:253 ratio: 0.7941437444543035 13:12:41.698 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:12:41.698 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 13:12:41.699 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn 13:12:41.847 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.148s 13:12:43.280 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7813389620483431372/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:43.304 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 13:12:43.572 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1129 NODES AND 1129 M->MM REFERENCES! (took ~2140sec) 13:12:43.572 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 13:12:43.620 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1590 REFERENCES! (took ~0 sec) 13:12:43.620 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 2s916ms [pure insertion] marking any relevant derived attributes for update...13:12:43.620 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:12:43.621 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:12:43.621 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:12:43.621 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:12:43.621 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:45.552 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/322 proxy references (0 sec total) 13:12:45.659 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 322 refs 13:12:45.659 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.038s attempting to resolve any uninitialized derived attributes... 13:12:45.659 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:12:45.659 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:12:45.660 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:12:45.660 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s39ms [proxy update] 13:12:45.660 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:12:45.660 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /v0-B.2.0.bpmn sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1129 d elems 1127 time ~6s validating changes... changed resource size: 1129 relevant graph size: 1129 validated changes... true 13:12:45.701 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 203 ms 13:12:45.702 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:12:45.702 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7406421807017233833/:org.eclipse.hawk.localfolder.LocalFolder:false 13:12:45.703 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:12:45.703 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:12:46.674 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:12:46.678 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:12:48.685 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:12:48.686 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:12:48.686 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:12:48.686 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:12:48.686 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:12:48.686 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:12:48.686 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:12:48.687 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:12:48.687 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:12:48.687 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:12:48.687 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:12:48.687 [pool-225-thread-1] INFO o.e.h.c.r.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 13:12:48.688 [pool-225-thread-1] INFO o.e.h.c.r.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 13:12:48.691 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:12:48.691 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:12:48.777 [main] WARN o.e.h.g.u.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 13:12:48.777 [main] WARN o.e.h.g.u.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 13:12:48.779 [main] WARN o.e.h.g.u.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 13:12:48.779 [main] WARN o.e.h.g.u.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 13:12:48.779 [main] WARN o.e.h.g.u.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 13:12:48.779 [main] WARN o.e.h.g.u.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 13:12:48.779 [main] WARN o.e.h.g.u.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 13:12:48.779 [main] WARN o.e.h.g.u.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 13:12:48.779 [main] WARN o.e.h.g.u.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 13:12:48.780 [main] WARN o.e.h.g.u.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 13:12:48.780 [main] WARN o.e.h.g.u.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 13:12:48.780 [main] WARN o.e.h.g.u.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[] 13:12:48.780 [main] WARN o.e.h.g.u.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 13:12:48.780 [main] WARN o.e.h.g.u.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 13:12:48.780 [main] WARN o.e.h.g.u.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 13:12:48.780 [main] WARN o.e.h.g.u.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 13:12:48.780 [main] WARN o.e.h.g.u.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 13:12:48.781 [main] WARN o.e.h.g.u.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 13:12:48.781 [main] WARN o.e.h.g.u.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 13:12:48.781 [main] WARN o.e.h.g.u.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 13:12:48.781 [main] WARN o.e.h.g.u.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 13:12:48.781 [main] WARN o.e.h.g.u.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 13:12:48.781 [main] WARN o.e.h.g.u.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 13:12:48.781 [main] WARN o.e.h.g.u.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 13:12:48.781 [main] WARN o.e.h.g.u.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 13:12:48.781 [main] WARN o.e.h.g.u.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 13:12:48.781 [main] WARN o.e.h.g.u.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 13:12:48.781 [main] WARN o.e.h.g.u.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 13:12:48.781 [main] WARN o.e.h.g.u.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 13:12:48.781 [main] WARN o.e.h.g.u.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 13:12:48.782 [main] WARN o.e.h.g.u.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 13:12:48.782 [main] WARN o.e.h.g.u.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 13:12:48.782 [main] WARN o.e.h.g.u.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 13:12:48.821 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 13:12:48.919 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:12:48.919 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:12:49.140 [main] INFO o.e.h.c.r.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 13:12:49.141 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:12:49.141 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:12:49.142 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:12:49.144 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:12:49.144 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:12:50.713 [pool-225-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7568267993869250517/test_instanceCountsAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:50.717 [pool-225-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:51.410 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:12:51.721 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:12:51.722 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:12:51.722 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:12:52.497 [pool-225-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7568267993869250517/test_instanceCountsAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:52.502 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:12:52.503 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:12:52.503 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:12:52.503 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:12:52.503 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 1s786ms [pure insertion] marking any relevant derived attributes for update...13:12:52.503 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s35ms 13:12:52.538 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s35ms 13:12:52.539 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:12:52.539 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:12:52.540 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:12:52.540 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:12:52.540 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:12:52.540 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:12:52.540 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:12:52.541 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:12:52.541 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:12:52.541 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:12:52.541 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:12:52.541 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:12:52.541 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:12:52.542 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:12:52.542 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:12:52.542 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:12:52.542 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:12:52.542 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:12:52.543 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:12:52.543 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:12:52.543 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:12:52.543 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:12:52.543 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:12:52.543 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:12:52.543 [pool-225-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:12:54.580 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:12:54.842 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:12:54.842 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.299s attempting to resolve any uninitialized derived attributes... 13:12:54.842 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:12:54.842 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:12:54.843 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:12:54.843 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s300ms [proxy update] 13:12:54.843 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:12:54.843 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /subfolder/child.model sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~5s validating changes... 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 13:12:54.845 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 704 ms 13:12:54.846 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:12:54.846 [main] INFO o.e.h.c.r.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 13:12:54.847 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:12:54.847 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:12:55.792 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:12:55.796 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:12:57.778 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:12:57.779 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:12:57.779 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:12:57.779 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:12:57.779 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:12:57.779 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:12:57.779 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:12:57.780 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:12:57.780 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:12:57.780 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:12:57.780 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:12:57.780 [pool-232-thread-1] INFO o.e.h.c.r.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 13:12:57.781 [pool-232-thread-1] INFO o.e.h.c.r.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 13:12:57.783 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:12:57.783 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:12:57.938 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 13:12:57.971 [main] WARN o.e.h.g.u.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 13:12:57.971 [main] WARN o.e.h.g.u.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 13:12:57.971 [main] WARN o.e.h.g.u.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 13:12:57.971 [main] WARN o.e.h.g.u.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 13:12:57.971 [main] WARN o.e.h.g.u.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 13:12:57.972 [main] WARN o.e.h.g.u.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 13:12:57.972 [main] WARN o.e.h.g.u.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 13:12:57.972 [main] WARN o.e.h.g.u.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 13:12:57.972 [main] WARN o.e.h.g.u.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 13:12:57.972 [main] WARN o.e.h.g.u.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[] 13:12:57.972 [main] WARN o.e.h.g.u.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 13:12:57.972 [main] WARN o.e.h.g.u.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 13:12:57.972 [main] WARN o.e.h.g.u.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 13:12:57.973 [main] WARN o.e.h.g.u.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 13:12:57.973 [main] WARN o.e.h.g.u.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 13:12:57.973 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:57.974 [main] WARN o.e.h.g.u.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 13:12:58.078 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:12:58.078 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:12:58.274 [main] INFO o.e.h.c.r.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 13:12:58.275 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:12:58.275 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:12:58.276 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:12:58.278 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:12:58.278 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:12:59.963 [pool-232-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1728255955076024836/test_listFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:12:59.968 [pool-232-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:13:00.750 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:13:01.114 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:01.114 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:01.114 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:13:01.964 [pool-232-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1728255955076024836/test_listFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:13:01.969 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:13:01.970 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:13:01.970 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:13:01.970 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:13:01.970 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 2s2ms [pure insertion] marking any relevant derived attributes for update...13:13:01.970 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s36ms 13:13:02.006 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s36ms 13:13:02.007 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:13:02.007 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:02.008 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:02.008 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:13:02.008 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:13:02.008 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:13:02.008 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:13:02.009 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:13:02.009 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:13:02.009 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:02.009 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:02.009 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:13:02.009 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:02.010 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:02.010 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:13:02.010 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:13:02.010 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:13:02.010 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:13:02.011 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:13:02.011 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:13:02.011 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:02.011 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:02.011 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:13:02.011 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:13:02.011 [pool-232-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:13:04.061 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:13:04.285 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:13:04.285 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.274s attempting to resolve any uninitialized derived attributes... 13:13:04.285 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:13:04.285 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:13:04.286 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:13:04.286 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s275ms [proxy update] 13:13:04.286 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:13:04.286 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 validating file UPDATED for /subfolder/subfolder/grandchild.model c elems 9 d elems 0 time ~6s validating changes... validating file UPDATED for /root.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 13:13:04.287 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 12 ms 13:13:04.288 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:13:04.288 [main] INFO o.e.h.c.r.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 13:13:04.289 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:04.289 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:13:05.193 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:13:05.196 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:13:07.203 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:13:07.204 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:07.204 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:13:07.204 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:13:07.204 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:13:07.204 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:13:07.204 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:13:07.205 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:13:07.205 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:13:07.205 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:13:07.205 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:13:07.206 [pool-239-thread-1] INFO o.e.h.c.r.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... 13:13:07.206 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms changed resource size: 0 relevant graph size: 0 validated changes... true 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 13:13:07.208 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:13:07.208 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:13:07.297 [main] WARN o.e.h.g.u.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 13:13:07.297 [main] WARN o.e.h.g.u.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 13:13:07.297 [main] WARN o.e.h.g.u.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 13:13:07.297 [main] WARN o.e.h.g.u.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 13:13:07.297 [main] WARN o.e.h.g.u.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 13:13:07.297 [main] WARN o.e.h.g.u.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 13:13:07.297 [main] WARN o.e.h.g.u.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 13:13:07.297 [main] WARN o.e.h.g.u.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 13:13:07.298 [main] WARN o.e.h.g.u.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 13:13:07.298 [main] WARN o.e.h.g.u.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[] 13:13:07.298 [main] WARN o.e.h.g.u.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 13:13:07.298 [main] WARN o.e.h.g.u.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 13:13:07.298 [main] WARN o.e.h.g.u.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 13:13:07.298 [main] WARN o.e.h.g.u.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 13:13:07.298 [main] WARN o.e.h.g.u.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 13:13:07.298 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.299 [main] WARN o.e.h.g.u.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 13:13:07.338 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 13:13:07.437 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:13:07.437 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:13:07.640 [main] INFO o.e.h.c.r.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 13:13:07.642 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:07.642 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:13:07.643 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:13:07.645 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:13:07.645 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:13:09.047 [pool-239-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5745102191102618595/test_instanceCounts[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:13:09.054 [pool-239-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:13:09.852 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:13:10.131 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:10.131 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:10.131 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:13:10.815 [pool-239-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5745102191102618595/test_instanceCounts[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:13:10.820 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:13:10.821 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:13:10.821 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:13:10.821 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:13:10.821 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 1s767ms [pure insertion] marking any relevant derived attributes for update...13:13:10.821 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s27ms 13:13:10.848 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s27ms 13:13:10.849 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:13:10.849 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:10.849 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:10.850 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:13:10.850 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:13:10.850 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:13:10.850 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:13:10.850 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:13:10.850 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s1ms [pure insertion] marking any relevant derived attributes for update...13:13:10.850 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:10.850 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:10.851 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:13:10.851 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:10.851 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:10.851 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:13:10.851 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:13:10.852 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:13:10.852 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:13:10.852 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:13:10.852 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s1ms [pure insertion] marking any relevant derived attributes for update...13:13:10.852 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:10.852 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:10.852 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:13:10.852 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:13:10.852 [pool-239-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:13:12.829 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:13:13.102 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:13:13.102 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.25s attempting to resolve any uninitialized derived attributes... 13:13:13.102 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:13:13.102 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:13:13.102 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:13:13.102 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s250ms [proxy update] 13:13:13.102 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:13:13.103 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~5s validating changes... validating file UPDATED for /subfolder/child.model validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 13:13:13.104 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 462 ms 13:13:13.106 [pool-239-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:13:13.107 [pool-239-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5745102191102618595/test_instanceCounts[Neo4j]/db 13:13:13.108 [pool-239-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:13:13.108 [pool-239-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5745102191102618595/test_instanceCounts[Neo4j]/db 13:13:13.109 [pool-239-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:13:13.109 [pool-239-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5745102191102618595/test_instanceCounts[Neo4j]/db 13:13:13.110 [pool-239-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:13:13.110 [pool-239-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5745102191102618595/test_instanceCounts[Neo4j]/db 13:13:13.111 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:13:13.111 [main] INFO o.e.h.c.r.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 13:13:13.112 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:13.112 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:13:14.059 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:13:14.063 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:13:15.579 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:13:15.581 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:15.581 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:13:15.581 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:13:15.581 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:13:15.581 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:13:15.581 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:13:15.581 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:13:15.582 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:13:15.582 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:13:15.582 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:13:15.582 [pool-246-thread-1] INFO o.e.h.c.r.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 13:13:15.583 [pool-246-thread-1] INFO o.e.h.c.r.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 13:13:15.585 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:13:15.585 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:13:15.655 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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[] 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.657 [main] WARN o.e.h.g.u.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 13:13:15.658 [main] WARN o.e.h.g.u.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 13:13:15.658 [main] WARN o.e.h.g.u.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 13:13:15.658 [main] WARN o.e.h.g.u.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 13:13:15.658 [main] WARN o.e.h.g.u.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 13:13:15.658 [main] WARN o.e.h.g.u.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 13:13:15.658 [main] WARN o.e.h.g.u.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 13:13:15.659 [main] WARN o.e.h.g.u.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 13:13:15.694 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 13:13:15.754 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:13:15.755 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:13:15.942 [main] INFO o.e.h.c.r.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 13:13:15.943 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:15.943 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:13:15.944 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:13:15.946 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:13:15.946 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:13:17.340 [pool-246-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6630656844105068783/test_reverseRefs[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:13:17.344 [pool-246-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:13:17.870 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:13:18.108 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:18.108 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:18.108 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:13:18.766 [pool-246-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6630656844105068783/test_reverseRefs[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:13:18.772 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:13:18.772 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:13:18.772 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:13:18.773 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:13:18.773 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 1s429ms [pure insertion] marking any relevant derived attributes for update...13:13:18.773 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s35ms 13:13:18.808 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s35ms 13:13:18.809 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:13:18.809 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:18.810 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:18.810 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:13:18.810 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:13:18.810 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:13:18.810 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:13:18.810 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:13:18.810 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s1ms [pure insertion] marking any relevant derived attributes for update...13:13:18.810 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:18.810 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:18.811 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:13:18.811 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:18.812 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:18.812 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:13:18.812 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:13:18.812 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:13:18.812 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:13:18.812 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:13:18.812 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s1ms [pure insertion] marking any relevant derived attributes for update...13:13:18.812 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:18.812 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:18.812 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:13:18.812 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:13:18.812 [pool-246-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:13:20.724 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:13:20.970 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:13:20.970 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.158s attempting to resolve any uninitialized derived attributes... 13:13:20.970 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:13:20.970 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:13:20.971 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:13:20.971 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s159ms [proxy update] 13:13:20.971 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: interesting 3 deleted 0 changed 3 13:13:20.971 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. loaded 3 c elems 9 d elems 0 time ~5s validating file UPDATED for /subfolder/subfolder/grandchild.model validating changes... validating file UPDATED for /root.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 13:13:20.972 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 29 ms 13:13:20.976 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:13:20.976 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6630656844105068783/test_reverseRefs[Neo4j]/db 13:13:20.977 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:13:20.977 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6630656844105068783/test_reverseRefs[Neo4j]/db 13:13:20.979 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:13:20.979 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6630656844105068783/test_reverseRefs[Neo4j]/db 13:13:20.980 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:13:20.980 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6630656844105068783/test_reverseRefs[Neo4j]/db 13:13:20.981 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:13:20.981 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6630656844105068783/test_reverseRefs[Neo4j]/db 13:13:20.982 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:13:20.982 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6630656844105068783/test_reverseRefs[Neo4j]/db 13:13:20.983 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:13:20.983 [main] INFO o.e.h.c.r.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 13:13:20.984 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:20.984 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:13:21.779 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:13:21.782 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:13:23.806 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:13:23.807 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:23.807 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:13:23.807 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:13:23.807 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:13:23.807 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:13:23.807 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:13:23.808 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:13:23.808 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:13:23.808 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:13:23.808 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:13:23.808 [pool-253-thread-1] INFO o.e.h.c.r.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 13:13:23.809 [pool-253-thread-1] INFO o.e.h.c.r.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 13:13:23.811 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:13:23.811 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:13:23.900 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 13:13:23.924 [main] WARN o.e.h.g.u.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 13:13:23.925 [main] WARN o.e.h.g.u.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 13:13:23.925 [main] WARN o.e.h.g.u.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 13:13:23.925 [main] WARN o.e.h.g.u.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 13:13:23.925 [main] WARN o.e.h.g.u.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 13:13:23.925 [main] WARN o.e.h.g.u.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 13:13:23.925 [main] WARN o.e.h.g.u.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 13:13:23.925 [main] WARN o.e.h.g.u.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 13:13:23.925 [main] WARN o.e.h.g.u.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 13:13:23.925 [main] WARN o.e.h.g.u.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 13:13:23.925 [main] WARN o.e.h.g.u.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 13:13:23.926 [main] WARN o.e.h.g.u.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 13:13:23.926 [main] WARN o.e.h.g.u.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 13:13:23.926 [main] WARN o.e.h.g.u.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 13:13:23.926 [main] WARN o.e.h.g.u.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 13:13:23.926 [main] WARN o.e.h.g.u.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 13:13:23.926 [main] WARN o.e.h.g.u.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 13:13:23.926 [main] WARN o.e.h.g.u.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 13:13:23.927 [main] WARN o.e.h.g.u.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 13:13:23.927 [main] WARN o.e.h.g.u.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 13:13:23.927 [main] WARN o.e.h.g.u.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 13:13:23.927 [main] WARN o.e.h.g.u.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 13:13:23.927 [main] WARN o.e.h.g.u.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 13:13:23.927 [main] WARN o.e.h.g.u.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 13:13:23.927 [main] WARN o.e.h.g.u.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 13:13:23.927 [main] WARN o.e.h.g.u.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[] 13:13:23.927 [main] WARN o.e.h.g.u.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 13:13:23.927 [main] WARN o.e.h.g.u.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 13:13:23.927 [main] WARN o.e.h.g.u.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 13:13:23.927 [main] WARN o.e.h.g.u.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 13:13:23.927 [main] WARN o.e.h.g.u.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 13:13:23.927 [main] WARN o.e.h.g.u.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 13:13:23.927 [main] WARN o.e.h.g.u.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 13:13:24.040 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 13:13:24.040 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:13:24.269 [main] INFO o.e.h.c.r.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 13:13:24.270 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:24.270 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:13:24.271 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:13:24.272 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:13:24.272 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:13:25.909 [pool-253-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7093823148367583992/test_forwardRefs[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:13:25.913 [pool-253-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:13:26.562 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 13:13:26.867 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:26.868 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:26.868 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 13:13:27.626 [pool-253-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7093823148367583992/test_forwardRefs[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:13:27.631 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 13:13:27.632 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:13:27.632 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 13:13:27.632 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 13:13:27.632 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 1s719ms [pure insertion] marking any relevant derived attributes for update...13:13:27.632 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s36ms 13:13:27.668 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s36ms 13:13:27.669 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 13:13:27.669 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:27.670 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:27.670 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 13:13:27.670 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 13:13:27.670 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:13:27.670 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 13:13:27.671 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:13:27.671 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:13:27.671 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:27.671 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:27.671 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 13:13:27.672 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:27.672 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:27.672 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 13:13:27.673 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 13:13:27.673 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:13:27.673 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 13:13:27.673 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:13:27.673 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:13:27.673 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:27.673 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:27.673 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:13:27.673 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:13:27.673 [pool-253-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:13:29.573 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 13:13:29.831 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 13:13:29.831 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.158s attempting to resolve any uninitialized derived attributes... 13:13:29.831 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:13:29.831 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:13:29.831 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:13:29.831 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s158ms [proxy update] 13:13:29.831 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:13:29.831 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /subfolder/subfolder/grandchild.model sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~5s validating changes... validating file UPDATED for /subfolder/child.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 13:13:29.833 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 563 ms 13:13:29.837 [pool-253-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:13:29.837 [pool-253-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7093823148367583992/test_forwardRefs[Neo4j]/db 13:13:29.839 [pool-253-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:13:29.839 [pool-253-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7093823148367583992/test_forwardRefs[Neo4j]/db 13:13:29.842 [pool-253-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:13:29.842 [pool-253-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7093823148367583992/test_forwardRefs[Neo4j]/db 13:13:29.843 [pool-253-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:13:29.843 [pool-253-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7093823148367583992/test_forwardRefs[Neo4j]/db 13:13:29.845 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:13:29.845 [main] INFO o.e.h.c.r.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 13:13:29.846 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:29.846 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:13:30.806 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:13:30.809 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:13:32.924 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:13:32.925 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:32.925 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:13:32.925 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:13:32.925 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:13:32.925 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:13:32.925 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:13:32.926 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:13:32.926 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:13:32.926 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:13:32.927 [pool-260-thread-1] INFO o.e.h.c.r.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 13:13:32.927 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:13:32.928 [main] INFO o.e.h.c.r.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 13:13:32.944 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:13:32.944 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:13:33.043 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 13:13:33.044 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 13:13:33.045 [main] WARN o.e.h.g.u.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 13:13:33.085 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 13:13:33.085 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 13:13:33.088 [main] WARN o.e.h.g.u.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 13:13:33.089 [main] WARN o.e.h.g.u.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 13:13:33.090 [main] WARN o.e.h.g.u.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 13:13:33.090 [main] WARN o.e.h.g.u.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 13:13:33.127 [main] WARN o.e.h.g.u.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 13:13:33.127 [main] WARN o.e.h.g.u.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 13:13:33.127 [main] WARN o.e.h.g.u.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 13:13:33.128 [main] WARN o.e.h.g.u.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 13:13:33.128 [main] WARN o.e.h.g.u.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 13:13:33.129 [main] WARN o.e.h.g.u.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 13:13:33.129 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.130 [main] WARN o.e.h.g.u.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 13:13:33.131 [main] WARN o.e.h.g.u.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 13:13:33.131 [main] WARN o.e.h.g.u.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 13:13:33.131 [main] WARN o.e.h.g.u.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 13:13:33.131 [main] WARN o.e.h.g.u.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[] 13:13:33.131 [main] WARN o.e.h.g.u.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 13:13:33.131 [main] WARN o.e.h.g.u.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 13:13:33.131 [main] WARN o.e.h.g.u.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 13:13:33.168 [main] WARN o.e.h.g.u.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 13:13:33.168 [main] WARN o.e.h.g.u.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 13:13:33.168 [main] WARN o.e.h.g.u.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 13:13:33.300 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 13:13:33.300 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:13:33.487 [main] INFO o.e.h.c.r.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 13:13:33.488 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:33.488 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:13:33.497 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:13:33.498 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:13:33.498 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:13:35.153 [pool-260-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6909782533577115687/test_allContents[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:13:35.196 [pool-260-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:13:35.889 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:13:36.162 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:36.162 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:36.162 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:13:36.921 [pool-260-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6909782533577115687/test_allContents[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:13:36.927 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:13:37.300 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 13:13:37.300 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:13:37.333 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 13:13:37.333 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 2s137ms [pure insertion] marking any relevant derived attributes for update...13:13:37.333 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s46ms 13:13:37.380 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s46ms 13:13:37.380 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:13:37.380 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:13:37.380 [pool-260-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:13:39.387 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:13:39.387 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.007s attempting to resolve any uninitialized derived attributes... 13:13:39.387 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:13:39.387 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:13:39.387 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:13:39.387 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s7ms [proxy update] 13:13:39.387 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:13:39.387 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~5s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 13:13:39.803 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 315 ms 13:13:40.127 [main] INFO o.e.h.c.r.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 13:13:40.129 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:40.129 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:13:40.141 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:13:40.142 [pool-260-thread-1] INFO o.e.h.c.r.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/ 13:13:40.142 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:13:40.142 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:13:40.957 [pool-260-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6909782533577115687/test_allContents[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:13:40.969 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:13:40.971 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:40.971 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:40.971 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:13:40.971 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:13:40.976 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:13:40.976 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:13:40.976 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:13:40.976 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...13:13:40.976 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:13:40.977 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:13:40.984 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 13:13:40.984 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:40.985 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:40.985 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 13:13:40.985 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 13:13:40.987 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:13:40.987 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 13:13:40.987 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:13:40.987 [pool-260-thread-1] INFO o.e.h.c.r.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...13:13:40.987 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:40.987 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:40.994 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 13:13:40.994 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:40.995 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:40.995 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 13:13:40.995 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 13:13:40.995 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:13:40.995 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 13:13:40.995 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:13:40.995 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...13:13:40.995 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:40.995 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:41.002 [pool-260-thread-1] INFO o.e.h.c.r.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... 13:13:41.002 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:41.003 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:41.003 [pool-260-thread-1] INFO o.e.h.c.r.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... 13:13:41.003 [pool-260-thread-1] DEBUG o.e.h.g.u.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 13:13:41.003 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:13:41.003 [pool-260-thread-1] DEBUG o.e.h.g.u.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 13:13:41.004 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:13:41.004 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:13:41.004 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:41.004 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:41.010 [pool-260-thread-1] INFO o.e.h.c.r.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... 13:13:41.010 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:41.011 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:41.011 [pool-260-thread-1] INFO o.e.h.c.r.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... 13:13:41.011 [pool-260-thread-1] DEBUG o.e.h.g.u.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 13:13:41.011 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:13:41.011 [pool-260-thread-1] DEBUG o.e.h.g.u.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 13:13:41.011 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:13:41.011 [pool-260-thread-1] INFO o.e.h.c.r.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. 0s1ms [pure insertion] marking any relevant derived attributes for update...13:13:41.011 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:41.011 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:41.029 [pool-260-thread-1] INFO o.e.h.c.r.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... 13:13:41.029 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:41.030 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:41.030 [pool-260-thread-1] INFO o.e.h.c.r.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... 13:13:41.030 [pool-260-thread-1] DEBUG o.e.h.g.u.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 13:13:41.528 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 13:13:41.528 [pool-260-thread-1] DEBUG o.e.h.g.u.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 13:13:41.603 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 13:13:41.603 [pool-260-thread-1] INFO o.e.h.c.r.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. 0s574ms [pure insertion] marking any relevant derived attributes for update...13:13:41.603 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:41.603 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:41.610 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:13:41.610 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:41.611 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:41.611 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:13:41.611 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:13:41.611 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:13:41.611 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:13:41.611 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:13:41.611 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...13:13:41.611 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:41.611 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:41.618 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 13:13:41.618 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:41.619 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:41.619 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 13:13:41.619 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 13:13:41.621 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:13:41.621 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 13:13:41.622 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:13:41.622 [pool-260-thread-1] INFO o.e.h.c.r.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...13:13:41.622 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:41.622 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:41.628 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:13:41.628 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:41.629 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:41.629 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:13:41.629 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:13:41.630 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 13:13:41.630 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:13:41.630 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:13:41.630 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:13:41.630 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:41.630 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:41.698 [pool-260-thread-1] INFO o.e.h.c.r.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... 13:13:41.698 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:41.700 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:41.700 [pool-260-thread-1] INFO o.e.h.c.r.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... 13:13:41.700 [pool-260-thread-1] DEBUG o.e.h.g.u.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 13:13:41.726 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 13:13:41.726 [pool-260-thread-1] DEBUG o.e.h.g.u.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 13:13:41.733 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 13:13:41.733 [pool-260-thread-1] INFO o.e.h.c.r.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. 0s35ms [pure insertion] marking any relevant derived attributes for update...13:13:41.733 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:41.733 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:41.809 [pool-260-thread-1] INFO o.e.h.c.r.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... 13:13:41.809 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:41.810 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:41.811 [pool-260-thread-1] INFO o.e.h.c.r.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... 13:13:41.811 [pool-260-thread-1] DEBUG o.e.h.g.u.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 13:13:42.021 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 13:13:42.021 [pool-260-thread-1] DEBUG o.e.h.g.u.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 13:13:42.100 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 13:13:42.100 [pool-260-thread-1] INFO o.e.h.c.r.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. 0s291ms [pure insertion] marking any relevant derived attributes for update...13:13:42.100 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:42.100 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:42.100 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:13:42.100 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:13:42.100 [pool-260-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:13:43.955 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 13:13:44.870 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 13:13:44.870 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.77s attempting to resolve any uninitialized derived attributes... 13:13:44.870 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:13:44.870 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:13:44.870 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:13:44.870 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s770ms [proxy update] 13:13:44.871 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:13:44.871 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~4s validating changes... validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.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/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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 13:13:45.119 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 990 ms 13:13:45.119 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6909782533577115687/test_allContents[Neo4j]/db 13:13:45.128 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6909782533577115687/test_allContents[Neo4j]/db 13:13:45.135 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6909782533577115687/test_allContents[Neo4j]/db 13:13:45.137 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6909782533577115687/test_allContents[Neo4j]/db 13:13:45.139 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6909782533577115687/test_allContents[Neo4j]/db 13:13:45.311 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6909782533577115687/test_allContents[Neo4j]/db 13:13:45.312 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6909782533577115687/test_allContents[Neo4j]/db 13:13:45.313 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:13:45.313 [main] INFO o.e.h.c.r.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 13:13:45.314 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:45.314 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:13:46.329 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:13:46.332 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:13:48.273 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:13:48.274 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:48.274 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:13:48.274 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:13:48.274 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:13:48.274 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:13:48.274 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:13:48.275 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:13:48.275 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:13:48.275 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:13:48.275 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:13:48.275 [pool-267-thread-1] INFO o.e.h.c.r.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 13:13:48.276 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 13:13:48.290 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:13:48.290 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:13:48.373 [main] WARN o.e.h.g.u.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 13:13:48.373 [main] WARN o.e.h.g.u.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 13:13:48.373 [main] WARN o.e.h.g.u.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 13:13:48.374 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 13:13:48.375 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 13:13:48.375 [main] WARN o.e.h.g.u.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 13:13:48.376 [main] WARN o.e.h.g.u.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 13:13:48.379 [main] WARN o.e.h.g.u.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 13:13:48.380 [main] WARN o.e.h.g.u.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 13:13:48.417 [main] WARN o.e.h.g.u.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 13:13:48.418 [main] WARN o.e.h.g.u.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 13:13:48.418 [main] WARN o.e.h.g.u.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 13:13:48.418 [main] WARN o.e.h.g.u.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 13:13:48.418 [main] WARN o.e.h.g.u.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[] 13:13:48.418 [main] WARN o.e.h.g.u.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 13:13:48.418 [main] WARN o.e.h.g.u.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 13:13:48.418 [main] WARN o.e.h.g.u.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 13:13:48.418 [main] WARN o.e.h.g.u.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 13:13:48.418 [main] WARN o.e.h.g.u.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 13:13:48.418 [main] WARN o.e.h.g.u.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 13:13:48.419 [main] WARN o.e.h.g.u.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 13:13:48.419 [main] WARN o.e.h.g.u.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 13:13:48.419 [main] WARN o.e.h.g.u.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 13:13:48.419 [main] WARN o.e.h.g.u.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 13:13:48.419 [main] WARN o.e.h.g.u.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 13:13:48.419 [main] WARN o.e.h.g.u.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 13:13:48.419 [main] WARN o.e.h.g.u.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 13:13:48.419 [main] WARN o.e.h.g.u.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 13:13:48.419 [main] WARN o.e.h.g.u.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 13:13:48.419 [main] WARN o.e.h.g.u.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 13:13:48.420 [main] WARN o.e.h.g.u.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 13:13:48.420 [main] WARN o.e.h.g.u.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 13:13:48.420 [main] WARN o.e.h.g.u.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 13:13:48.420 [main] WARN o.e.h.g.u.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 13:13:48.420 [main] WARN o.e.h.g.u.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 13:13:48.420 [main] WARN o.e.h.g.u.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 13:13:48.420 [main] WARN o.e.h.g.u.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 13:13:48.420 [main] WARN o.e.h.g.u.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 13:13:48.420 [main] WARN o.e.h.g.u.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 13:13:48.420 [main] WARN o.e.h.g.u.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 13:13:48.421 [main] WARN o.e.h.g.u.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 13:13:48.421 [main] WARN o.e.h.g.u.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 13:13:48.458 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 13:13:48.459 [main] WARN o.e.h.g.u.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 13:13:48.459 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 13:13:48.598 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 13:13:48.598 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:13:48.785 [main] INFO o.e.h.c.r.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 13:13:48.786 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:48.786 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:13:48.797 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:13:48.799 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:13:48.799 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:13:50.717 [pool-267-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3708531634605163239/test_subtreeTraversalScoping[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:13:50.746 [pool-267-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:13:51.425 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:13:51.751 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:51.752 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:51.752 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:13:52.601 [pool-267-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3708531634605163239/test_subtreeTraversalScoping[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:13:52.607 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:13:52.959 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 13:13:52.959 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:13:53.020 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 13:13:53.020 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 2s274ms [pure insertion] marking any relevant derived attributes for update...13:13:53.020 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s74ms 13:13:53.094 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s74ms 13:13:53.094 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:13:53.094 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:13:53.094 [pool-267-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:13:55.092 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:13:55.092 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.998s attempting to resolve any uninitialized derived attributes... 13:13:55.092 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:13:55.092 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~6s validating changes... 13:13:55.093 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:13:55.093 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s999ms [proxy update] 13:13:55.093 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:13:55.093 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 13:13:55.431 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 645 ms 13:13:55.657 [main] INFO o.e.h.c.r.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 13:13:55.658 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:13:55.658 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:13:55.671 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:13:55.672 [pool-267-thread-1] INFO o.e.h.c.r.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/ 13:13:55.672 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:13:55.672 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:13:56.412 [pool-267-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3708531634605163239/test_subtreeTraversalScoping[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:13:56.423 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 13:13:56.425 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:56.425 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:56.425 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 13:13:56.425 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 13:13:56.427 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:13:56.427 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 13:13:56.427 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:13:56.427 [pool-267-thread-1] INFO o.e.h.c.r.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...13:13:56.427 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:56.427 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:56.433 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:13:56.433 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:56.434 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:56.434 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:13:56.434 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:13:56.435 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:13:56.435 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:13:56.435 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:13:56.435 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:13:56.435 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:56.435 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:56.441 [pool-267-thread-1] INFO o.e.h.c.r.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... 13:13:56.441 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:56.442 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:56.442 [pool-267-thread-1] INFO o.e.h.c.r.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... 13:13:56.442 [pool-267-thread-1] DEBUG o.e.h.g.u.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 13:13:56.442 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:13:56.442 [pool-267-thread-1] DEBUG o.e.h.g.u.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 13:13:56.442 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:13:56.442 [pool-267-thread-1] INFO o.e.h.c.r.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. 0s1ms [pure insertion] marking any relevant derived attributes for update...13:13:56.442 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:56.442 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:56.496 [pool-267-thread-1] INFO o.e.h.c.r.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... 13:13:56.496 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:56.497 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:56.497 [pool-267-thread-1] INFO o.e.h.c.r.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... 13:13:56.497 [pool-267-thread-1] DEBUG o.e.h.g.u.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 13:13:56.720 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 13:13:56.720 [pool-267-thread-1] DEBUG o.e.h.g.u.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 13:13:56.743 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 13:13:56.743 [pool-267-thread-1] INFO o.e.h.c.r.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. 0s247ms [pure insertion] marking any relevant derived attributes for update...13:13:56.743 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:56.743 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:56.748 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:13:56.749 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:56.749 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:56.749 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:13:56.749 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:13:56.750 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:13:56.750 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:13:56.750 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:13:56.750 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:13:56.750 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:56.750 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:56.757 [pool-267-thread-1] INFO o.e.h.c.r.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... 13:13:56.757 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:56.758 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:56.758 [pool-267-thread-1] INFO o.e.h.c.r.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... 13:13:56.758 [pool-267-thread-1] DEBUG o.e.h.g.u.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 13:13:56.826 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 13:13:56.826 [pool-267-thread-1] DEBUG o.e.h.g.u.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 13:13:56.832 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 13:13:56.832 [pool-267-thread-1] INFO o.e.h.c.r.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. 0s75ms [pure insertion] marking any relevant derived attributes for update...13:13:56.832 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:56.832 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:56.897 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:13:56.897 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:56.898 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:56.898 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:13:56.898 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:13:56.898 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 13:13:56.898 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:13:56.899 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:13:56.899 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:13:56.899 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:56.899 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:56.904 [pool-267-thread-1] INFO o.e.h.c.r.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... 13:13:56.904 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:56.905 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:56.905 [pool-267-thread-1] INFO o.e.h.c.r.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... 13:13:56.905 [pool-267-thread-1] DEBUG o.e.h.g.u.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 13:13:56.905 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:13:56.905 [pool-267-thread-1] DEBUG o.e.h.g.u.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 13:13:56.905 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:13:56.905 [pool-267-thread-1] INFO o.e.h.c.r.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. 0s1ms [pure insertion] marking any relevant derived attributes for update...13:13:56.905 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:56.905 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:56.911 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 13:13:56.911 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:56.912 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:56.912 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 13:13:56.912 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 13:13:56.912 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:13:56.912 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 13:13:56.913 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:13:56.913 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:13:56.913 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:56.913 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:56.918 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 13:13:56.918 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:56.919 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:56.919 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 13:13:56.920 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 13:13:56.920 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:13:56.920 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 13:13:56.920 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:13:56.920 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:13:56.920 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:56.920 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:56.995 [pool-267-thread-1] INFO o.e.h.c.r.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... 13:13:56.995 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:13:56.997 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:13:56.997 [pool-267-thread-1] INFO o.e.h.c.r.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... 13:13:56.997 [pool-267-thread-1] DEBUG o.e.h.g.u.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 13:13:57.144 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 13:13:57.144 [pool-267-thread-1] DEBUG o.e.h.g.u.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 13:13:57.200 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 13:13:57.200 [pool-267-thread-1] INFO o.e.h.c.r.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. 0s205ms [pure insertion] marking any relevant derived attributes for update...13:13:57.200 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:13:57.200 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:13:57.200 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:13:57.200 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:13:57.200 [pool-267-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:13:59.144 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 13:14:00.067 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 13:14:00.067 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.867s attempting to resolve any uninitialized derived attributes... 13:14:00.067 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:14:00.067 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:14:00.067 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:14:00.067 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s867ms [proxy update] 13:14:00.067 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:14:00.068 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~4s validating changes... 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 /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 /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.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 /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 changed resource size: 5353 relevant graph size: 5353 validated changes... true 13:14:00.324 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 666 ms 13:14:00.325 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:14:00.325 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3708531634605163239/test_subtreeTraversalScoping[Neo4j]/db 13:14:00.328 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 13:14:00.328 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3708531634605163239/test_subtreeTraversalScoping[Neo4j]/db 13:14:00.330 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:14:00.330 [main] INFO o.e.h.c.r.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 13:14:00.332 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:00.332 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:14:01.443 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:14:01.446 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:14:03.045 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:14:03.046 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:03.046 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:14:03.046 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:14:03.046 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:14:03.046 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:14:03.046 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:14:03.047 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:14:03.047 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:14:03.047 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:14:03.048 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:14:03.048 [pool-274-thread-1] INFO o.e.h.c.r.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 13:14:03.049 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 13:14:03.062 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:14:03.062 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:14:03.130 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 13:14:03.130 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 13:14:03.132 [main] WARN o.e.h.g.u.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 13:14:03.133 [main] WARN o.e.h.g.u.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 13:14:03.133 [main] WARN o.e.h.g.u.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 13:14:03.134 [main] WARN o.e.h.g.u.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 13:14:03.164 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 13:14:03.166 [main] WARN o.e.h.g.u.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 13:14:03.166 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 13:14:03.180 [main] WARN o.e.h.g.u.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 13:14:03.180 [main] WARN o.e.h.g.u.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 13:14:03.180 [main] WARN o.e.h.g.u.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 13:14:03.181 [main] WARN o.e.h.g.u.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 13:14:03.181 [main] WARN o.e.h.g.u.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 13:14:03.181 [main] WARN o.e.h.g.u.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 13:14:03.181 [main] WARN o.e.h.g.u.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 13:14:03.181 [main] WARN o.e.h.g.u.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 13:14:03.181 [main] WARN o.e.h.g.u.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 13:14:03.182 [main] WARN o.e.h.g.u.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 13:14:03.182 [main] WARN o.e.h.g.u.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 13:14:03.182 [main] WARN o.e.h.g.u.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 13:14:03.182 [main] WARN o.e.h.g.u.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 13:14:03.182 [main] WARN o.e.h.g.u.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 13:14:03.182 [main] WARN o.e.h.g.u.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 13:14:03.182 [main] WARN o.e.h.g.u.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 13:14:03.182 [main] WARN o.e.h.g.u.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 13:14:03.182 [main] WARN o.e.h.g.u.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 13:14:03.182 [main] WARN o.e.h.g.u.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 13:14:03.183 [main] WARN o.e.h.g.u.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 13:14:03.183 [main] WARN o.e.h.g.u.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 13:14:03.183 [main] WARN o.e.h.g.u.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 13:14:03.183 [main] WARN o.e.h.g.u.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 13:14:03.183 [main] WARN o.e.h.g.u.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 13:14:03.183 [main] WARN o.e.h.g.u.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 13:14:03.183 [main] WARN o.e.h.g.u.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 13:14:03.183 [main] WARN o.e.h.g.u.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 13:14:03.183 [main] WARN o.e.h.g.u.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 13:14:03.183 [main] WARN o.e.h.g.u.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 13:14:03.183 [main] WARN o.e.h.g.u.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[] 13:14:03.183 [main] WARN o.e.h.g.u.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 13:14:03.184 [main] WARN o.e.h.g.u.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 13:14:03.184 [main] WARN o.e.h.g.u.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 13:14:03.184 [main] WARN o.e.h.g.u.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 13:14:03.184 [main] WARN o.e.h.g.u.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 13:14:03.184 [main] WARN o.e.h.g.u.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 13:14:03.270 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 13:14:03.270 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:14:03.458 [main] INFO o.e.h.c.r.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 13:14:03.459 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:03.459 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:14:03.468 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:14:03.469 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:14:03.469 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:14:05.048 [pool-274-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4505107063628968582/test_getAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:14:05.073 [pool-274-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:14:05.613 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:14:05.866 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:05.867 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:05.867 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:14:06.533 [pool-274-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4505107063628968582/test_getAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:14:06.539 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:14:06.851 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 13:14:06.851 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:14:06.909 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 13:14:06.909 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s836ms [pure insertion] marking any relevant derived attributes for update...13:14:06.909 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s16ms 13:14:06.925 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s16ms 13:14:06.925 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:14:06.925 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:14:06.925 [pool-274-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:14:08.555 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:14:08.555 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.63s attempting to resolve any uninitialized derived attributes... 13:14:08.555 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:14:08.555 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:14:08.556 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:14:08.556 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s631ms [proxy update] 13:14:08.556 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:14:08.556 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~5s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 13:14:08.795 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 336 ms 13:14:09.039 [main] INFO o.e.h.c.r.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 13:14:09.040 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:09.040 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:14:09.051 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:14:09.053 [pool-274-thread-1] INFO o.e.h.c.r.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/ 13:14:09.053 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:14:09.053 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:14:09.678 [pool-274-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4505107063628968582/test_getAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:14:09.687 [pool-274-thread-1] INFO o.e.h.c.r.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... 13:14:09.689 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:09.689 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:09.689 [pool-274-thread-1] INFO o.e.h.c.r.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... 13:14:09.690 [pool-274-thread-1] DEBUG o.e.h.g.u.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 13:14:09.691 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:14:09.691 [pool-274-thread-1] DEBUG o.e.h.g.u.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 13:14:09.691 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:09.691 [pool-274-thread-1] INFO o.e.h.c.r.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...13:14:09.691 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:14:09.692 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:14:09.696 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:14:09.697 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:09.698 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:09.698 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:14:09.699 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:14:09.700 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:14:09.700 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:14:09.700 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:09.700 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...13:14:09.700 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:09.700 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:09.710 [pool-274-thread-1] INFO o.e.h.c.r.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... 13:14:09.710 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:09.711 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:09.711 [pool-274-thread-1] INFO o.e.h.c.r.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... 13:14:09.711 [pool-274-thread-1] DEBUG o.e.h.g.u.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 13:14:09.921 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 13:14:09.921 [pool-274-thread-1] DEBUG o.e.h.g.u.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 13:14:09.943 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 13:14:09.943 [pool-274-thread-1] INFO o.e.h.c.r.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. 0s233ms [pure insertion] marking any relevant derived attributes for update...13:14:09.943 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:09.943 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:09.948 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:14:09.948 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:09.948 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:09.948 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:14:09.948 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:14:09.949 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 13:14:09.949 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:14:09.949 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:09.949 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...13:14:09.949 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:09.949 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:09.953 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:14:09.954 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:09.954 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:09.954 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:14:09.954 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:14:09.955 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:14:09.955 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:14:09.955 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:09.955 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:14:09.955 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:09.955 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:09.995 [pool-274-thread-1] INFO o.e.h.c.r.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... 13:14:09.995 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:09.996 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:09.996 [pool-274-thread-1] INFO o.e.h.c.r.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... 13:14:09.996 [pool-274-thread-1] DEBUG o.e.h.g.u.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 13:14:09.996 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:14:09.996 [pool-274-thread-1] DEBUG o.e.h.g.u.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 13:14:09.997 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:09.997 [pool-274-thread-1] INFO o.e.h.c.r.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. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:14:09.997 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:09.997 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:10.001 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 13:14:10.001 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:10.002 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:10.002 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 13:14:10.002 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 13:14:10.002 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:14:10.002 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 13:14:10.002 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:10.002 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...13:14:10.002 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:10.002 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:10.007 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 13:14:10.007 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:10.008 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:10.008 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 13:14:10.008 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 13:14:10.009 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:14:10.009 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 13:14:10.009 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:14:10.009 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:14:10.009 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:10.009 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:10.016 [pool-274-thread-1] INFO o.e.h.c.r.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... 13:14:10.016 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:10.016 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:10.016 [pool-274-thread-1] INFO o.e.h.c.r.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... 13:14:10.017 [pool-274-thread-1] DEBUG o.e.h.g.u.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 13:14:10.104 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 13:14:10.104 [pool-274-thread-1] DEBUG o.e.h.g.u.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 13:14:10.110 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 13:14:10.110 [pool-274-thread-1] INFO o.e.h.c.r.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. 0s94ms [pure insertion] marking any relevant derived attributes for update...13:14:10.110 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:10.110 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:10.122 [pool-274-thread-1] INFO o.e.h.c.r.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... 13:14:10.122 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:10.122 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:10.122 [pool-274-thread-1] INFO o.e.h.c.r.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... 13:14:10.123 [pool-274-thread-1] DEBUG o.e.h.g.u.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 13:14:10.315 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 13:14:10.315 [pool-274-thread-1] DEBUG o.e.h.g.u.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 13:14:10.342 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 13:14:10.342 [pool-274-thread-1] INFO o.e.h.c.r.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. 0s220ms [pure insertion] marking any relevant derived attributes for update...13:14:10.342 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:14:10.343 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:14:10.347 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 13:14:10.347 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:10.348 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:10.348 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 13:14:10.349 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 13:14:10.349 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:14:10.349 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 13:14:10.349 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:10.349 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:14:10.349 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:10.349 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:10.349 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:14:10.349 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:14:10.349 [pool-274-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:14:12.015 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 13:14:12.765 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 13:14:12.765 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.416s attempting to resolve any uninitialized derived attributes... 13:14:12.765 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:14:12.765 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:14:12.766 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:14:12.766 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s417ms [proxy update] 13:14:12.766 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:14:12.766 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggd elems 0 time ~3s validating changes... able/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.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.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /set0.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/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/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 /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 13:14:13.106 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 66 ms 13:14:13.106 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4505107063628968582/test_getAllOf[Neo4j]/db 13:14:13.111 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4505107063628968582/test_getAllOf[Neo4j]/db 13:14:13.126 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4505107063628968582/test_getAllOf[Neo4j]/db 13:14:13.129 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4505107063628968582/test_getAllOf[Neo4j]/db 13:14:13.201 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4505107063628968582/test_getAllOf[Neo4j]/db 13:14:13.201 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType... 13:14:13.203 [main] INFO o.e.h.g.u.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); 13:14:13.294 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType 13:14:13.296 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 13:14:13.309 [main] INFO o.e.h.c.r.CompositeStateListener - Processed 28/28 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 13:14:13.309 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.015s 13:14:13.309 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType. 13:14:13.459 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:14:13.460 [main] INFO o.e.h.c.r.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 13:14:13.461 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:13.461 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:14:15.109 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:14:15.113 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:14:16.620 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:14:16.621 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:16.621 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:14:16.621 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:14:16.621 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:14:16.621 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:14:16.621 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:14:16.622 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:14:16.622 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:14:16.622 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:14:16.622 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 13:14:16.623 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 13:14:16.623 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 13:14:16.636 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:14:16.636 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:14:16.704 [main] WARN o.e.h.g.u.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 13:14:16.704 [main] WARN o.e.h.g.u.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 13:14:16.704 [main] WARN o.e.h.g.u.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 13:14:16.705 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 13:14:16.705 [main] WARN o.e.h.g.u.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 13:14:16.705 [main] WARN o.e.h.g.u.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 13:14:16.705 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 13:14:16.707 [main] WARN o.e.h.g.u.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 13:14:16.710 [main] WARN o.e.h.g.u.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 13:14:16.739 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 13:14:16.740 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 13:14:16.741 [main] WARN o.e.h.g.u.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 13:14:16.764 [main] WARN o.e.h.g.u.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 13:14:16.764 [main] WARN o.e.h.g.u.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 13:14:16.764 [main] WARN o.e.h.g.u.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 13:14:16.764 [main] WARN o.e.h.g.u.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 13:14:16.764 [main] WARN o.e.h.g.u.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 13:14:16.764 [main] WARN o.e.h.g.u.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 13:14:16.765 [main] WARN o.e.h.g.u.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 13:14:16.765 [main] WARN o.e.h.g.u.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[] 13:14:16.765 [main] WARN o.e.h.g.u.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 13:14:16.765 [main] WARN o.e.h.g.u.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 13:14:16.765 [main] WARN o.e.h.g.u.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 13:14:16.765 [main] WARN o.e.h.g.u.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 13:14:16.765 [main] WARN o.e.h.g.u.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 13:14:16.765 [main] WARN o.e.h.g.u.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 13:14:16.766 [main] WARN o.e.h.g.u.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 13:14:16.766 [main] WARN o.e.h.g.u.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 13:14:16.766 [main] WARN o.e.h.g.u.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 13:14:16.766 [main] WARN o.e.h.g.u.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 13:14:16.766 [main] WARN o.e.h.g.u.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 13:14:16.766 [main] WARN o.e.h.g.u.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 13:14:16.766 [main] WARN o.e.h.g.u.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 13:14:16.766 [main] WARN o.e.h.g.u.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 13:14:16.766 [main] WARN o.e.h.g.u.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 13:14:16.766 [main] WARN o.e.h.g.u.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 13:14:16.766 [main] WARN o.e.h.g.u.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 13:14:16.767 [main] WARN o.e.h.g.u.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 13:14:16.767 [main] WARN o.e.h.g.u.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 13:14:16.767 [main] WARN o.e.h.g.u.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 13:14:16.767 [main] WARN o.e.h.g.u.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 13:14:16.767 [main] WARN o.e.h.g.u.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 13:14:16.767 [main] WARN o.e.h.g.u.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 13:14:16.767 [main] WARN o.e.h.g.u.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 13:14:16.767 [main] WARN o.e.h.g.u.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 13:14:16.879 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 13:14:16.879 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:14:17.108 [main] INFO o.e.h.c.r.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 13:14:17.109 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:17.109 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:14:17.118 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:14:17.119 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:14:17.119 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:14:18.732 [pool-282-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3307437587173555259/test_getFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:14:18.757 [pool-282-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:14:19.310 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:14:19.583 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:19.583 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:19.584 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:14:20.259 [pool-282-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3307437587173555259/test_getFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:14:20.265 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:14:20.594 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 13:14:20.594 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:14:20.626 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 13:14:20.626 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s869ms [pure insertion] marking any relevant derived attributes for update...13:14:20.626 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s49ms 13:14:20.675 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s49ms 13:14:20.675 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:14:20.675 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:14:20.675 [pool-282-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:14:22.336 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:14:22.336 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.661s attempting to resolve any uninitialized derived attributes... 13:14:22.336 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:14:22.336 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:14:22.336 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:14:22.336 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s661ms [proxy update] 13:14:22.336 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:14:22.337 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~5s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 13:14:22.633 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 524 ms 13:14:22.864 [main] INFO o.e.h.c.r.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 13:14:22.865 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:22.865 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:14:22.877 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:14:22.878 [pool-282-thread-1] INFO o.e.h.c.r.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/ 13:14:22.878 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:14:22.878 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:14:23.512 [pool-282-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3307437587173555259/test_getFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:14:23.521 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:14:23.523 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:23.523 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:23.523 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:14:23.524 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:14:23.525 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:14:23.525 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:14:23.525 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:23.525 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...13:14:23.525 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:23.525 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:23.529 [pool-282-thread-1] INFO o.e.h.c.r.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... 13:14:23.530 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:23.531 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:23.532 [pool-282-thread-1] INFO o.e.h.c.r.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... 13:14:23.532 [pool-282-thread-1] DEBUG o.e.h.g.u.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 13:14:23.533 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:14:23.533 [pool-282-thread-1] DEBUG o.e.h.g.u.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 13:14:23.533 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:23.533 [pool-282-thread-1] INFO o.e.h.c.r.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...13:14:23.533 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:23.533 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:23.537 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 13:14:23.537 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:23.538 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:23.538 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 13:14:23.539 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 13:14:23.539 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:14:23.539 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 13:14:23.539 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:23.539 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:14:23.539 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:23.539 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:23.543 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:14:23.543 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:23.544 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:23.544 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:14:23.544 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:14:23.544 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:14:23.544 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:14:23.544 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:23.544 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...13:14:23.544 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:23.544 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:23.550 [pool-282-thread-1] INFO o.e.h.c.r.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... 13:14:23.550 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:23.551 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:23.551 [pool-282-thread-1] INFO o.e.h.c.r.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... 13:14:23.551 [pool-282-thread-1] DEBUG o.e.h.g.u.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 13:14:23.721 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 13:14:23.721 [pool-282-thread-1] DEBUG o.e.h.g.u.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 13:14:23.726 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 13:14:23.727 [pool-282-thread-1] INFO o.e.h.c.r.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. 0s177ms [pure insertion] marking any relevant derived attributes for update...13:14:23.727 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:23.727 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:23.731 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:14:23.731 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:23.732 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:23.732 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:14:23.732 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:14:23.732 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 13:14:23.732 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:14:23.732 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:23.732 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...13:14:23.732 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:23.732 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:23.737 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 13:14:23.737 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:23.738 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:23.738 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 13:14:23.738 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 13:14:23.739 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:14:23.739 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 13:14:23.739 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:14:23.739 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:14:23.739 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:23.739 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:23.743 [pool-282-thread-1] INFO o.e.h.c.r.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... 13:14:23.744 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:23.744 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:23.744 [pool-282-thread-1] INFO o.e.h.c.r.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... 13:14:23.744 [pool-282-thread-1] DEBUG o.e.h.g.u.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 13:14:23.744 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:14:23.744 [pool-282-thread-1] DEBUG o.e.h.g.u.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 13:14:23.745 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:23.745 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...13:14:23.745 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:23.745 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:23.755 [pool-282-thread-1] INFO o.e.h.c.r.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... 13:14:23.756 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:23.756 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:23.756 [pool-282-thread-1] INFO o.e.h.c.r.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... 13:14:23.756 [pool-282-thread-1] DEBUG o.e.h.g.u.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 13:14:23.953 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 13:14:23.953 [pool-282-thread-1] DEBUG o.e.h.g.u.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 13:14:24.009 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 13:14:24.009 [pool-282-thread-1] INFO o.e.h.c.r.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. 0s255ms [pure insertion] marking any relevant derived attributes for update...13:14:24.010 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:24.010 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:24.014 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 13:14:24.014 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:24.015 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:24.015 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 13:14:24.015 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 13:14:24.015 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:14:24.015 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 13:14:24.015 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:24.015 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...13:14:24.015 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:24.015 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:24.025 [pool-282-thread-1] INFO o.e.h.c.r.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... 13:14:24.025 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:24.026 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:24.026 [pool-282-thread-1] INFO o.e.h.c.r.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... 13:14:24.026 [pool-282-thread-1] DEBUG o.e.h.g.u.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 13:14:24.155 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 13:14:24.155 [pool-282-thread-1] DEBUG o.e.h.g.u.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 13:14:24.200 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 13:14:24.200 [pool-282-thread-1] INFO o.e.h.c.r.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. 0s175ms [pure insertion] marking any relevant derived attributes for update...13:14:24.200 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:24.200 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:24.200 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:14:24.200 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:14:24.200 [pool-282-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:14:25.871 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 13:14:26.691 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 13:14:26.691 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.491s attempting to resolve any uninitialized derived attributes... 13:14:26.691 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:14:26.691 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:14:26.692 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:14:26.692 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s492ms [proxy update] 13:14:26.692 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:14:26.692 [pool-282-thread-1] INFO o.e.h.c.r.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 /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/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 /set0.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 /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/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 changed resource size: 5353 relevant graph size: 5353 validated changes... true 13:14:26.950 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 85 ms 13:14:26.950 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3307437587173555259/test_getFiles[Neo4j]/db 13:14:26.951 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3307437587173555259/test_getFiles[Neo4j]/db 13:14:26.953 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:14:26.953 [main] INFO o.e.h.c.r.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 13:14:26.954 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:26.954 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:14:27.834 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:14:27.837 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:14:29.643 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:14:29.644 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:29.644 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:14:29.644 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:14:29.644 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:14:29.644 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:14:29.644 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:14:29.645 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:14:29.645 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:14:29.645 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:14:29.646 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:14:29.646 [pool-289-thread-1] INFO o.e.h.c.r.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 13:14:29.646 [pool-289-thread-1] INFO o.e.h.c.r.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 13:14:29.660 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:14:29.660 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:14:29.753 [main] WARN o.e.h.g.u.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 13:14:29.753 [main] WARN o.e.h.g.u.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 13:14:29.753 [main] WARN o.e.h.g.u.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 13:14:29.754 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 13:14:29.754 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 13:14:29.755 [main] WARN o.e.h.g.u.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 13:14:29.756 [main] WARN o.e.h.g.u.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 13:14:29.759 [main] WARN o.e.h.g.u.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 13:14:29.760 [main] WARN o.e.h.g.u.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 13:14:29.788 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 13:14:29.789 [main] WARN o.e.h.g.u.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 13:14:29.790 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 13:14:29.821 [main] WARN o.e.h.g.u.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 13:14:29.821 [main] WARN o.e.h.g.u.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 13:14:29.821 [main] WARN o.e.h.g.u.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 13:14:29.821 [main] WARN o.e.h.g.u.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 13:14:29.821 [main] WARN o.e.h.g.u.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 13:14:29.822 [main] WARN o.e.h.g.u.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 13:14:29.822 [main] WARN o.e.h.g.u.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 13:14:29.822 [main] WARN o.e.h.g.u.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 13:14:29.822 [main] WARN o.e.h.g.u.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 13:14:29.822 [main] WARN o.e.h.g.u.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 13:14:29.822 [main] WARN o.e.h.g.u.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 13:14:29.822 [main] WARN o.e.h.g.u.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 13:14:29.822 [main] WARN o.e.h.g.u.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 13:14:29.822 [main] WARN o.e.h.g.u.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 13:14:29.822 [main] WARN o.e.h.g.u.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[] 13:14:29.822 [main] WARN o.e.h.g.u.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 13:14:29.822 [main] WARN o.e.h.g.u.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 13:14:29.822 [main] WARN o.e.h.g.u.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 13:14:29.822 [main] WARN o.e.h.g.u.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 13:14:29.822 [main] WARN o.e.h.g.u.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 13:14:29.822 [main] WARN o.e.h.g.u.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 13:14:29.822 [main] WARN o.e.h.g.u.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 13:14:29.823 [main] WARN o.e.h.g.u.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 13:14:29.823 [main] WARN o.e.h.g.u.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 13:14:29.823 [main] WARN o.e.h.g.u.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 13:14:29.823 [main] WARN o.e.h.g.u.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 13:14:29.823 [main] WARN o.e.h.g.u.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 13:14:29.823 [main] WARN o.e.h.g.u.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 13:14:29.823 [main] WARN o.e.h.g.u.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 13:14:29.823 [main] WARN o.e.h.g.u.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 13:14:29.823 [main] WARN o.e.h.g.u.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 13:14:29.823 [main] WARN o.e.h.g.u.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 13:14:29.823 [main] WARN o.e.h.g.u.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 13:14:29.952 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 13:14:29.952 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:14:30.181 [main] INFO o.e.h.c.r.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 13:14:30.182 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:30.182 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:14:30.201 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:14:30.203 [pool-289-thread-1] INFO o.e.h.c.r.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/ 13:14:30.203 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:14:30.203 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:14:31.814 [pool-289-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7209454099824230253/test_getAllOfCountsSubtypes[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:14:31.822 [pool-289-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:14:32.488 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:14:32.789 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:32.789 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:32.789 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 13:14:33.473 [pool-289-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7209454099824230253/test_getAllOfCountsSubtypes[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:14:33.479 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:14:33.481 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:14:33.481 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 13:14:33.481 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:33.481 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 1s659ms [pure insertion] marking any relevant derived attributes for update...13:14:33.481 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s34ms 13:14:33.515 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s34ms 13:14:33.519 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:14:33.519 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:33.522 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:33.522 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 13:14:33.522 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:14:33.522 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 13:14:33.522 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 13:14:33.522 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:33.522 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:14:33.522 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:33.522 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:33.582 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 13:14:33.583 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:33.584 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:33.584 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 13:14:33.585 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 13:14:33.587 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:14:33.587 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 13:14:33.587 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:33.587 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:14:33.587 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:33.587 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:33.599 [pool-289-thread-1] INFO o.e.h.c.r.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... 13:14:33.599 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:33.602 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:33.602 [pool-289-thread-1] INFO o.e.h.c.r.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... 13:14:33.602 [pool-289-thread-1] DEBUG o.e.h.g.u.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 13:14:33.721 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 13:14:33.721 [pool-289-thread-1] DEBUG o.e.h.g.u.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 13:14:33.727 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 13:14:33.727 [pool-289-thread-1] INFO o.e.h.c.r.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. 0s128ms [pure insertion] marking any relevant derived attributes for update...13:14:33.727 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:33.727 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:33.738 [pool-289-thread-1] INFO o.e.h.c.r.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... 13:14:33.738 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:33.740 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:33.740 [pool-289-thread-1] INFO o.e.h.c.r.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... 13:14:33.741 [pool-289-thread-1] DEBUG o.e.h.g.u.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 13:14:33.947 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 13:14:33.947 [pool-289-thread-1] DEBUG o.e.h.g.u.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 13:14:34.000 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 13:14:34.001 [pool-289-thread-1] INFO o.e.h.c.r.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. 0s263ms [pure insertion] marking any relevant derived attributes for update...13:14:34.001 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:34.001 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:34.005 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 13:14:34.005 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:34.008 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:34.008 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 13:14:34.009 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 13:14:34.009 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 13:14:34.009 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 13:14:34.009 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 13:14:34.009 [pool-289-thread-1] INFO o.e.h.c.r.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...13:14:34.009 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:14:34.010 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:14:34.014 [pool-289-thread-1] INFO o.e.h.c.r.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... 13:14:34.014 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:34.016 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:34.016 [pool-289-thread-1] INFO o.e.h.c.r.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... 13:14:34.017 [pool-289-thread-1] DEBUG o.e.h.g.u.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 13:14:34.017 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:14:34.017 [pool-289-thread-1] DEBUG o.e.h.g.u.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 13:14:34.017 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:34.017 [pool-289-thread-1] INFO o.e.h.c.r.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...13:14:34.017 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:34.017 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:34.027 [pool-289-thread-1] INFO o.e.h.c.r.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... 13:14:34.027 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:34.029 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:34.029 [pool-289-thread-1] INFO o.e.h.c.r.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... 13:14:34.030 [pool-289-thread-1] DEBUG o.e.h.g.u.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 13:14:34.157 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 13:14:34.157 [pool-289-thread-1] DEBUG o.e.h.g.u.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 13:14:34.205 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 13:14:34.205 [pool-289-thread-1] INFO o.e.h.c.r.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. 0s178ms [pure insertion] marking any relevant derived attributes for update...13:14:34.205 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:34.205 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:34.210 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 13:14:34.210 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:34.212 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:34.212 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 13:14:34.212 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 13:14:34.213 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 13:14:34.213 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 13:14:34.213 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:34.213 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...13:14:34.213 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:34.213 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:34.217 [pool-289-thread-1] INFO o.e.h.c.r.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... 13:14:34.217 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:34.220 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:34.220 [pool-289-thread-1] INFO o.e.h.c.r.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... 13:14:34.221 [pool-289-thread-1] DEBUG o.e.h.g.u.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 13:14:34.221 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:14:34.221 [pool-289-thread-1] DEBUG o.e.h.g.u.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 13:14:34.221 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:34.221 [pool-289-thread-1] INFO o.e.h.c.r.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...13:14:34.221 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:34.221 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:34.225 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 13:14:34.225 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:34.227 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:34.227 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 13:14:34.229 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 13:14:34.229 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 13:14:34.229 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 13:14:34.229 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:14:34.229 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...13:14:34.229 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:34.229 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:34.229 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:14:34.229 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:14:34.229 [pool-289-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:14:36.300 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 13:14:37.185 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 13:14:37.185 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.956s attempting to resolve any uninitialized derived attributes... 13:14:37.185 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:14:37.185 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:14:37.186 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:14:37.186 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s957ms [proxy update] 13:14:37.186 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:14:37.186 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~7s validating changes... validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.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/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 /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 /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 /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 13:14:37.464 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 282 ms 13:14:37.464 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7209454099824230253/test_getAllOfCountsSubtypes[Neo4j]/db 13:14:37.467 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot... 13:14:37.468 [main] INFO o.e.h.g.u.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); 13:14:37.568 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot 13:14:37.570 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 13:14:37.571 [main] INFO o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 13:14:37.571 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.003s 13:14:37.571 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot. 13:14:37.662 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7209454099824230253/test_getAllOfCountsSubtypes[Neo4j]/db 13:14:37.663 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot... 13:14:37.663 [main] INFO o.e.h.g.u.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); 13:14:37.736 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot 13:14:37.736 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 13:14:37.738 [main] INFO o.e.h.c.r.CompositeStateListener - Processed 3/3 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 13:14:37.738 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.002s 13:14:37.738 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot. 13:14:37.832 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: sync metrics: 13:14:37.834 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 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 13:14:37.835 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms 13:14:37.835 [pool-289-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7209454099824230253/test_getAllOfCountsSubtypes[Neo4j]/db 13:14:37.836 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:14:37.836 [main] INFO o.e.h.c.r.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 13:14:37.837 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:37.837 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:14:40.231 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:14:40.235 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:14:42.058 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:14:42.059 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:42.059 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:14:42.059 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:14:42.059 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:14:42.059 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:14:42.059 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:14:42.060 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:14:42.060 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:14:42.060 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:14:42.061 [pool-298-thread-1] INFO o.e.h.c.r.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 13:14:42.061 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:14:42.061 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 13:14:42.063 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:14:42.063 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:14:42.150 [main] WARN o.e.h.g.u.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 13:14:42.150 [main] WARN o.e.h.g.u.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 13:14:42.150 [main] WARN o.e.h.g.u.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 13:14:42.150 [main] WARN o.e.h.g.u.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 13:14:42.150 [main] WARN o.e.h.g.u.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 13:14:42.150 [main] WARN o.e.h.g.u.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 13:14:42.150 [main] WARN o.e.h.g.u.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 13:14:42.151 [main] WARN o.e.h.g.u.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 13:14:42.151 [main] WARN o.e.h.g.u.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 13:14:42.151 [main] WARN o.e.h.g.u.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 13:14:42.151 [main] WARN o.e.h.g.u.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 13:14:42.151 [main] WARN o.e.h.g.u.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 13:14:42.151 [main] WARN o.e.h.g.u.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[] 13:14:42.151 [main] WARN o.e.h.g.u.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 13:14:42.152 [main] WARN o.e.h.g.u.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 13:14:42.153 [main] WARN o.e.h.g.u.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 13:14:42.153 [main] WARN o.e.h.g.u.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 13:14:42.153 [main] WARN o.e.h.g.u.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 13:14:42.153 [main] WARN o.e.h.g.u.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 13:14:42.153 [main] WARN o.e.h.g.u.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 13:14:42.153 [main] WARN o.e.h.g.u.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 13:14:42.153 [main] WARN o.e.h.g.u.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 13:14:42.153 [main] WARN o.e.h.g.u.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 13:14:42.153 [main] WARN o.e.h.g.u.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 13:14:42.153 [main] WARN o.e.h.g.u.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 13:14:42.153 [main] WARN o.e.h.g.u.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 13:14:42.153 [main] WARN o.e.h.g.u.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 13:14:42.153 [main] WARN o.e.h.g.u.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 13:14:42.153 [main] WARN o.e.h.g.u.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 13:14:42.153 [main] WARN o.e.h.g.u.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 13:14:42.154 [main] WARN o.e.h.g.u.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 13:14:42.154 [main] WARN o.e.h.g.u.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 13:14:42.154 [main] WARN o.e.h.g.u.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 13:14:42.217 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:14:42.217 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:14:42.217 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 13:14:42.218 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:14:42.218 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:14:42.308 [main] WARN o.e.h.g.u.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 13:14:42.308 [main] WARN o.e.h.g.u.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 13:14:42.308 [main] WARN o.e.h.g.u.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 13:14:42.308 [main] WARN o.e.h.g.u.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 13:14:42.308 [main] WARN o.e.h.g.u.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 13:14:42.308 [main] WARN o.e.h.g.u.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 13:14:42.308 [main] WARN o.e.h.g.u.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 13:14:42.308 [main] WARN o.e.h.g.u.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 13:14:42.308 [main] WARN o.e.h.g.u.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[] 13:14:42.308 [main] WARN o.e.h.g.u.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 13:14:42.308 [main] WARN o.e.h.g.u.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 13:14:42.309 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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[] 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.310 [main] WARN o.e.h.g.u.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 13:14:42.367 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:14:42.367 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:14:42.367 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 13:14:42.367 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:14:42.367 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:14:42.451 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:14:42.500 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:14:42.500 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:14:42.729 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit976246194564825215/:org.eclipse.hawk.localfolder.LocalFolder:false 13:14:42.730 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:42.730 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:14:42.731 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:14:42.732 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:14:42.732 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:14:44.511 [pool-298-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6671616768922287820/test_addChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:14:44.516 [pool-298-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:14:45.294 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:14:45.554 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:45.554 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:45.554 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:14:46.196 [pool-298-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6671616768922287820/test_addChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:14:46.202 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:14:46.203 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 13:14:46.203 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:14:46.203 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:14:46.203 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 1s687ms [pure insertion] marking any relevant derived attributes for update...13:14:46.203 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s43ms 13:14:46.246 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s43ms 13:14:46.246 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:14:46.246 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:14:46.246 [pool-298-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:14:47.953 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:14:47.953 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.707s attempting to resolve any uninitialized derived attributes... 13:14:47.953 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:14:47.953 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:14:47.953 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:14:47.953 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s707ms [proxy update] 13:14:47.953 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:14:47.953 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~5s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 13:14:47.956 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 226 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/add-child.model over /tmp/junit976246194564825215/tree.model 13:14:47.956 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:14:47.957 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:14:47.957 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:14:47.957 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:14:48.757 [pool-298-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6671616768922287820/test_addChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:14:48.762 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:14:48.764 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:48.764 [pool-298-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:14:49.437 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:14:49.437 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 13:14:49.437 [pool-298-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:14:49.437 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model... 13:14:49.438 [pool-298-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 13:14:49.439 [pool-298-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.001s 13:14:50.692 [pool-298-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6671616768922287820/test_addChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:14:50.698 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:14:50.699 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 13:14:50.699 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:14:50.699 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 13:14:50.699 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model. 1s937ms [pure insertion] marking any relevant derived attributes for update...13:14:50.699 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:14:50.699 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:14:50.699 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:14:50.699 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:14:50.699 [pool-298-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:14:52.179 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:14:52.179 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.48s attempting to resolve any uninitialized derived attributes... 13:14:52.179 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:14:52.179 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:14:52.179 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:14:52.179 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s480ms [proxy update] 13:14:52.179 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:14:52.179 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 3 d elems 2 time ~4s validating changes... validating file UPDATED for /tree.model changed resource size: 3 relevant graph size: 3 validated changes... true 13:14:52.183 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 227 ms 13:14:52.184 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:14:52.184 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit976246194564825215/:org.eclipse.hawk.localfolder.LocalFolder:false 13:14:52.185 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:52.185 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:14:52.911 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:14:52.914 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:14:54.431 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:14:54.432 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:54.432 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:14:54.432 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:14:54.432 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:14:54.432 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:14:54.432 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:14:54.433 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:14:54.433 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:14:54.433 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:14:54.433 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s 13:14:54.434 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 13:14:54.434 [pool-305-thread-1] INFO o.e.h.c.r.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 13:14:54.435 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:14:54.435 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:14:54.506 [main] WARN o.e.h.g.u.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 13:14:54.508 [main] WARN o.e.h.g.u.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[] 13:14:54.508 [main] WARN o.e.h.g.u.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 13:14:54.508 [main] WARN o.e.h.g.u.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 13:14:54.508 [main] WARN o.e.h.g.u.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 13:14:54.508 [main] WARN o.e.h.g.u.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 13:14:54.508 [main] WARN o.e.h.g.u.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 13:14:54.508 [main] WARN o.e.h.g.u.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 13:14:54.508 [main] WARN o.e.h.g.u.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 13:14:54.508 [main] WARN o.e.h.g.u.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 13:14:54.508 [main] WARN o.e.h.g.u.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 13:14:54.508 [main] WARN o.e.h.g.u.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 13:14:54.508 [main] WARN o.e.h.g.u.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 13:14:54.509 [main] WARN o.e.h.g.u.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 13:14:54.509 [main] WARN o.e.h.g.u.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 13:14:54.509 [main] WARN o.e.h.g.u.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 13:14:54.509 [main] WARN o.e.h.g.u.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 13:14:54.509 [main] WARN o.e.h.g.u.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 13:14:54.509 [main] WARN o.e.h.g.u.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 13:14:54.509 [main] WARN o.e.h.g.u.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 13:14:54.509 [main] WARN o.e.h.g.u.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 13:14:54.509 [main] WARN o.e.h.g.u.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 13:14:54.509 [main] WARN o.e.h.g.u.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 13:14:54.509 [main] WARN o.e.h.g.u.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 13:14:54.509 [main] WARN o.e.h.g.u.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 13:14:54.509 [main] WARN o.e.h.g.u.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 13:14:54.509 [main] WARN o.e.h.g.u.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 13:14:54.510 [main] WARN o.e.h.g.u.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 13:14:54.510 [main] WARN o.e.h.g.u.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 13:14:54.510 [main] WARN o.e.h.g.u.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 13:14:54.510 [main] WARN o.e.h.g.u.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 13:14:54.510 [main] WARN o.e.h.g.u.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 13:14:54.510 [main] WARN o.e.h.g.u.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 13:14:54.564 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:14:54.564 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:14:54.564 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 13:14:54.565 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:14:54.565 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.631 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.632 [main] WARN o.e.h.g.u.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 13:14:54.633 [main] WARN o.e.h.g.u.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 13:14:54.633 [main] WARN o.e.h.g.u.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 13:14:54.633 [main] WARN o.e.h.g.u.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 13:14:54.633 [main] WARN o.e.h.g.u.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 13:14:54.633 [main] WARN o.e.h.g.u.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 13:14:54.633 [main] WARN o.e.h.g.u.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[] 13:14:54.633 [main] WARN o.e.h.g.u.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 13:14:54.633 [main] WARN o.e.h.g.u.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 13:14:54.633 [main] WARN o.e.h.g.u.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 13:14:54.633 [main] WARN o.e.h.g.u.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 13:14:54.633 [main] WARN o.e.h.g.u.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 13:14:54.633 [main] WARN o.e.h.g.u.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 13:14:54.633 [main] WARN o.e.h.g.u.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[] 13:14:54.633 [main] WARN o.e.h.g.u.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 13:14:54.673 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:14:54.673 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:14:54.673 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 13:14:54.673 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:14:54.673 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:14:54.732 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:14:54.764 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:14:54.764 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:14:54.993 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5026278069525596381/:org.eclipse.hawk.localfolder.LocalFolder:false 13:14:54.995 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:14:54.995 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:14:54.995 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:14:54.995 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:14:54.995 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:14:56.867 [pool-305-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1146959812528997540/test_addModel[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:14:56.872 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:14:56.872 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:14:56.872 [pool-305-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:14:57.777 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:14:57.777 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.905s attempting to resolve any uninitialized derived attributes... 13:14:57.777 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:14:57.777 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:14:57.868 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:14:57.868 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s71ms [proxy update] 13:14:57.943 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:14:57.943 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~2s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 13:14:57.943 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 948 ms 13:14:57.943 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:14:57.944 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:14:57.945 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:14:57.945 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:14:58.719 [pool-305-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1146959812528997540/test_addModel[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:14:58.724 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:14:58.770 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:14:58.770 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:14:58.770 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:14:58.771 [pool-305-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:14:58.771 [pool-305-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 13:14:58.771 [pool-305-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:14:58.771 [pool-305-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:14:58.771 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s47ms [pure insertion] marking any relevant derived attributes for update...13:14:58.771 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:14:58.772 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:14:58.772 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:14:58.772 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:14:58.772 [pool-305-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:15:00.254 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:15:00.255 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.483s attempting to resolve any uninitialized derived attributes... 13:15:00.255 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:15:00.255 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:15:00.255 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:15:00.255 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s483ms [proxy update] 13:15:00.255 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:15:00.255 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~2s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 13:15:00.259 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 316 ms 13:15:00.260 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:15:00.260 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5026278069525596381/:org.eclipse.hawk.localfolder.LocalFolder:false 13:15:00.261 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:15:00.261 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:15:00.964 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:15:00.967 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:15:03.008 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:15:03.009 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:15:03.009 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:15:03.009 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:03.009 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:03.009 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:15:03.009 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:15:03.010 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:15:03.010 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:15:03.010 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:15:03.010 [pool-311-thread-1] INFO o.e.h.c.r.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 13:15:03.011 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 13:15:03.011 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 13:15:03.012 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:03.012 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:03.102 [main] WARN o.e.h.g.u.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 13:15:03.102 [main] WARN o.e.h.g.u.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 13:15:03.103 [main] WARN o.e.h.g.u.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 13:15:03.103 [main] WARN o.e.h.g.u.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 13:15:03.103 [main] WARN o.e.h.g.u.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 13:15:03.103 [main] WARN o.e.h.g.u.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 13:15:03.103 [main] WARN o.e.h.g.u.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 13:15:03.103 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.104 [main] WARN o.e.h.g.u.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[] 13:15:03.104 [main] WARN o.e.h.g.u.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 13:15:03.233 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:15:03.233 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:15:03.233 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 13:15:03.235 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:03.235 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:03.309 [main] WARN o.e.h.g.u.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 13:15:03.309 [main] WARN o.e.h.g.u.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 13:15:03.309 [main] WARN o.e.h.g.u.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 13:15:03.309 [main] WARN o.e.h.g.u.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 13:15:03.309 [main] WARN o.e.h.g.u.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 13:15:03.309 [main] WARN o.e.h.g.u.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 13:15:03.309 [main] WARN o.e.h.g.u.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 13:15:03.309 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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[] 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.310 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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[] 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.311 [main] WARN o.e.h.g.u.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 13:15:03.367 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:15:03.367 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:15:03.367 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 13:15:03.368 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:03.368 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:03.435 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:15:03.484 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:15:03.484 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:15:03.705 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3891943228352172556/:org.eclipse.hawk.localfolder.LocalFolder:false 13:15:03.706 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:15:03.706 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:15:03.706 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:15:03.708 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:15:03.708 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:15:05.919 [pool-311-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7900190030395066053/test_renameRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:15:05.924 [pool-311-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:15:06.886 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:15:07.187 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:15:07.187 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:15:07.187 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:15:08.012 [pool-311-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7900190030395066053/test_renameRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:15:08.017 [pool-311-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:15:08.018 [pool-311-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 13:15:08.018 [pool-311-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:15:08.018 [pool-311-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:15:08.018 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 2s94ms [pure insertion] marking any relevant derived attributes for update...13:15:08.018 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s36ms 13:15:08.054 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s36ms 13:15:08.054 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:15:08.054 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:15:08.054 [pool-311-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:15:10.187 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:15:10.187 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.133s attempting to resolve any uninitialized derived attributes... 13:15:10.187 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:15:10.187 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:15:10.187 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:15:10.187 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s133ms [proxy update] 13:15:10.187 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:15:10.187 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~6s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 13:15:10.190 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 484 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-root.model over /tmp/junit3891943228352172556/tree.model 13:15:10.190 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:15:10.191 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:15:10.191 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:15:10.192 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:15:10.981 [pool-311-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7900190030395066053/test_renameRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:15:10.986 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:15:10.987 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:15:10.988 [pool-311-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:15:11.654 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:15:11.654 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 13:15:11.654 [pool-311-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:15:11.654 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 13:15:11.654 [pool-311-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:15:11.741 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model. 0s755ms [pure insertion] marking any relevant derived attributes for update...13:15:11.741 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:15:11.741 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:15:11.742 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:15:11.742 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:15:11.742 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:15:11.742 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 13:15:11.742 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:15:11.742 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:15:11.742 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:15:11.742 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 13:15:11.742 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:15:11.742 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~1s validating file UPDATED for /tree.model validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 13:15:11.743 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 553 ms 13:15:11.745 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:15:11.745 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3891943228352172556/:org.eclipse.hawk.localfolder.LocalFolder:false 13:15:11.746 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:15:11.746 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:15:12.858 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:15:12.861 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:15:14.952 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:15:14.953 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:15:14.953 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:15:14.953 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:14.953 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:14.953 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:15:14.953 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:15:14.953 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:15:14.954 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:15:14.954 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:15:14.954 [pool-318-thread-1] INFO o.e.h.c.r.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 13:15:14.954 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:15:14.954 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 13:15:14.956 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:14.956 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:15.045 [main] WARN o.e.h.g.u.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 13:15:15.045 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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[] 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.046 [main] WARN o.e.h.g.u.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 13:15:15.047 [main] WARN o.e.h.g.u.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 13:15:15.047 [main] WARN o.e.h.g.u.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 13:15:15.047 [main] WARN o.e.h.g.u.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 13:15:15.047 [main] WARN o.e.h.g.u.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 13:15:15.047 [main] WARN o.e.h.g.u.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 13:15:15.047 [main] WARN o.e.h.g.u.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 13:15:15.047 [main] WARN o.e.h.g.u.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 13:15:15.047 [main] WARN o.e.h.g.u.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 13:15:15.047 [main] WARN o.e.h.g.u.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 13:15:15.118 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:15:15.119 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:15:15.119 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 13:15:15.120 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:15.120 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:15.194 [main] WARN o.e.h.g.u.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 13:15:15.194 [main] WARN o.e.h.g.u.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 13:15:15.194 [main] WARN o.e.h.g.u.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 13:15:15.194 [main] WARN o.e.h.g.u.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 13:15:15.194 [main] WARN o.e.h.g.u.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[] 13:15:15.194 [main] WARN o.e.h.g.u.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 13:15:15.194 [main] WARN o.e.h.g.u.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 13:15:15.194 [main] WARN o.e.h.g.u.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 13:15:15.194 [main] WARN o.e.h.g.u.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 13:15:15.194 [main] WARN o.e.h.g.u.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 13:15:15.194 [main] WARN o.e.h.g.u.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 13:15:15.194 [main] WARN o.e.h.g.u.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 13:15:15.194 [main] WARN o.e.h.g.u.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 13:15:15.194 [main] WARN o.e.h.g.u.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 13:15:15.194 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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[] 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.195 [main] WARN o.e.h.g.u.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 13:15:15.196 [main] WARN o.e.h.g.u.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 13:15:15.196 [main] WARN o.e.h.g.u.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 13:15:15.196 [main] WARN o.e.h.g.u.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 13:15:15.196 [main] WARN o.e.h.g.u.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 13:15:15.196 [main] WARN o.e.h.g.u.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 13:15:15.196 [main] WARN o.e.h.g.u.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 13:15:15.196 [main] WARN o.e.h.g.u.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 13:15:15.196 [main] WARN o.e.h.g.u.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 13:15:15.252 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:15:15.252 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:15:15.252 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 13:15:15.253 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:15.253 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:15.319 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:15:15.369 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:15:15.369 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:15:15.796 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit4566177755775733782/:org.eclipse.hawk.localfolder.LocalFolder:false 13:15:15.797 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:15:15.797 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:15:15.798 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:15:15.799 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:15:15.799 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:15:17.046 [pool-318-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5163461779027780048/test_eContainer[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:15:17.051 [pool-318-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:15:19.026 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:15:19.375 [pool-318-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:15:19.375 [pool-318-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:15:19.375 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:15:20.225 [pool-318-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5163461779027780048/test_eContainer[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:15:20.232 [pool-318-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:15:20.233 [pool-318-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 13:15:20.233 [pool-318-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:15:20.233 [pool-318-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:15:20.233 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 3s182ms [pure insertion] marking any relevant derived attributes for update...13:15:20.233 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s43ms 13:15:20.276 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s43ms 13:15:20.276 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:15:20.276 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:15:20.276 [pool-318-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:15:22.543 [pool-318-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:15:22.544 [pool-318-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.268s attempting to resolve any uninitialized derived attributes... 13:15:22.544 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:15:22.544 [pool-318-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:15:22.544 [pool-318-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:15:22.544 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s268ms [proxy update] 13:15:22.544 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:15:22.544 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: validating file UPDATED for /tree.model interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~6s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 13:15:22.547 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 750 ms property: eContainer not found in metamodel for type: Tree 13:15:22.550 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:15:22.550 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit4566177755775733782/:org.eclipse.hawk.localfolder.LocalFolder:false 13:15:22.551 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:15:22.551 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:15:23.488 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:15:23.491 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:15:25.457 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:15:25.458 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:15:25.458 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:15:25.458 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:25.458 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:25.458 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:15:25.458 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:15:25.459 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:15:25.459 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:15:25.460 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:15:25.460 [pool-325-thread-1] INFO o.e.h.c.r.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 13:15:25.460 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:15:25.461 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 13:15:25.462 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:25.462 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:25.549 [main] WARN o.e.h.g.u.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 13:15:25.550 [main] WARN o.e.h.g.u.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 13:15:25.551 [main] WARN o.e.h.g.u.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 13:15:25.551 [main] WARN o.e.h.g.u.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 13:15:25.551 [main] WARN o.e.h.g.u.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 13:15:25.551 [main] WARN o.e.h.g.u.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 13:15:25.551 [main] WARN o.e.h.g.u.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 13:15:25.551 [main] WARN o.e.h.g.u.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 13:15:25.551 [main] WARN o.e.h.g.u.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 13:15:25.551 [main] WARN o.e.h.g.u.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 13:15:25.552 [main] WARN o.e.h.g.u.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 13:15:25.552 [main] WARN o.e.h.g.u.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 13:15:25.553 [main] WARN o.e.h.g.u.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 13:15:25.553 [main] WARN o.e.h.g.u.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 13:15:25.553 [main] WARN o.e.h.g.u.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 13:15:25.553 [main] WARN o.e.h.g.u.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[] 13:15:25.553 [main] WARN o.e.h.g.u.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 13:15:25.553 [main] WARN o.e.h.g.u.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 13:15:25.553 [main] WARN o.e.h.g.u.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 13:15:25.554 [main] WARN o.e.h.g.u.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 13:15:25.554 [main] WARN o.e.h.g.u.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 13:15:25.554 [main] WARN o.e.h.g.u.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 13:15:25.554 [main] WARN o.e.h.g.u.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 13:15:25.554 [main] WARN o.e.h.g.u.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 13:15:25.554 [main] WARN o.e.h.g.u.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 13:15:25.554 [main] WARN o.e.h.g.u.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 13:15:25.554 [main] WARN o.e.h.g.u.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 13:15:25.554 [main] WARN o.e.h.g.u.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 13:15:25.554 [main] WARN o.e.h.g.u.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 13:15:25.554 [main] WARN o.e.h.g.u.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 13:15:25.554 [main] WARN o.e.h.g.u.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 13:15:25.554 [main] WARN o.e.h.g.u.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 13:15:25.555 [main] WARN o.e.h.g.u.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 13:15:25.624 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:15:25.624 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:15:25.624 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 13:15:25.626 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:25.626 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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[] 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] WARN o.e.h.g.u.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 13:15:25.708 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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[] 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.709 [main] WARN o.e.h.g.u.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 13:15:25.766 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:15:25.766 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:15:25.766 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 13:15:25.767 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:25.767 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:25.850 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:15:25.899 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:15:25.900 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:15:26.087 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8674491064857189411/:org.eclipse.hawk.localfolder.LocalFolder:false 13:15:26.088 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:15:26.088 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:15:26.088 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:15:26.090 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:15:26.090 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:15:28.135 [pool-325-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit991864629061900367/test_removeChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:15:28.140 [pool-325-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:15:29.125 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:15:29.428 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:15:29.429 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:15:29.429 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:15:30.187 [pool-325-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit991864629061900367/test_removeChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:15:30.193 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:15:30.193 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 13:15:30.193 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:15:30.193 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:15:30.193 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 2s53ms [pure insertion] marking any relevant derived attributes for update...13:15:30.193 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s45ms 13:15:30.238 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s45ms 13:15:30.238 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:15:30.238 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:15:30.238 [pool-325-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:15:32.101 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:15:32.101 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.863s attempting to resolve any uninitialized derived attributes... 13:15:32.101 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:15:32.101 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:15:32.101 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:15:32.101 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s863ms [proxy update] 13:15:32.101 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:15:32.101 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~6s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 13:15:32.104 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 16 ms validated changes... true Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/remove-child.model over /tmp/junit8674491064857189411/tree.model 13:15:32.104 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:15:32.105 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:15:32.105 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:15:32.105 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:15:32.907 [pool-325-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit991864629061900367/test_removeChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:15:32.912 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:15:32.914 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:15:32.914 [pool-325-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:15:33.635 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:15:33.635 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 13:15:33.635 [pool-325-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:15:33.635 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model... 13:15:33.636 [pool-325-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 13:15:33.637 [pool-325-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.001s 13:15:34.984 [pool-325-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit991864629061900367/test_removeChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:15:34.989 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:15:34.990 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 13:15:34.990 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:15:34.990 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 13:15:34.990 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model. 2s78ms [pure insertion] marking any relevant derived attributes for update...13:15:34.990 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:15:34.990 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:15:34.990 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:15:34.990 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:15:34.990 [pool-325-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:15:36.583 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:15:36.583 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.593s attempting to resolve any uninitialized derived attributes... 13:15:36.583 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:15:36.583 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:15:36.584 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:15:36.584 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s594ms [proxy update] 13:15:36.584 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: 13:15:36.584 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. interesting 1 deleted 0 changed 1 loaded 1 validating file UPDATED for /tree.model c elems 1 d elems 2 time ~4s validating changes... changed resource size: 1 relevant graph size: 1 validated changes... true 13:15:36.587 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 483 ms 13:15:36.588 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:15:36.588 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8674491064857189411/:org.eclipse.hawk.localfolder.LocalFolder:false 13:15:36.589 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:15:36.589 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:15:37.494 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:15:37.498 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:15:39.640 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:15:39.641 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:15:39.641 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 13:15:39.641 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:39.641 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:39.641 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:15:39.641 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:15:39.642 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:15:39.642 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 13:15:39.642 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:15:39.642 [pool-332-thread-1] INFO o.e.h.c.r.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 13:15:39.643 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 13:15:39.643 [pool-332-thread-1] INFO o.e.h.c.r.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 13:15:39.645 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:39.645 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:39.732 [main] WARN o.e.h.g.u.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 13:15:39.732 [main] WARN o.e.h.g.u.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 13:15:39.732 [main] WARN o.e.h.g.u.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 13:15:39.732 [main] WARN o.e.h.g.u.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 13:15:39.732 [main] WARN o.e.h.g.u.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 13:15:39.732 [main] WARN o.e.h.g.u.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[] 13:15:39.732 [main] WARN o.e.h.g.u.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 13:15:39.733 [main] WARN o.e.h.g.u.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 13:15:39.733 [main] WARN o.e.h.g.u.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 13:15:39.733 [main] WARN o.e.h.g.u.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 13:15:39.733 [main] WARN o.e.h.g.u.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 13:15:39.733 [main] WARN o.e.h.g.u.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 13:15:39.733 [main] WARN o.e.h.g.u.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 13:15:39.733 [main] WARN o.e.h.g.u.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 13:15:39.733 [main] WARN o.e.h.g.u.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 13:15:39.733 [main] WARN o.e.h.g.u.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 13:15:39.733 [main] WARN o.e.h.g.u.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 13:15:39.733 [main] WARN o.e.h.g.u.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 13:15:39.733 [main] WARN o.e.h.g.u.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 13:15:39.734 [main] WARN o.e.h.g.u.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 13:15:39.734 [main] WARN o.e.h.g.u.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 13:15:39.734 [main] WARN o.e.h.g.u.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 13:15:39.734 [main] WARN o.e.h.g.u.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 13:15:39.734 [main] WARN o.e.h.g.u.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 13:15:39.735 [main] WARN o.e.h.g.u.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 13:15:39.735 [main] WARN o.e.h.g.u.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 13:15:39.735 [main] WARN o.e.h.g.u.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 13:15:39.735 [main] WARN o.e.h.g.u.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 13:15:39.735 [main] WARN o.e.h.g.u.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 13:15:39.735 [main] WARN o.e.h.g.u.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 13:15:39.735 [main] WARN o.e.h.g.u.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 13:15:39.735 [main] WARN o.e.h.g.u.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 13:15:39.735 [main] WARN o.e.h.g.u.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 13:15:39.790 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 13:15:39.790 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:15:39.790 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 13:15:39.791 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:39.791 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:39.882 [main] WARN o.e.h.g.u.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 13:15:39.882 [main] WARN o.e.h.g.u.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 13:15:39.882 [main] WARN o.e.h.g.u.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 13:15:39.882 [main] WARN o.e.h.g.u.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 13:15:39.882 [main] WARN o.e.h.g.u.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 13:15:39.882 [main] WARN o.e.h.g.u.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 13:15:39.882 [main] WARN o.e.h.g.u.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 13:15:39.882 [main] WARN o.e.h.g.u.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 13:15:39.882 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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[] 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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[] 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.883 [main] WARN o.e.h.g.u.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 13:15:39.940 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 13:15:39.940 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:15:39.940 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 13:15:39.941 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:39.941 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:40.582 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 13:15:40.632 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 13:15:40.632 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:15:40.869 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3383789765287559375/:org.eclipse.hawk.localfolder.LocalFolder:false 13:15:40.870 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:15:40.870 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:15:40.871 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:15:40.873 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:15:40.873 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:15:43.102 [pool-332-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8975034725368304936/test_renameChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:15:43.107 [pool-332-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:15:44.165 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:15:44.428 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:15:44.429 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:15:44.429 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 13:15:45.146 [pool-332-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8975034725368304936/test_renameChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:15:45.153 [pool-332-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 13:15:45.155 [pool-332-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 13:15:45.155 [pool-332-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 13:15:45.155 [pool-332-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 13:15:45.155 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 2s48ms [pure insertion] marking any relevant derived attributes for update...13:15:45.155 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s50ms 13:15:45.205 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s50ms 13:15:45.205 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:15:45.205 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:15:45.205 [pool-332-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:15:47.106 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:15:47.106 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.901s attempting to resolve any uninitialized derived attributes... 13:15:47.106 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:15:47.106 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:15:47.107 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:15:47.107 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s902ms [proxy update] 13:15:47.107 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: interesting 1 13:15:47.107 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. deleted 0 changed 1 loaded 1 c elems 2 validating file UPDATED for /tree.model d elems 0 time ~6s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 13:15:47.109 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 239 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-child.model over /tmp/junit3383789765287559375/tree.model 13:15:47.110 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:15:47.110 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:15:47.111 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:15:47.111 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:15:47.898 [pool-332-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8975034725368304936/test_renameChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:15:47.903 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 13:15:47.906 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:15:47.906 [pool-332-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:15:48.623 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 13:15:48.623 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 13:15:48.623 [pool-332-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:15:48.623 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 13:15:48.623 [pool-332-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 13:15:48.700 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model. 0s797ms [pure insertion] marking any relevant derived attributes for update...13:15:48.700 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:15:48.700 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:15:48.700 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:15:48.700 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:15:48.701 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 13:15:48.701 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 13:15:48.701 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:15:48.701 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:15:48.701 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:15:48.701 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 13:15:48.701 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:15:48.701 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~1s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 13:15:48.702 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 592 ms 13:15:48.704 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:15:48.704 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3383789765287559375/:org.eclipse.hawk.localfolder.LocalFolder:false 13:15:48.705 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:15:48.705 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:15:49.574 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:15:49.577 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:15:52.093 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:15:52.093 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:15:52.093 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 13:15:52.316 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:15:52.316 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:15:52.520 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 13:15:52.520 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 13:15:52.564 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:15:52.564 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:15:52.566 [main] WARN o.e.h.g.u.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 13:15:52.566 [main] WARN o.e.h.g.u.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 13:15:52.566 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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[] 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.597 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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[] 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.598 [main] WARN o.e.h.g.u.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 13:15:52.630 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 13:15:52.630 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 13:15:52.631 [main] WARN o.e.h.g.u.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 13:15:52.631 [main] WARN o.e.h.g.u.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 13:15:52.632 [main] WARN o.e.h.g.u.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 13:15:52.664 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 13:15:52.664 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 13:15:52.697 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 13:15:52.697 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 13:15:52.730 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:15:52.730 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:15:52.731 [main] WARN o.e.h.g.u.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 13:15:52.731 [main] WARN o.e.h.g.u.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 13:15:52.731 [main] WARN o.e.h.g.u.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 13:15:52.764 [main] DEBUG o.e.h.g.u.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 13:15:52.795 [main] WARN o.e.h.g.u.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 13:15:52.795 [main] WARN o.e.h.g.u.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 13:15:52.795 [main] WARN o.e.h.g.u.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 13:15:52.795 [main] WARN o.e.h.g.u.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 13:15:52.795 [main] WARN o.e.h.g.u.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 13:15:52.795 [main] WARN o.e.h.g.u.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 13:15:52.796 [main] WARN o.e.h.g.u.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 13:15:52.796 [main] WARN o.e.h.g.u.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 13:15:52.796 [main] WARN o.e.h.g.u.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 13:15:52.796 [main] WARN o.e.h.g.u.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[] 13:15:52.797 [main] WARN o.e.h.g.u.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 13:15:52.797 [main] WARN o.e.h.g.u.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 13:15:52.797 [main] WARN o.e.h.g.u.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 13:15:52.797 [main] WARN o.e.h.g.u.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 13:15:52.797 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.798 [main] WARN o.e.h.g.u.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 13:15:52.799 [main] WARN o.e.h.g.u.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 13:15:52.799 [main] WARN o.e.h.g.u.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 13:15:52.823 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 13:15:52.823 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 13:15:52.917 [main] WARN o.e.h.g.u.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 13:15:52.930 [main] WARN o.e.h.g.u.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 13:15:52.931 [main] WARN o.e.h.g.u.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 13:15:52.933 [main] WARN o.e.h.g.u.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 13:15:52.934 [main] WARN o.e.h.g.u.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 13:15:52.942 [main] WARN o.e.h.g.u.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 13:15:53.009 [main] WARN o.e.h.g.u.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 13:15:53.011 [main] WARN o.e.h.g.u.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 13:15:53.134 [main] WARN o.e.h.g.u.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 13:15:53.146 [main] WARN o.e.h.g.u.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 13:15:53.147 [main] WARN o.e.h.g.u.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 13:15:53.195 [main] WARN o.e.h.g.u.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 13:15:53.203 [main] WARN o.e.h.g.u.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 13:15:53.321 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 13:15:53.321 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 13:15:53.321 [main] WARN o.e.h.g.u.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 13:15:53.322 [main] WARN o.e.h.g.u.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 13:15:53.322 [main] WARN o.e.h.g.u.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 13:15:53.357 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:15:53.357 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:15:53.357 [main] WARN o.e.h.g.u.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 13:15:53.357 [main] WARN o.e.h.g.u.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 13:15:53.394 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 13:15:53.394 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 13:15:53.394 [main] WARN o.e.h.g.u.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 13:15:53.394 [main] WARN o.e.h.g.u.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 13:15:53.395 [main] WARN o.e.h.g.u.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 13:15:53.723 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 13:15:53.723 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:15:53.734 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:15:53.734 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:15:53.734 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:15:53.735 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:15:53.735 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:15:53.808 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:15:53.810 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:15:53.810 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:15:53.810 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:15:53.814 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:15:53.814 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:15:56.667 [pool-339-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8074480250009142610/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:15:56.679 [pool-339-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:15:57.415 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:15:57.693 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:15:57.693 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:15:57.693 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:15:58.418 [pool-339-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8074480250009142610/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:15:58.426 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:15:58.443 [pool-339-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind 13:15:58.631 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:15:58.631 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:15:58.696 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:15:58.696 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 2s17ms [pure insertion] marking any relevant derived attributes for update...13:15:58.696 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s64ms 13:15:58.760 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s64ms 13:15:58.764 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:15:58.764 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:15:58.765 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:15:58.765 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:15:58.765 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:15:58.913 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:15:58.913 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:15:58.925 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:15:58.925 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s161ms [pure insertion] marking any relevant derived attributes for update...13:15:58.925 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:15:58.925 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:15:59.008 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:15:59.008 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:15:59.009 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:15:59.009 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:15:59.009 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:15:59.021 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:15:59.021 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:15:59.022 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:15:59.022 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s14ms [pure insertion] marking any relevant derived attributes for update...13:15:59.022 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:15:59.022 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:15:59.024 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:15:59.024 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:15:59.024 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:15:59.024 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:15:59.025 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:15:59.213 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:15:59.213 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:15:59.216 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:15:59.216 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s192ms [pure insertion] marking any relevant derived attributes for update...13:15:59.216 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:15:59.217 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:15:59.217 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:15:59.217 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:15:59.217 [pool-339-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:16:01.368 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:16:01.369 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 13:16:01.369 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.152s attempting to resolve any uninitialized derived attributes... 13:16:01.369 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:16:01.369 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:16:01.369 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:16:01.369 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s152ms [proxy update] 13:16:01.369 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:16:01.369 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:16:01.369 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 559 ms 13:16:01.370 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 13:16:01.373 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:16:01.373 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:16:01.494 [main] DEBUG o.e.h.g.u.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 13:16:01.531 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 13:16:01.531 [main] DEBUG o.e.h.g.u.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 13:16:01.565 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:01.606 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 13:16:01.607 [main] DEBUG o.e.h.g.u.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 13:16:01.640 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 13:16:01.640 [main] DEBUG o.e.h.g.u.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 13:16:01.856 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 13:16:01.856 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:16:02.059 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///tmp/junit8897907190859403103/:org.eclipse.hawk.localfolder.LocalFolder:false 13:16:02.061 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:16:02.061 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:16:02.061 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:16:02.061 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:16:02.061 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:16:03.532 [pool-339-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8074480250009142610/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:16:03.538 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:16:03.538 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:16:03.538 [pool-339-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:16:04.507 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:16:04.508 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 13:16:04.508 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.97s attempting to resolve any uninitialized derived attributes... 13:16:04.508 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:16:04.508 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:16:04.508 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:16:04.508 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s970ms [proxy update] 13:16:04.508 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:16:04.509 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:16:04.509 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:16:04.509 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:16:05.326 [pool-339-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8074480250009142610/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:16:05.334 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 13:16:05.336 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:05.336 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:05.336 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml... 13:16:05.336 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 13:16:05.533 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 13:16:05.534 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 13:16:05.534 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 13:16:05.534 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml. 0s200ms [pure insertion] marking any relevant derived attributes for update...13:16:05.534 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:16:05.535 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:16:05.535 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:16:05.535 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:16:05.535 [pool-339-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:16:07.564 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 13:16:07.565 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 24 proxy ref lists left after resolving 0 refs 13:16:07.565 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.03s attempting to resolve any uninitialized derived attributes... 13:16:07.565 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:16:07.565 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:16:07.566 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:16:07.566 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s31ms [proxy update] 13:16:07.566 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:16:07.566 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:16:07.566 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 505 ms 13:16:07.577 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:16:07.577 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:16:07.578 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:16:07.578 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:16:08.404 [pool-339-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8074480250009142610/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:16:08.411 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 13:16:08.414 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:08.414 [pool-339-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:16:09.163 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store 13:16:09.186 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 13:16:09.186 [pool-339-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:16:09.186 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /model.uml... 13:16:09.187 [pool-339-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml 13:16:09.189 [pool-339-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s 13:16:11.172 [pool-339-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8074480250009142610/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:16:11.180 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 13:16:11.310 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 13:16:11.310 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 13:16:11.311 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 13:16:11.311 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /model.uml. 2s900ms [pure insertion] marking any relevant derived attributes for update...13:16:11.311 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:16:11.311 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:16:11.312 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:16:11.312 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:16:11.312 [pool-339-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:16:13.405 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 13:16:13.406 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 24 proxy ref lists left after resolving 0 refs 13:16:13.406 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.094s attempting to resolve any uninitialized derived attributes... 13:16:13.406 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:16:13.406 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:16:13.406 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:16:13.406 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s94ms [proxy update] 13:16:13.406 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:16:13.406 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:16:13.407 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 830 ms 13:16:13.413 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:16:13.413 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///tmp/junit8897907190859403103/:org.eclipse.hawk.localfolder.LocalFolder:false 13:16:13.415 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:16:13.415 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:16:14.217 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:16:14.221 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:16:16.236 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:16:16.238 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:16:16.238 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 13:16:16.253 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:16:16.253 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:16:16.354 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 13:16:16.354 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:16.387 [main] WARN o.e.h.g.u.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 13:16:16.387 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 13:16:16.387 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:16.388 [main] WARN o.e.h.g.u.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 13:16:16.389 [main] WARN o.e.h.g.u.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 13:16:16.421 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 13:16:16.421 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:16.421 [main] WARN o.e.h.g.u.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 13:16:16.421 [main] WARN o.e.h.g.u.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 13:16:16.422 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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[] 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.454 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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[] 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.455 [main] WARN o.e.h.g.u.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 13:16:16.488 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:16.488 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 13:16:16.521 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:16:16.521 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:16.522 [main] WARN o.e.h.g.u.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 13:16:16.522 [main] WARN o.e.h.g.u.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 13:16:16.646 [main] WARN o.e.h.g.u.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 13:16:16.646 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:16.646 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:16:16.647 [main] WARN o.e.h.g.u.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 13:16:16.647 [main] WARN o.e.h.g.u.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 13:16:16.679 [main] DEBUG o.e.h.g.u.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 13:16:16.705 [main] WARN o.e.h.g.u.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 13:16:16.705 [main] WARN o.e.h.g.u.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 13:16:16.705 [main] WARN o.e.h.g.u.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 13:16:16.705 [main] WARN o.e.h.g.u.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 13:16:16.705 [main] WARN o.e.h.g.u.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 13:16:16.706 [main] WARN o.e.h.g.u.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 13:16:16.706 [main] WARN o.e.h.g.u.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 13:16:16.706 [main] WARN o.e.h.g.u.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 13:16:16.706 [main] WARN o.e.h.g.u.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 13:16:16.706 [main] WARN o.e.h.g.u.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[] 13:16:16.706 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.707 [main] WARN o.e.h.g.u.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 13:16:16.708 [main] WARN o.e.h.g.u.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 13:16:16.708 [main] WARN o.e.h.g.u.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 13:16:16.708 [main] WARN o.e.h.g.u.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 13:16:16.708 [main] WARN o.e.h.g.u.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 13:16:16.708 [main] WARN o.e.h.g.u.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 13:16:16.708 [main] WARN o.e.h.g.u.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 13:16:16.708 [main] WARN o.e.h.g.u.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 13:16:16.708 [main] WARN o.e.h.g.u.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 13:16:16.739 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 13:16:16.739 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:16.772 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 13:16:16.772 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 13:16:16.864 [main] WARN o.e.h.g.u.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 13:16:16.877 [main] WARN o.e.h.g.u.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 13:16:16.878 [main] WARN o.e.h.g.u.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 13:16:16.879 [main] WARN o.e.h.g.u.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 13:16:16.880 [main] WARN o.e.h.g.u.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 13:16:16.884 [main] WARN o.e.h.g.u.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 13:16:16.898 [main] WARN o.e.h.g.u.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 13:16:16.899 [main] WARN o.e.h.g.u.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 13:16:16.901 [main] WARN o.e.h.g.u.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 13:16:16.907 [main] WARN o.e.h.g.u.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 13:16:16.907 [main] WARN o.e.h.g.u.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 13:16:16.909 [main] WARN o.e.h.g.u.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 13:16:16.914 [main] WARN o.e.h.g.u.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 13:16:16.975 [main] WARN o.e.h.g.u.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 13:16:16.975 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 13:16:16.975 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:16.975 [main] WARN o.e.h.g.u.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 13:16:16.975 [main] WARN o.e.h.g.u.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 13:16:17.005 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:16:17.005 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:17.005 [main] WARN o.e.h.g.u.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 13:16:17.006 [main] WARN o.e.h.g.u.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 13:16:17.006 [main] WARN o.e.h.g.u.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 13:16:17.255 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 13:16:17.255 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:16:17.263 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:16:17.263 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:16:17.263 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:16:17.264 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:16:17.264 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:16:17.297 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:16:17.298 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:16:17.298 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:16:17.298 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:16:17.300 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:16:17.300 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:16:20.383 [pool-346-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8402193807857960447/test_stereotypeAsModel[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:16:20.391 [pool-346-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:16:21.051 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:16:21.383 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:21.384 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:21.384 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:16:22.151 [pool-346-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8402193807857960447/test_stereotypeAsModel[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:16:22.160 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:16:22.318 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:16:22.318 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:16:22.326 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:16:22.326 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 1s935ms [pure insertion] marking any relevant derived attributes for update...13:16:22.326 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s58ms 13:16:22.384 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s58ms 13:16:22.406 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:16:22.406 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:22.407 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:22.407 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:16:22.407 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:16:22.415 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:16:22.415 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:16:22.417 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:16:22.417 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s11ms [pure insertion] marking any relevant derived attributes for update...13:16:22.417 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:16:22.417 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:16:22.418 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:16:22.418 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:22.418 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:22.418 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:16:22.418 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:16:22.496 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:16:22.496 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:16:22.497 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:16:22.497 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s79ms [pure insertion] marking any relevant derived attributes for update...13:16:22.497 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:16:22.497 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:16:22.498 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:16:22.499 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:22.499 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:22.499 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:16:22.499 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:16:22.725 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:16:22.725 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:16:22.729 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:16:22.729 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s231ms [pure insertion] marking any relevant derived attributes for update...13:16:22.729 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:16:22.729 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:16:22.729 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:16:22.729 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:16:22.729 [pool-346-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:16:24.811 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:16:24.812 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 13:16:24.812 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.083s attempting to resolve any uninitialized derived attributes... 13:16:24.812 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:16:24.812 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:16:24.812 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:16:24.812 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s83ms [proxy update] 13:16:24.812 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:16:24.812 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:16:24.812 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 514 ms 13:16:25.033 [main] INFO o.e.h.c.r.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/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false 13:16:25.034 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:16:25.034 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:16:25.035 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:16:25.035 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:16:25.035 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:16:25.779 [pool-346-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8402193807857960447/test_stereotypeAsModel[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:16:25.786 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.profile.uml... 13:16:25.788 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:25.788 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:25.788 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.profile.uml... 13:16:25.789 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.profile.uml 13:16:26.514 [pool-346-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind 13:16:26.612 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec) 13:16:26.612 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.profile.uml 13:16:26.617 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 13:16:26.617 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.profile.uml. 0s831ms [pure insertion] marking any relevant derived attributes for update...13:16:26.617 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:16:26.618 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:16:26.619 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:16:26.619 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:16:26.619 [pool-346-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:16:28.495 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/72 proxy references (0 sec total) 13:16:28.591 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 70 proxy ref lists left after resolving 2 refs 13:16:28.591 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.972s attempting to resolve any uninitialized derived attributes... 13:16:28.591 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:16:28.591 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:16:28.591 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:16:28.591 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s972ms [proxy update] 13:16:28.592 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:16:28.592 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:16:28.592 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 558 ms 13:16:28.601 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:16:28.601 [main] INFO o.e.h.c.r.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/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false 13:16:28.602 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:16:28.602 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:16:29.575 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:16:29.578 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:16:31.961 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:16:31.962 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:16:31.962 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 13:16:31.976 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:16:31.976 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:16:32.078 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 13:16:32.079 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:32.080 [main] WARN o.e.h.g.u.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 13:16:32.080 [main] WARN o.e.h.g.u.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 13:16:32.080 [main] WARN o.e.h.g.u.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 13:16:32.121 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:16:32.121 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:32.121 [main] WARN o.e.h.g.u.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 13:16:32.121 [main] WARN o.e.h.g.u.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 13:16:32.121 [main] WARN o.e.h.g.u.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 13:16:32.162 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:16:32.162 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:32.163 [main] WARN o.e.h.g.u.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 13:16:32.163 [main] WARN o.e.h.g.u.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 13:16:32.163 [main] WARN o.e.h.g.u.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 13:16:32.204 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 13:16:32.204 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:32.204 [main] WARN o.e.h.g.u.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 13:16:32.204 [main] WARN o.e.h.g.u.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 13:16:32.204 [main] WARN o.e.h.g.u.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 13:16:32.245 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 13:16:32.245 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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[] 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] WARN o.e.h.g.u.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 13:16:32.287 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:16:32.294 [main] WARN o.e.h.g.u.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 13:16:32.294 [main] WARN o.e.h.g.u.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 13:16:32.294 [main] WARN o.e.h.g.u.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 13:16:32.294 [main] WARN o.e.h.g.u.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 13:16:32.294 [main] WARN o.e.h.g.u.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 13:16:32.294 [main] WARN o.e.h.g.u.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 13:16:32.294 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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[] 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.295 [main] WARN o.e.h.g.u.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 13:16:32.337 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:32.337 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 13:16:32.370 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 13:16:32.370 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:32.371 [main] WARN o.e.h.g.u.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 13:16:32.371 [main] WARN o.e.h.g.u.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 13:16:32.371 [main] WARN o.e.h.g.u.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 13:16:32.404 [main] DEBUG o.e.h.g.u.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 13:16:32.438 [main] WARN o.e.h.g.u.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 13:16:32.438 [main] WARN o.e.h.g.u.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 13:16:32.438 [main] WARN o.e.h.g.u.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 13:16:32.438 [main] WARN o.e.h.g.u.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 13:16:32.438 [main] WARN o.e.h.g.u.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 13:16:32.439 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:16:32.439 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:32.439 [main] WARN o.e.h.g.u.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 13:16:32.439 [main] WARN o.e.h.g.u.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 13:16:32.479 [main] WARN o.e.h.g.u.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 13:16:32.479 [main] WARN o.e.h.g.u.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 13:16:32.479 [main] WARN o.e.h.g.u.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 13:16:32.479 [main] WARN o.e.h.g.u.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 13:16:32.480 [main] WARN o.e.h.g.u.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[] 13:16:32.480 [main] WARN o.e.h.g.u.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 13:16:32.480 [main] WARN o.e.h.g.u.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 13:16:32.480 [main] WARN o.e.h.g.u.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 13:16:32.480 [main] WARN o.e.h.g.u.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 13:16:32.480 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.481 [main] WARN o.e.h.g.u.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 13:16:32.482 [main] WARN o.e.h.g.u.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 13:16:32.512 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 13:16:32.512 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 13:16:32.606 [main] WARN o.e.h.g.u.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 13:16:32.613 [main] WARN o.e.h.g.u.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 13:16:32.614 [main] WARN o.e.h.g.u.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 13:16:32.615 [main] WARN o.e.h.g.u.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 13:16:32.616 [main] WARN o.e.h.g.u.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 13:16:32.620 [main] WARN o.e.h.g.u.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 13:16:32.633 [main] WARN o.e.h.g.u.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 13:16:32.634 [main] WARN o.e.h.g.u.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 13:16:32.637 [main] WARN o.e.h.g.u.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 13:16:32.642 [main] WARN o.e.h.g.u.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 13:16:32.643 [main] WARN o.e.h.g.u.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 13:16:32.645 [main] WARN o.e.h.g.u.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 13:16:32.649 [main] WARN o.e.h.g.u.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 13:16:32.716 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 13:16:32.716 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:32.995 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 13:16:32.995 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:16:33.002 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:16:33.003 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:16:33.003 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:16:33.003 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:16:33.003 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:16:33.016 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:16:33.017 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:16:33.018 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:16:33.018 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:16:33.019 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:16:33.019 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:16:35.940 [pool-353-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7083883075513788956/test_localfolderCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:16:35.947 [pool-353-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:16:36.691 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:16:37.007 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:37.008 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:37.008 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:16:37.774 [pool-353-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7083883075513788956/test_localfolderCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:16:37.782 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:16:37.916 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:16:37.916 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:16:37.917 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:16:37.917 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 1s970ms [pure insertion] marking any relevant derived attributes for update...13:16:37.917 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s33ms 13:16:37.950 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s33ms 13:16:37.951 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:16:37.951 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:37.952 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:37.952 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:16:37.952 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:16:38.021 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:16:38.021 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:16:38.027 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:16:38.027 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s76ms [pure insertion] marking any relevant derived attributes for update...13:16:38.027 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:16:38.027 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:16:38.029 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:16:38.029 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:38.030 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:38.030 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:16:38.030 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:16:38.203 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:16:38.203 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:16:38.206 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:16:38.206 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s177ms [pure insertion] marking any relevant derived attributes for update...13:16:38.206 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:16:38.206 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:16:38.216 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:16:38.216 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:38.217 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:38.217 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:16:38.217 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:16:38.225 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:16:38.225 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:16:38.225 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:16:38.226 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:16:38.226 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:16:38.226 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:16:38.226 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:16:38.226 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:16:38.226 [pool-353-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:16:40.867 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:16:40.868 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 13:16:40.868 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.642s attempting to resolve any uninitialized derived attributes... 13:16:40.868 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:16:40.868 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:16:40.868 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:16:40.868 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s642ms [proxy update] 13:16:40.868 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:16:40.869 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:16:40.869 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 851 ms 13:16:41.064 [main] INFO o.e.h.c.r.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 13:16:41.065 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:16:41.065 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:16:41.067 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:16:41.067 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:16:41.067 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:16:41.836 [pool-353-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7083883075513788956/test_localfolderCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:16:41.841 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 13:16:41.843 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:41.843 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:41.843 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 13:16:41.843 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml 13:16:41.974 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 13:16:41.974 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml 13:16:41.976 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 13:16:41.976 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s135ms [pure insertion] marking any relevant derived attributes for update...13:16:41.976 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:16:41.976 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:16:41.977 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 13:16:41.977 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:41.978 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:41.978 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 13:16:41.978 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml 13:16:42.002 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 13:16:42.002 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml 13:16:42.003 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 13:16:42.003 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s26ms [pure insertion] marking any relevant derived attributes for update...13:16:42.003 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:16:42.003 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:16:42.003 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:16:42.003 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:16:42.003 [pool-353-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:16:43.959 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 13:16:44.139 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 30 refs 13:16:44.139 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.136s attempting to resolve any uninitialized derived attributes... 13:16:44.139 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:16:44.139 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:16:44.139 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:16:44.139 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s136ms [proxy update] 13:16:44.139 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:16:44.139 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:16:44.139 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 74 ms 13:16:44.140 [pool-353-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7083883075513788956/test_localfolderCrosslinks[Neo4j]/db 13:16:44.145 [pool-353-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7083883075513788956/test_localfolderCrosslinks[Neo4j]/db 13:16:44.147 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:16:44.147 [main] INFO o.e.h.c.r.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 13:16:44.148 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:16:44.148 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:16:45.131 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:16:45.135 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:16:47.100 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:16:47.101 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:16:47.101 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 13:16:47.114 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:16:47.114 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:16:47.243 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 13:16:47.244 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:47.244 [main] WARN o.e.h.g.u.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 13:16:47.244 [main] WARN o.e.h.g.u.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 13:16:47.245 [main] WARN o.e.h.g.u.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 13:16:47.285 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 13:16:47.285 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:47.286 [main] WARN o.e.h.g.u.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 13:16:47.286 [main] WARN o.e.h.g.u.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 13:16:47.286 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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[] 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.318 [main] WARN o.e.h.g.u.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 13:16:47.319 [main] WARN o.e.h.g.u.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 13:16:47.319 [main] WARN o.e.h.g.u.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[] 13:16:47.319 [main] WARN o.e.h.g.u.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 13:16:47.319 [main] WARN o.e.h.g.u.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 13:16:47.319 [main] WARN o.e.h.g.u.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 13:16:47.319 [main] WARN o.e.h.g.u.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 13:16:47.319 [main] WARN o.e.h.g.u.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 13:16:47.319 [main] WARN o.e.h.g.u.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 13:16:47.319 [main] WARN o.e.h.g.u.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 13:16:47.351 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 13:16:47.351 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:47.385 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 13:16:47.385 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:47.427 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 13:16:47.427 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:47.427 [main] WARN o.e.h.g.u.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 13:16:47.427 [main] WARN o.e.h.g.u.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 13:16:47.427 [main] WARN o.e.h.g.u.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 13:16:47.468 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:16:47.468 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:47.469 [main] WARN o.e.h.g.u.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 13:16:47.469 [main] WARN o.e.h.g.u.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 13:16:47.502 [main] DEBUG o.e.h.g.u.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 13:16:47.527 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 13:16:47.528 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:47.551 [main] WARN o.e.h.g.u.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 13:16:47.551 [main] WARN o.e.h.g.u.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 13:16:47.551 [main] WARN o.e.h.g.u.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 13:16:47.551 [main] WARN o.e.h.g.u.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 13:16:47.551 [main] WARN o.e.h.g.u.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 13:16:47.552 [main] WARN o.e.h.g.u.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 13:16:47.552 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:16:47.552 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:47.552 [main] WARN o.e.h.g.u.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 13:16:47.552 [main] WARN o.e.h.g.u.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 13:16:47.578 [main] WARN o.e.h.g.u.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 13:16:47.578 [main] WARN o.e.h.g.u.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 13:16:47.578 [main] WARN o.e.h.g.u.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 13:16:47.578 [main] WARN o.e.h.g.u.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 13:16:47.578 [main] WARN o.e.h.g.u.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[] 13:16:47.579 [main] WARN o.e.h.g.u.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 13:16:47.579 [main] WARN o.e.h.g.u.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 13:16:47.579 [main] WARN o.e.h.g.u.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 13:16:47.579 [main] WARN o.e.h.g.u.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 13:16:47.579 [main] WARN o.e.h.g.u.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 13:16:47.579 [main] WARN o.e.h.g.u.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 13:16:47.579 [main] WARN o.e.h.g.u.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 13:16:47.579 [main] WARN o.e.h.g.u.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 13:16:47.579 [main] WARN o.e.h.g.u.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 13:16:47.579 [main] WARN o.e.h.g.u.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 13:16:47.579 [main] WARN o.e.h.g.u.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 13:16:47.579 [main] WARN o.e.h.g.u.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 13:16:47.579 [main] WARN o.e.h.g.u.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 13:16:47.579 [main] WARN o.e.h.g.u.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 13:16:47.579 [main] WARN o.e.h.g.u.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 13:16:47.580 [main] WARN o.e.h.g.u.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 13:16:47.580 [main] WARN o.e.h.g.u.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 13:16:47.580 [main] WARN o.e.h.g.u.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 13:16:47.580 [main] WARN o.e.h.g.u.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 13:16:47.580 [main] WARN o.e.h.g.u.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 13:16:47.580 [main] WARN o.e.h.g.u.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 13:16:47.580 [main] WARN o.e.h.g.u.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 13:16:47.580 [main] WARN o.e.h.g.u.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 13:16:47.580 [main] WARN o.e.h.g.u.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 13:16:47.580 [main] WARN o.e.h.g.u.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 13:16:47.580 [main] WARN o.e.h.g.u.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 13:16:47.580 [main] WARN o.e.h.g.u.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 13:16:47.580 [main] WARN o.e.h.g.u.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 13:16:47.602 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 13:16:47.602 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 13:16:47.696 [main] WARN o.e.h.g.u.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 13:16:47.703 [main] WARN o.e.h.g.u.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 13:16:47.704 [main] WARN o.e.h.g.u.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 13:16:47.705 [main] WARN o.e.h.g.u.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 13:16:47.706 [main] WARN o.e.h.g.u.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 13:16:47.711 [main] WARN o.e.h.g.u.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 13:16:47.725 [main] WARN o.e.h.g.u.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 13:16:47.726 [main] WARN o.e.h.g.u.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 13:16:47.729 [main] WARN o.e.h.g.u.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 13:16:47.735 [main] WARN o.e.h.g.u.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 13:16:47.735 [main] WARN o.e.h.g.u.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 13:16:47.737 [main] WARN o.e.h.g.u.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 13:16:47.742 [main] WARN o.e.h.g.u.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 13:16:47.813 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:16:47.813 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:16:47.813 [main] WARN o.e.h.g.u.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 13:16:47.813 [main] WARN o.e.h.g.u.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 13:16:47.813 [main] WARN o.e.h.g.u.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 13:16:48.203 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 13:16:48.203 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:16:48.210 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:16:48.210 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:16:48.210 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:16:48.210 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:16:48.210 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:16:48.222 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:16:48.223 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:16:48.223 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:16:48.223 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:16:48.225 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:16:48.225 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:16:51.230 [pool-360-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7524302782061444322/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:16:51.238 [pool-360-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:16:51.962 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:16:52.264 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:52.265 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:52.265 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:16:53.006 [pool-360-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7524302782061444322/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:16:53.015 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:16:53.159 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:16:53.159 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:16:53.194 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:16:53.194 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 1s956ms [pure insertion] marking any relevant derived attributes for update...13:16:53.194 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s63ms 13:16:53.257 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s63ms 13:16:53.258 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:16:53.258 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:53.259 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:53.259 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:16:53.259 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:16:53.301 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:16:53.301 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:16:53.309 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:16:53.309 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s51ms [pure insertion] marking any relevant derived attributes for update...13:16:53.310 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:16:53.310 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:16:53.325 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:16:53.325 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:53.326 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:53.326 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:16:53.326 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:16:53.337 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:16:53.337 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:16:53.338 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:16:53.338 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s13ms [pure insertion] marking any relevant derived attributes for update...13:16:53.338 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:16:53.338 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:16:53.395 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:16:53.395 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:53.396 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:53.396 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:16:53.396 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:16:53.529 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:16:53.529 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:16:53.533 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:16:53.533 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s138ms [pure insertion] marking any relevant derived attributes for update...13:16:53.533 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:16:53.533 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:16:53.534 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:16:53.534 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:16:53.534 [pool-360-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:16:55.636 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:16:55.637 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 13:16:55.637 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.103s attempting to resolve any uninitialized derived attributes... 13:16:55.637 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:16:55.637 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:16:55.637 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:16:55.637 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s103ms [proxy update] 13:16:55.637 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:16:55.637 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:16:55.637 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 414 ms 13:16:56.014 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 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 adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:16:56.015 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:16:56.015 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:16:56.016 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:16:56.016 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:16:56.016 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:16:57.111 [pool-360-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7524302782061444322/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:16:57.116 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 13:16:57.118 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:16:57.118 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:16:57.118 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml... 13:16:57.119 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 13:16:57.260 [pool-360-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind 13:16:57.267 [pool-360-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind 13:16:57.267 [pool-360-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind 13:16:57.278 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec) 13:16:57.278 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 13:16:57.280 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 13:16:57.280 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml. 0s164ms [pure insertion] marking any relevant derived attributes for update...13:16:57.280 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:16:57.281 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:16:57.281 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:16:57.281 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:16:57.281 [pool-360-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:17:00.180 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/23 proxy references (0 sec total) 13:17:00.292 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 3 refs 13:17:00.292 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~3.011s attempting to resolve any uninitialized derived attributes... 13:17:00.292 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:17:00.292 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:17:00.292 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:17:00.292 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 3s11ms [proxy update] 13:17:00.292 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:17:00.292 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:17:00.292 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 277 ms 13:17:00.302 [pool-360-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7524302782061444322/test_zoo[Neo4j]/db 13:17:00.305 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:17:00.305 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 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 adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:17:00.306 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:17:00.306 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:17:01.376 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:17:01.380 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:17:04.130 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:17:04.131 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:17:04.131 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 13:17:04.143 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:17:04.143 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:17:04.240 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:17:04.240 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:04.241 [main] WARN o.e.h.g.u.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 13:17:04.241 [main] WARN o.e.h.g.u.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 13:17:04.241 [main] WARN o.e.h.g.u.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 13:17:04.281 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:04.282 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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[] 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.314 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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[] 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.315 [main] WARN o.e.h.g.u.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 13:17:04.389 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 13:17:04.389 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:04.390 [main] WARN o.e.h.g.u.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 13:17:04.390 [main] WARN o.e.h.g.u.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 13:17:04.390 [main] WARN o.e.h.g.u.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 13:17:04.431 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 13:17:04.431 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:04.464 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 13:17:04.464 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:04.465 [main] WARN o.e.h.g.u.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 13:17:04.465 [main] WARN o.e.h.g.u.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 13:17:04.465 [main] WARN o.e.h.g.u.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 13:17:04.498 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:04.498 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 13:17:04.523 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:17:04.523 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:04.523 [main] WARN o.e.h.g.u.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 13:17:04.523 [main] WARN o.e.h.g.u.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 13:17:04.524 [main] WARN o.e.h.g.u.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 13:17:04.549 [main] DEBUG o.e.h.g.u.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 13:17:04.574 [main] WARN o.e.h.g.u.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 13:17:04.574 [main] WARN o.e.h.g.u.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 13:17:04.574 [main] WARN o.e.h.g.u.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 13:17:04.574 [main] WARN o.e.h.g.u.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 13:17:04.574 [main] WARN o.e.h.g.u.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 13:17:04.574 [main] WARN o.e.h.g.u.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 13:17:04.574 [main] WARN o.e.h.g.u.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 13:17:04.574 [main] WARN o.e.h.g.u.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 13:17:04.574 [main] WARN o.e.h.g.u.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 13:17:04.575 [main] WARN o.e.h.g.u.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[] 13:17:04.575 [main] WARN o.e.h.g.u.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 13:17:04.575 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.576 [main] WARN o.e.h.g.u.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 13:17:04.577 [main] WARN o.e.h.g.u.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 13:17:04.577 [main] WARN o.e.h.g.u.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 13:17:04.577 [main] WARN o.e.h.g.u.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 13:17:04.577 [main] WARN o.e.h.g.u.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 13:17:04.577 [main] WARN o.e.h.g.u.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 13:17:04.577 [main] WARN o.e.h.g.u.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 13:17:04.577 [main] WARN o.e.h.g.u.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 13:17:04.599 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 13:17:04.599 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 13:17:04.695 [main] WARN o.e.h.g.u.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 13:17:04.703 [main] WARN o.e.h.g.u.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 13:17:04.704 [main] WARN o.e.h.g.u.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 13:17:04.704 [main] WARN o.e.h.g.u.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 13:17:04.705 [main] WARN o.e.h.g.u.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 13:17:04.710 [main] WARN o.e.h.g.u.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 13:17:04.723 [main] WARN o.e.h.g.u.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 13:17:04.724 [main] WARN o.e.h.g.u.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 13:17:04.727 [main] WARN o.e.h.g.u.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 13:17:04.733 [main] WARN o.e.h.g.u.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 13:17:04.733 [main] WARN o.e.h.g.u.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 13:17:04.735 [main] WARN o.e.h.g.u.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 13:17:04.740 [main] WARN o.e.h.g.u.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 13:17:04.859 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 13:17:04.860 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:04.860 [main] WARN o.e.h.g.u.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 13:17:04.860 [main] WARN o.e.h.g.u.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 13:17:04.860 [main] WARN o.e.h.g.u.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 13:17:04.907 [main] WARN o.e.h.g.u.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 13:17:04.907 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:17:04.907 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:04.907 [main] WARN o.e.h.g.u.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 13:17:05.157 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 13:17:05.157 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:17:05.163 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:17:05.163 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:17:05.163 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:17:05.163 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:17:05.164 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:17:05.175 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:17:05.176 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:17:05.176 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:17:05.176 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:17:05.178 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:17:05.178 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:17:08.544 [pool-367-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit553074536218187120/test_indexLibraries[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:17:08.553 [pool-367-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:17:09.243 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:17:09.544 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:09.545 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:09.545 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:17:10.728 [pool-367-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit553074536218187120/test_indexLibraries[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:17:10.737 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:17:10.895 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:17:10.895 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:17:10.902 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:17:10.902 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 2s349ms [pure insertion] marking any relevant derived attributes for update...13:17:10.902 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s52ms 13:17:10.954 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s52ms 13:17:10.964 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:17:10.964 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:10.964 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:10.964 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:17:10.965 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:17:10.972 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:17:10.972 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:17:10.973 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:17:10.973 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:17:10.973 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:17:10.973 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:17:10.974 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:17:10.974 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:10.975 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:10.975 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:17:10.975 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:17:10.988 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:17:10.988 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:17:10.989 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:17:10.989 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s15ms [pure insertion] marking any relevant derived attributes for update...13:17:10.989 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:17:10.989 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:17:10.995 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:17:10.995 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:10.996 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:10.996 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:17:10.996 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:17:11.108 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:17:11.108 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:17:11.111 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:17:11.111 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s116ms [pure insertion] marking any relevant derived attributes for update...13:17:11.111 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:17:11.111 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:17:11.111 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:17:11.111 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:17:11.111 [pool-367-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:17:13.161 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:17:13.162 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 13:17:13.162 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.051s attempting to resolve any uninitialized derived attributes... 13:17:13.162 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:17:13.162 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:17:13.163 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:17:13.163 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s52ms [proxy update] 13:17:13.163 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:17:13.163 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:17:13.163 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 987 ms 13:17:13.176 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:17:13.176 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:17:13.177 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:17:13.177 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:17:13.973 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:17:13.977 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:17:16.050 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:17:16.051 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:17:16.051 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 13:17:16.062 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:17:16.062 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:17:16.168 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:16.169 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 13:17:16.202 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 13:17:16.202 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:16.203 [main] WARN o.e.h.g.u.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 13:17:16.203 [main] WARN o.e.h.g.u.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 13:17:16.204 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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[] 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.235 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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[] 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.236 [main] WARN o.e.h.g.u.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 13:17:16.268 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:16.269 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 13:17:16.302 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:16.302 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:17:16.302 [main] WARN o.e.h.g.u.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 13:17:16.303 [main] WARN o.e.h.g.u.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 13:17:16.303 [main] WARN o.e.h.g.u.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 13:17:16.335 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:17:16.335 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:16.336 [main] WARN o.e.h.g.u.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 13:17:16.336 [main] WARN o.e.h.g.u.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 13:17:16.369 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 13:17:16.369 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:16.369 [main] WARN o.e.h.g.u.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 13:17:16.369 [main] WARN o.e.h.g.u.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 13:17:16.369 [main] WARN o.e.h.g.u.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 13:17:16.402 [main] DEBUG o.e.h.g.u.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 13:17:16.436 [main] WARN o.e.h.g.u.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 13:17:16.436 [main] WARN o.e.h.g.u.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 13:17:16.436 [main] WARN o.e.h.g.u.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 13:17:16.436 [main] WARN o.e.h.g.u.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 13:17:16.436 [main] WARN o.e.h.g.u.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 13:17:16.437 [main] WARN o.e.h.g.u.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 13:17:16.437 [main] WARN o.e.h.g.u.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 13:17:16.437 [main] WARN o.e.h.g.u.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 13:17:16.437 [main] WARN o.e.h.g.u.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 13:17:16.437 [main] WARN o.e.h.g.u.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[] 13:17:16.438 [main] WARN o.e.h.g.u.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 13:17:16.438 [main] WARN o.e.h.g.u.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 13:17:16.438 [main] WARN o.e.h.g.u.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 13:17:16.438 [main] WARN o.e.h.g.u.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 13:17:16.438 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.439 [main] WARN o.e.h.g.u.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 13:17:16.440 [main] WARN o.e.h.g.u.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 13:17:16.470 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:17:16.470 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:16.470 [main] WARN o.e.h.g.u.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 13:17:16.470 [main] WARN o.e.h.g.u.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 13:17:16.470 [main] WARN o.e.h.g.u.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 13:17:16.503 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 13:17:16.503 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 13:17:16.604 [main] WARN o.e.h.g.u.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 13:17:16.611 [main] WARN o.e.h.g.u.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 13:17:16.612 [main] WARN o.e.h.g.u.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 13:17:16.613 [main] WARN o.e.h.g.u.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 13:17:16.614 [main] WARN o.e.h.g.u.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 13:17:16.618 [main] WARN o.e.h.g.u.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 13:17:16.631 [main] WARN o.e.h.g.u.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 13:17:16.632 [main] WARN o.e.h.g.u.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 13:17:16.635 [main] WARN o.e.h.g.u.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 13:17:16.641 [main] WARN o.e.h.g.u.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 13:17:16.641 [main] WARN o.e.h.g.u.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 13:17:16.643 [main] WARN o.e.h.g.u.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 13:17:16.648 [main] WARN o.e.h.g.u.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 13:17:16.704 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 13:17:16.704 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:16.705 [main] WARN o.e.h.g.u.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 13:17:16.705 [main] WARN o.e.h.g.u.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 13:17:16.705 [main] WARN o.e.h.g.u.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 13:17:16.744 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 13:17:16.744 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:17.002 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:17:17.002 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:17:17.009 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:17:17.009 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:17:17.009 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:17:17.009 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:17:17.009 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:17:17.146 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:17:17.147 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:17:17.147 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:17:17.147 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:17:17.149 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:17:17.149 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:17:20.498 [pool-374-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5696629945359412919/test_customProfileV4[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:17:20.506 [pool-374-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:17:21.215 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:17:21.515 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:21.516 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:21.516 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:17:22.299 [pool-374-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5696629945359412919/test_customProfileV4[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:17:22.308 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:17:22.505 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:17:22.505 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:17:22.508 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:17:22.508 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 2s2ms [pure insertion] marking any relevant derived attributes for update...13:17:22.508 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s50ms 13:17:22.558 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s50ms 13:17:22.567 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:17:22.567 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:22.567 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:22.567 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:17:22.567 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:17:22.575 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:17:22.575 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:17:22.576 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:17:22.576 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:17:22.576 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:17:22.576 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:17:22.577 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:17:22.577 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:22.578 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:22.578 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:17:22.578 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:17:22.602 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:17:22.602 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:17:22.607 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:17:22.607 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s30ms [pure insertion] marking any relevant derived attributes for update...13:17:22.607 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:17:22.608 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:17:22.609 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:17:22.609 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:22.610 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:22.610 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:17:22.610 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:17:22.623 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:17:22.623 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:17:22.623 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:17:22.623 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s14ms [pure insertion] marking any relevant derived attributes for update...13:17:22.623 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:17:22.623 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:17:22.623 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:17:22.624 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:17:22.624 [pool-374-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:17:24.717 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:17:24.718 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 13:17:24.718 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.094s attempting to resolve any uninitialized derived attributes... 13:17:24.718 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:17:24.718 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:17:24.718 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:17:24.718 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s94ms [proxy update] 13:17:24.718 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:17:24.718 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:17:24.718 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 571 ms 13:17:24.718 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 13:17:24.720 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:17:24.720 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:17:24.828 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 13:17:24.829 [main] DEBUG o.e.h.g.u.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 13:17:24.862 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 13:17:24.862 [main] DEBUG o.e.h.g.u.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 13:17:24.895 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 13:17:24.895 [main] DEBUG o.e.h.g.u.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 13:17:24.920 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:24.945 [main] DEBUG o.e.h.g.u.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 reseting local top revision of repository: pathmap://UML_LIBRARIES/ 13:17:25.111 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) (as elements in it were removed or new metamodels were added to Hawk) 13:17:25.111 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:17:25.298 [main] INFO o.e.h.c.r.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/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false 13:17:25.299 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:17:25.299 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:17:25.300 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:17:25.300 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:17:25.300 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:17:26.663 [pool-374-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5696629945359412919/test_customProfileV4[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:17:26.668 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:17:26.668 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:17:26.668 [pool-374-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:17:27.751 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:17:27.752 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 13:17:27.752 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.084s attempting to resolve any uninitialized derived attributes... 13:17:27.752 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:17:27.752 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:17:27.752 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:17:27.752 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s84ms [proxy update] 13:17:27.752 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:17:27.753 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:17:27.754 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:17:27.754 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:17:28.556 [pool-374-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5696629945359412919/test_customProfileV4[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:17:28.564 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 13:17:28.566 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:28.566 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:28.566 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml... 13:17:28.566 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 13:17:28.695 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 13:17:28.695 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 13:17:28.696 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 13:17:28.696 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml. 0s132ms [pure insertion] marking any relevant derived attributes for update...13:17:28.696 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:17:28.696 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:17:28.696 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:17:28.696 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:17:28.696 [pool-374-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:17:30.799 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 13:17:30.800 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 24 proxy ref lists left after resolving 0 refs 13:17:30.800 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.104s attempting to resolve any uninitialized derived attributes... 13:17:30.800 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:17:30.800 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:17:30.801 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:17:30.801 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s105ms [proxy update] 13:17:30.801 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:17:30.801 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:17:30.801 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 502 ms 13:17:30.810 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:17:30.810 [main] INFO o.e.h.c.r.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/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false 13:17:30.811 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:17:30.811 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:17:31.643 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:17:31.647 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:17:33.621 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:17:33.623 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:17:33.623 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 13:17:33.634 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:17:33.634 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:17:33.730 [main] WARN o.e.h.g.u.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 13:17:33.731 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 13:17:33.731 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:33.731 [main] WARN o.e.h.g.u.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 13:17:33.732 [main] WARN o.e.h.g.u.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 13:17:33.764 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:17:33.764 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:33.764 [main] WARN o.e.h.g.u.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 13:17:33.764 [main] WARN o.e.h.g.u.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 13:17:33.764 [main] WARN o.e.h.g.u.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 13:17:33.797 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:33.797 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:17:33.797 [main] WARN o.e.h.g.u.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 13:17:33.798 [main] WARN o.e.h.g.u.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 13:17:33.830 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 13:17:33.830 [main] WARN o.e.h.g.u.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 13:17:33.831 [main] WARN o.e.h.g.u.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 13:17:33.831 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:33.831 [main] WARN o.e.h.g.u.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 13:17:33.863 [main] WARN o.e.h.g.u.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 13:17:33.863 [main] WARN o.e.h.g.u.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 13:17:33.863 [main] WARN o.e.h.g.u.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 13:17:33.863 [main] WARN o.e.h.g.u.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 13:17:33.863 [main] WARN o.e.h.g.u.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 13:17:33.863 [main] WARN o.e.h.g.u.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 13:17:33.863 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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[] 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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[] 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.864 [main] WARN o.e.h.g.u.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 13:17:33.897 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:33.897 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 13:17:33.930 [main] WARN o.e.h.g.u.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 13:17:33.930 [main] WARN o.e.h.g.u.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 13:17:33.930 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:33.930 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:17:33.931 [main] WARN o.e.h.g.u.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 13:17:33.955 [main] DEBUG o.e.h.g.u.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 13:17:33.981 [main] WARN o.e.h.g.u.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 13:17:33.981 [main] WARN o.e.h.g.u.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 13:17:33.981 [main] WARN o.e.h.g.u.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 13:17:33.981 [main] WARN o.e.h.g.u.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 13:17:33.981 [main] WARN o.e.h.g.u.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 13:17:33.981 [main] WARN o.e.h.g.u.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 13:17:33.981 [main] WARN o.e.h.g.u.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 13:17:33.981 [main] WARN o.e.h.g.u.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 13:17:33.982 [main] WARN o.e.h.g.u.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 13:17:33.982 [main] WARN o.e.h.g.u.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[] 13:17:33.982 [main] WARN o.e.h.g.u.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 13:17:33.982 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.983 [main] WARN o.e.h.g.u.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 13:17:33.984 [main] WARN o.e.h.g.u.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 13:17:33.984 [main] WARN o.e.h.g.u.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 13:17:33.984 [main] WARN o.e.h.g.u.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 13:17:33.984 [main] WARN o.e.h.g.u.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 13:17:33.984 [main] WARN o.e.h.g.u.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 13:17:33.984 [main] WARN o.e.h.g.u.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 13:17:33.984 [main] WARN o.e.h.g.u.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 13:17:33.984 [main] WARN o.e.h.g.u.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 13:17:34.006 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:34.006 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 13:17:34.039 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 13:17:34.040 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 13:17:34.123 [main] WARN o.e.h.g.u.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 13:17:34.131 [main] WARN o.e.h.g.u.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 13:17:34.132 [main] WARN o.e.h.g.u.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 13:17:34.133 [main] WARN o.e.h.g.u.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 13:17:34.134 [main] WARN o.e.h.g.u.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 13:17:34.138 [main] WARN o.e.h.g.u.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 13:17:34.151 [main] WARN o.e.h.g.u.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 13:17:34.152 [main] WARN o.e.h.g.u.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 13:17:34.154 [main] WARN o.e.h.g.u.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 13:17:34.160 [main] WARN o.e.h.g.u.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 13:17:34.161 [main] WARN o.e.h.g.u.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 13:17:34.163 [main] WARN o.e.h.g.u.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 13:17:34.168 [main] WARN o.e.h.g.u.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 13:17:34.260 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 13:17:34.260 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:34.289 [main] WARN o.e.h.g.u.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 13:17:34.289 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 13:17:34.289 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:34.289 [main] WARN o.e.h.g.u.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 13:17:34.289 [main] WARN o.e.h.g.u.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 13:17:34.539 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 13:17:34.539 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:17:34.546 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:17:34.546 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:17:34.546 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:17:34.546 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:17:34.546 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:17:34.557 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:17:34.558 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:17:34.558 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:17:34.558 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:17:34.560 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:17:34.560 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:17:37.193 [pool-381-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1211376898095849025/test_customProfileV5[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:17:37.201 [pool-381-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:17:37.966 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:17:38.268 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:38.269 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:38.269 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:17:39.028 [pool-381-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1211376898095849025/test_customProfileV5[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:17:39.037 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:17:39.302 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:17:39.302 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:17:39.306 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:17:39.306 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 2s105ms [pure insertion] marking any relevant derived attributes for update...13:17:39.306 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s64ms 13:17:39.370 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s64ms 13:17:39.396 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:17:39.396 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:39.397 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:39.397 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:17:39.397 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:17:39.424 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:17:39.424 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:17:39.432 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:17:39.432 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s36ms [pure insertion] marking any relevant derived attributes for update...13:17:39.432 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:17:39.432 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:17:39.503 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:17:39.503 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:39.504 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:39.504 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:17:39.504 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:17:39.511 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:17:39.511 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:17:39.512 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:17:39.512 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s9ms [pure insertion] marking any relevant derived attributes for update...13:17:39.512 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:17:39.512 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:17:39.513 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:17:39.513 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:39.514 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:39.514 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:17:39.514 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:17:39.527 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:17:39.527 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:17:39.527 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:17:39.527 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s14ms [pure insertion] marking any relevant derived attributes for update...13:17:39.527 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:17:39.528 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:17:39.528 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:17:39.528 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:17:39.528 [pool-381-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:17:41.768 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:17:41.769 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 13:17:41.769 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.241s attempting to resolve any uninitialized derived attributes... 13:17:41.769 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:17:41.769 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:17:41.770 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:17:41.770 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s242ms [proxy update] 13:17:41.770 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:17:41.770 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:17:41.770 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 212 ms 13:17:41.770 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 13:17:41.771 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:17:41.771 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:17:41.880 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 13:17:41.881 [main] DEBUG o.e.h.g.u.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 13:17:41.914 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:41.940 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 13:17:41.940 [main] DEBUG o.e.h.g.u.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 13:17:41.973 [main] DEBUG o.e.h.g.u.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 13:17:41.998 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 13:17:41.998 [main] DEBUG o.e.h.g.u.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 13:17:42.163 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) reseting local top revision of repository: pathmap://UML_LIBRARIES/ 13:17:42.163 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). (as elements in it were removed or new metamodels were added to Hawk) 13:17:42.359 [main] INFO o.e.h.c.r.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 13:17:42.360 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:17:42.360 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:17:42.360 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:17:42.360 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:17:42.360 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:17:43.766 [pool-381-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1211376898095849025/test_customProfileV5[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:17:43.771 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:17:43.771 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:17:43.771 [pool-381-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:17:44.600 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:17:44.601 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 13:17:44.601 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.83s attempting to resolve any uninitialized derived attributes... 13:17:44.601 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:17:44.601 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:17:44.602 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:17:44.602 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s831ms [proxy update] 13:17:44.602 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:17:44.603 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:17:44.603 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:17:44.603 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:17:45.393 [pool-381-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1211376898095849025/test_customProfileV5[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:17:45.400 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 13:17:45.402 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:45.402 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:45.402 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml... 13:17:45.403 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 13:17:45.539 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 13:17:45.539 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 13:17:45.540 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 13:17:45.540 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml. 0s140ms [pure insertion] marking any relevant derived attributes for update...13:17:45.540 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:17:45.541 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:17:45.541 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:17:45.541 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:17:45.541 [pool-381-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:17:47.433 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 13:17:47.434 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 24 proxy ref lists left after resolving 0 refs 13:17:47.434 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.893s attempting to resolve any uninitialized derived attributes... 13:17:47.434 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:17:47.434 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:17:47.435 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:17:47.435 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s894ms [proxy update] 13:17:47.435 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:17:47.435 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:17:47.435 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 75 ms 13:17:47.443 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:17:47.443 [main] INFO o.e.h.c.r.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 13:17:47.444 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:17:47.444 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:17:48.212 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:17:48.216 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:17:50.324 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:17:50.325 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:17:50.325 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 13:17:50.335 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:17:50.335 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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[] 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.433 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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[] 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.434 [main] WARN o.e.h.g.u.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 13:17:50.475 [main] WARN o.e.h.g.u.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 13:17:50.475 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:17:50.475 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:50.475 [main] WARN o.e.h.g.u.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 13:17:50.516 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 13:17:50.517 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:50.558 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:50.559 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:17:50.559 [main] WARN o.e.h.g.u.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 13:17:50.559 [main] WARN o.e.h.g.u.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 13:17:50.559 [main] WARN o.e.h.g.u.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 13:17:50.601 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 13:17:50.601 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:50.642 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 13:17:50.643 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:50.643 [main] WARN o.e.h.g.u.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 13:17:50.643 [main] WARN o.e.h.g.u.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 13:17:50.643 [main] WARN o.e.h.g.u.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 13:17:50.684 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:17:50.684 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:50.684 [main] WARN o.e.h.g.u.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 13:17:50.684 [main] WARN o.e.h.g.u.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 13:17:50.684 [main] WARN o.e.h.g.u.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 13:17:50.725 [main] DEBUG o.e.h.g.u.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 13:17:50.768 [main] WARN o.e.h.g.u.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 13:17:50.768 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 13:17:50.768 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:50.769 [main] WARN o.e.h.g.u.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 13:17:50.769 [main] WARN o.e.h.g.u.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 13:17:50.801 [main] WARN o.e.h.g.u.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 13:17:50.801 [main] WARN o.e.h.g.u.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 13:17:50.801 [main] WARN o.e.h.g.u.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 13:17:50.801 [main] WARN o.e.h.g.u.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 13:17:50.801 [main] WARN o.e.h.g.u.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 13:17:50.801 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:50.801 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 13:17:50.835 [main] WARN o.e.h.g.u.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 13:17:50.835 [main] WARN o.e.h.g.u.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 13:17:50.835 [main] WARN o.e.h.g.u.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 13:17:50.835 [main] WARN o.e.h.g.u.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 13:17:50.835 [main] WARN o.e.h.g.u.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[] 13:17:50.836 [main] WARN o.e.h.g.u.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 13:17:50.836 [main] WARN o.e.h.g.u.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 13:17:50.836 [main] WARN o.e.h.g.u.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 13:17:50.836 [main] WARN o.e.h.g.u.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 13:17:50.836 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.837 [main] WARN o.e.h.g.u.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 13:17:50.869 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 13:17:50.869 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 13:17:50.961 [main] WARN o.e.h.g.u.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 13:17:50.968 [main] WARN o.e.h.g.u.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 13:17:50.969 [main] WARN o.e.h.g.u.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 13:17:50.970 [main] WARN o.e.h.g.u.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 13:17:50.971 [main] WARN o.e.h.g.u.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 13:17:50.975 [main] WARN o.e.h.g.u.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 13:17:50.989 [main] WARN o.e.h.g.u.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 13:17:50.990 [main] WARN o.e.h.g.u.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 13:17:50.992 [main] WARN o.e.h.g.u.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 13:17:50.998 [main] WARN o.e.h.g.u.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 13:17:50.998 [main] WARN o.e.h.g.u.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 13:17:51.000 [main] WARN o.e.h.g.u.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 13:17:51.005 [main] WARN o.e.h.g.u.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 13:17:51.070 [main] WARN o.e.h.g.u.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 13:17:51.070 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 13:17:51.070 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:51.071 [main] WARN o.e.h.g.u.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 13:17:51.071 [main] WARN o.e.h.g.u.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 13:17:51.401 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 13:17:51.401 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:17:51.408 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:17:51.408 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:17:51.408 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:17:51.408 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:17:51.408 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:17:51.419 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:17:51.420 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:17:51.420 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:17:51.420 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:17:51.422 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:17:51.422 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:17:54.186 [pool-388-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1861652511373511693/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:17:54.193 [pool-388-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:17:54.884 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:17:55.220 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:55.221 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:55.221 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:17:55.962 [pool-388-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1861652511373511693/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:17:55.970 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:17:56.111 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:17:56.111 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:17:56.117 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:17:56.117 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 1s924ms [pure insertion] marking any relevant derived attributes for update...13:17:56.117 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s71ms 13:17:56.188 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s71ms 13:17:56.190 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:17:56.190 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:56.190 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:56.190 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:17:56.190 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:17:56.247 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:17:56.247 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:17:56.250 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:17:56.250 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s60ms [pure insertion] marking any relevant derived attributes for update...13:17:56.250 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:17:56.250 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:17:56.259 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:17:56.259 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:56.259 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:56.259 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:17:56.260 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:17:56.295 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:17:56.295 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:17:56.296 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:17:56.296 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s37ms [pure insertion] marking any relevant derived attributes for update...13:17:56.296 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:17:56.296 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:17:56.297 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:17:56.297 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:17:56.298 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:17:56.298 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:17:56.298 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:17:56.311 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:17:56.311 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:17:56.312 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:17:56.312 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s15ms [pure insertion] marking any relevant derived attributes for update...13:17:56.312 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:17:56.312 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:17:56.312 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:17:56.312 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:17:56.312 [pool-388-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:17:58.378 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:17:58.379 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 13:17:58.379 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.067s attempting to resolve any uninitialized derived attributes... 13:17:58.379 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:17:58.379 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:17:58.379 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:17:58.379 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s67ms [proxy update] 13:17:58.379 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:17:58.379 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:17:58.379 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 959 ms 13:17:58.379 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 13:17:58.381 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:17:58.381 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:17:58.508 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 13:17:58.509 [main] DEBUG o.e.h.g.u.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 13:17:58.542 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 13:17:58.567 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 13:17:58.567 [main] DEBUG o.e.h.g.u.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 13:17:58.601 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 13:17:58.601 [main] DEBUG o.e.h.g.u.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 13:17:58.651 [main] DEBUG o.e.h.g.u.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 13:17:58.816 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 13:17:58.817 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 13:17:59.079 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///tmp/junit3173072200412828419/:org.eclipse.hawk.localfolder.LocalFolder:false 13:17:59.080 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:17:59.080 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:17:59.080 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:17:59.081 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:17:59.081 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:18:00.610 [pool-388-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1861652511373511693/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:18:00.615 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:18:00.615 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:18:00.615 [pool-388-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:18:01.595 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:18:01.596 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 13:18:01.596 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.981s attempting to resolve any uninitialized derived attributes... 13:18:01.596 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:18:01.596 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:18:01.597 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:18:01.597 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s982ms [proxy update] 13:18:01.597 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:18:01.600 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:18:01.601 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:18:01.601 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:18:02.395 [pool-388-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1861652511373511693/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:18:02.400 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml... 13:18:02.403 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:18:02.403 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:18:02.403 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml... 13:18:02.403 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml 13:18:02.578 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 13:18:02.578 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml 13:18:02.595 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 13:18:02.595 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml. 0s195ms [pure insertion] marking any relevant derived attributes for update...13:18:02.595 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:18:02.596 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:18:02.596 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml... 13:18:02.596 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:18:02.597 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:18:02.597 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml... 13:18:02.597 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml 13:18:02.608 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 13:18:02.608 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml 13:18:02.608 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 13:18:02.608 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml. 0s12ms [pure insertion] marking any relevant derived attributes for update...13:18:02.608 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:18:02.608 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:18:02.610 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml... 13:18:02.610 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:18:02.610 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:18:02.610 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml... 13:18:02.611 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml 13:18:03.004 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec) 13:18:03.004 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml 13:18:03.008 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 13:18:03.008 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml. 0s398ms [pure insertion] marking any relevant derived attributes for update...13:18:03.008 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:18:03.008 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:18:03.011 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 13:18:03.012 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:18:03.012 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:18:03.012 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml... 13:18:03.012 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 13:18:03.016 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 13:18:03.016 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 13:18:03.016 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 13:18:03.016 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml. 0s5ms [pure insertion] marking any relevant derived attributes for update...13:18:03.016 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:18:03.016 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:18:03.017 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /zoo/model.uml... 13:18:03.017 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:18:03.018 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:18:03.018 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /zoo/model.uml... 13:18:03.018 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /zoo/model.uml 13:18:03.037 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec) 13:18:03.037 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /zoo/model.uml 13:18:03.038 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 13:18:03.038 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /zoo/model.uml. 0s21ms [pure insertion] marking any relevant derived attributes for update...13:18:03.038 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:18:03.038 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:18:03.039 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:18:03.039 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:18:03.039 [pool-388-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:18:04.994 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/109 proxy references (0 sec total) 13:18:05.373 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 70 proxy ref lists left after resolving 39 refs 13:18:05.373 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.334s attempting to resolve any uninitialized derived attributes... 13:18:05.373 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:18:05.373 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:18:05.374 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:18:05.374 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s335ms [proxy update] 13:18:05.374 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:18:05.374 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:18:05.374 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 294 ms 13:18:05.381 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:18:05.383 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:18:05.384 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:18:05.384 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:18:06.365 [pool-388-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1861652511373511693/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:18:06.372 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 13:18:06.374 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:18:06.374 [pool-388-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:18:07.342 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store 13:18:07.344 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 13:18:07.344 [pool-388-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 13:18:07.344 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml... 13:18:07.345 [pool-388-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml 13:18:07.347 [pool-388-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s 13:18:08.817 [pool-388-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1861652511373511693/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:18:08.824 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 13:18:08.948 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 13:18:08.948 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 13:18:08.949 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 13:18:08.949 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml. 2s577ms [pure insertion] marking any relevant derived attributes for update...13:18:08.949 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 13:18:08.950 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 13:18:08.950 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:18:08.950 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:18:08.950 [pool-388-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:18:11.313 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/74 proxy references (0 sec total) 13:18:11.429 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 73 proxy ref lists left after resolving 1 refs 13:18:11.429 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.479s attempting to resolve any uninitialized derived attributes... 13:18:11.429 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:18:11.429 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:18:11.429 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:18:11.429 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s479ms [proxy update] 13:18:11.429 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:18:11.429 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:18:11.429 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 48 ms 13:18:11.436 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:18:11.436 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///tmp/junit3173072200412828419/:org.eclipse.hawk.localfolder.LocalFolder:false 13:18:11.437 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:18:11.437 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:18:12.396 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:18:12.399 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 13:18:14.474 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 13:18:14.475 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:18:14.475 [main] INFO o.e.h.c.r.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 13:18:14.486 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 13:18:14.486 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 13:18:14.609 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 13:18:14.609 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 13:18:14.610 [main] WARN o.e.h.g.u.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 13:18:14.610 [main] WARN o.e.h.g.u.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 13:18:14.610 [main] WARN o.e.h.g.u.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 13:18:14.642 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 13:18:14.642 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 13:18:14.643 [main] WARN o.e.h.g.u.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 13:18:14.643 [main] WARN o.e.h.g.u.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 13:18:14.643 [main] WARN o.e.h.g.u.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 13:18:14.675 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:18:14.675 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:18:14.675 [main] WARN o.e.h.g.u.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 13:18:14.675 [main] WARN o.e.h.g.u.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 13:18:14.709 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 13:18:14.709 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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[] 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.742 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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[] 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.743 [main] WARN o.e.h.g.u.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 13:18:14.775 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:18:14.775 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:18:14.775 [main] WARN o.e.h.g.u.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 13:18:14.775 [main] WARN o.e.h.g.u.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 13:18:14.776 [main] WARN o.e.h.g.u.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 13:18:14.808 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 13:18:14.808 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 13:18:14.809 [main] WARN o.e.h.g.u.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 13:18:14.809 [main] WARN o.e.h.g.u.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 13:18:14.809 [main] WARN o.e.h.g.u.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 13:18:14.842 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 13:18:14.842 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 13:18:14.842 [main] WARN o.e.h.g.u.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 13:18:14.842 [main] WARN o.e.h.g.u.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 13:18:14.843 [main] WARN o.e.h.g.u.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 13:18:14.867 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 13:18:14.868 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 13:18:14.894 [main] DEBUG o.e.h.g.u.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 13:18:14.926 [main] WARN o.e.h.g.u.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 13:18:14.926 [main] WARN o.e.h.g.u.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 13:18:14.926 [main] WARN o.e.h.g.u.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 13:18:14.926 [main] WARN o.e.h.g.u.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 13:18:14.926 [main] WARN o.e.h.g.u.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 13:18:14.927 [main] WARN o.e.h.g.u.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 13:18:14.927 [main] WARN o.e.h.g.u.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 13:18:14.927 [main] WARN o.e.h.g.u.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 13:18:14.927 [main] WARN o.e.h.g.u.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 13:18:14.927 [main] WARN o.e.h.g.u.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[] 13:18:14.927 [main] WARN o.e.h.g.u.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 13:18:14.927 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.928 [main] WARN o.e.h.g.u.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 13:18:14.929 [main] WARN o.e.h.g.u.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 13:18:14.929 [main] WARN o.e.h.g.u.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 13:18:14.929 [main] WARN o.e.h.g.u.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 13:18:14.929 [main] WARN o.e.h.g.u.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 13:18:14.929 [main] WARN o.e.h.g.u.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 13:18:14.929 [main] WARN o.e.h.g.u.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 13:18:14.929 [main] WARN o.e.h.g.u.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 13:18:14.929 [main] WARN o.e.h.g.u.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 13:18:14.959 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 13:18:14.959 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 13:18:15.052 [main] WARN o.e.h.g.u.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 13:18:15.060 [main] WARN o.e.h.g.u.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 13:18:15.061 [main] WARN o.e.h.g.u.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 13:18:15.061 [main] WARN o.e.h.g.u.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 13:18:15.062 [main] WARN o.e.h.g.u.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 13:18:15.067 [main] WARN o.e.h.g.u.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 13:18:15.213 [main] WARN o.e.h.g.u.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 13:18:15.214 [main] WARN o.e.h.g.u.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 13:18:15.216 [main] WARN o.e.h.g.u.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 13:18:15.221 [main] WARN o.e.h.g.u.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 13:18:15.222 [main] WARN o.e.h.g.u.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 13:18:15.223 [main] WARN o.e.h.g.u.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 13:18:15.228 [main] WARN o.e.h.g.u.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 13:18:15.312 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 13:18:15.312 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 13:18:15.601 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 13:18:15.601 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 13:18:15.607 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 13:18:15.607 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 13:18:15.607 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:18:15.608 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:18:15.608 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 13:18:15.619 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:18:15.620 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:18:15.620 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:18:15.620 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:18:15.622 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:18:15.622 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:18:18.578 [pool-395-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11114817099997540/test_workspaceCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:18:18.585 [pool-395-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:18:19.246 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 13:18:19.579 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:18:19.580 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:18:19.580 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 13:18:20.346 [pool-395-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11114817099997540/test_workspaceCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:18:20.354 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 13:18:20.470 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 13:18:20.470 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 13:18:20.470 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 13:18:20.470 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 1s885ms [pure insertion] marking any relevant derived attributes for update...13:18:20.470 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s60ms 13:18:20.530 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s60ms 13:18:20.532 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 13:18:20.532 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:18:20.532 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:18:20.532 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 13:18:20.532 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 13:18:20.585 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 13:18:20.585 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 13:18:20.595 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 13:18:20.595 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s63ms [pure insertion] marking any relevant derived attributes for update...13:18:20.595 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:18:20.595 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:18:20.604 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 13:18:20.604 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:18:20.605 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:18:20.605 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 13:18:20.605 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 13:18:20.613 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 13:18:20.613 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 13:18:20.613 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 13:18:20.613 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s10ms [pure insertion] marking any relevant derived attributes for update...13:18:20.614 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:18:20.614 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:18:20.615 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 13:18:20.615 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:18:20.615 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:18:20.615 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 13:18:20.616 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 13:18:20.699 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 13:18:20.699 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 13:18:20.704 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 13:18:20.704 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s89ms [pure insertion] marking any relevant derived attributes for update...13:18:20.704 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:18:20.704 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:18:20.705 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:18:20.705 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:18:20.705 [pool-395-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:18:22.790 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 13:18:22.791 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 13:18:22.791 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.086s attempting to resolve any uninitialized derived attributes... 13:18:22.791 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:18:22.791 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:18:22.791 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:18:22.791 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s86ms [proxy update] 13:18:22.791 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:18:22.792 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:18:22.792 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 172 ms 13:18:22.835 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:18:22.836 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:18:22.836 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 13:18:22.838 [pool-395-thread-1] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 2 ms 13:18:22.838 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 13:18:22.839 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 13:18:22.839 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 13:18:23.575 [pool-395-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit11114817099997540/test_workspaceCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 13:18:23.580 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 13:18:23.582 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:18:23.582 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:18:23.582 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 13:18:23.583 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml 13:18:23.728 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 13:18:23.728 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml 13:18:23.729 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 13:18:23.729 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s149ms [pure insertion] marking any relevant derived attributes for update...13:18:23.729 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:18:23.729 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:18:23.730 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 13:18:23.730 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 13:18:23.730 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 13:18:23.730 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 13:18:23.731 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml 13:18:23.745 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 13:18:23.745 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml 13:18:23.749 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 13:18:23.749 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s19ms [pure insertion] marking any relevant derived attributes for update...13:18:23.749 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 13:18:23.749 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 13:18:23.749 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 13:18:23.749 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 13:18:23.749 [pool-395-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 13:18:25.623 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 13:18:25.795 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 30 refs 13:18:25.795 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.046s attempting to resolve any uninitialized derived attributes... 13:18:25.795 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 13:18:25.795 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 13:18:25.795 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 13:18:25.795 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s46ms [proxy update] 13:18:25.795 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 13:18:25.796 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 13:18:25.796 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 960 ms 13:18:25.796 [pool-395-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11114817099997540/test_workspaceCrosslinks[Neo4j]/db 13:18:25.801 [pool-395-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11114817099997540/test_workspaceCrosslinks[Neo4j]/db 13:18:25.807 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 13:18:25.807 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 13:18:25.808 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 13:18:25.808 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 13:18:26.812 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 13:18:26.816 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 588.108 s - in org.eclipse.hawk.neo4jv2.tests.Neo4J2IntegrationTestSuite set0[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 31.161 s tree[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 9.339 s treeWithSpaces[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 8.815 s treeCrossResourceContainment[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 8.44 s derivedEdgeCollection[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 9.655 s deriveThenAdd[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 8.713 s derivedEdgeSingle[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 10.152 s addThenIndex[Neo4j](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 10.735 s lookupWithIndex[Neo4j](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 9.851 s lookupWithoutIndex[Neo4j](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 7.785 s eContainersIsUpdatedRoot[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest) Time elapsed: 19.564 s queryEnumValues[Neo4j](org.eclipse.hawk.integration.tests.emf.EnumSupportTest) Time elapsed: 8.716 s metamodels[Neo4j](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 4.396 s elephantResolve[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 15.547 s zoo[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 6.006 s metamodel[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 5.872 s zoo[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 17.008 s bpmn[Neo4j](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest) Time elapsed: 55.925 s instanceCountsAllOf[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 9.118 s listFiles[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 9.4 s instanceCounts[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 8.867 s reverseRefs[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 7.719 s forwardRefs[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 9.027 s allContents[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 15.523 s subtreeTraversalScoping[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 15.114 s getAllOf[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 13.667 s getFiles[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 12.724 s getAllOfCountsSubtypes[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 12.398 s addChild[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 12.679 s addModel[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 8.054 s renameRoot[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 11.893 s eContainer[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 10.63 s removeChild[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 14.007 s renameChild[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 12.08 s upgradeModelProfileVersion[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 24.643 s stereotypeAsModel[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 15.357 s localfolderCrosslinks[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 15.557 s zoo[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 16.245 s indexLibraries[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 12.597 s customProfileV4[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 17.67 s customProfileV5[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 16.569 s modelProfileInsideRepository[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 24.184 s workspaceCrosslinks[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Time elapsed: 14.416 s Results: Tests run: 85, Failures: 0, Errors: 0, Skipped: 2 13:18:27.307 [Thread-4] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - SHUTDOWN HOOK INVOKED: (took ~0s to commit changes) [Pipeline] } [Pipeline] // container Post stage [Pipeline] junit Recording test results [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