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 eeffd8f4ad92ff64d86803c552a4db841593a49a Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz [Normal][hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz][Scheduled] Successfully assigned hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz to osnode-17.eclipse.org [Normal][hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "m2-repo" [Normal][hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "jenkins-home" [Normal][hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" [Normal][hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" [Normal][hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "toolchains-xml" [Normal][hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-tm47h" [Normal][hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-security-xml" [Normal][hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-xml" Still waiting to schedule task ‘hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz’ is offline [Normal][hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine [Normal][hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz][Created] Created container [Normal][hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz][Started] Started container [Normal][hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz][Pulling] pulling image "maven:3.6.3-jdk-8" [Normal][hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz][Pulled] Successfully pulled image "maven:3.6.3-jdk-8" [Normal][hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz][Created] Created container [Normal][hawk/hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz][Started] Started container Agent hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz is provisioned from template Hawk_Neo4j_support_master_124-2q6gl-h4g3l --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Neo4j%20support/job/master/124/" runUrl: "job/Hawk%20Neo4j%20support/job/master/124/" labels: jenkins: "slave" jenkins/label: "Hawk_Neo4j_support_master_124-2q6gl" name: "hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz" 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-124-2q6gl-h4g3l-7fhhz" - name: "JENKINS_NAME" value: "hawk-neo4j-support-master-124-2q6gl-h4g3l-7fhhz" - 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-124-2q6gl-h4g3l-7fhhz 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 Fetching without tags Checking out Revision eeffd8f4ad92ff64d86803c552a4db841593a49a (master) > 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 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 eeffd8f4ad92ff64d86803c552a4db841593a49a # timeout=10 Commit message: "Further adjustments to save memory" > git rev-list --no-walk ccf6270c43d138784090a89fa8725d42d6e13b6c # 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 10:08:53 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 10:08:53 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 06, 2020 10:09:00 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 10:09:00 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 06, 2020 10:09:26 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 10:09:26 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 06, 2020 10:09:27 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 10:09:27 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 06, 2020 10:09:32 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 10:09:32 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 22:12:26.899 [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: 155.766 s - in org.eclipse.hawk.neo4jv2.tests.Neo4J2BackendTestSuite addThenReuseIterable[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.84 s getMultipleMatches[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 4.187 s invalidIndexNames[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 6.17 s doubleExact[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.369 s removeByFullKey[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.738 s removeByNode[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.971 s removeByFieldNode[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.03 s indexNodeDeletionRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.43 s integerRanges[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.605 s integerExact[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 4.104 s indexKeyAdditionRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 2.757 s removeByNodeMultipleIndicesRemoveAll[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.07 s removeByNodeMultipleIndicesRemoveOne[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.28 s addPreservesPriorValue[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.212 s addNullMap[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.429 s query[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.454 s removeByNode3Arg[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.58 s removeByFullKeyInt[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.256 s nodeDelete[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.837 s queryWithPipes[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 2.798 s addNullValue[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 2.935 s removeByValueNode[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) skipped indexDeletionRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.661 s deleteRecreate[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.847 s floatingRanges[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.488 s removeByFullKeyDouble[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 2.83 s indexKeyRemovalRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 3.179 s testStartTransaction[Parameters are Neo4j](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 5.029 s testStartDelete[Parameters are Neo4j](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 5.906 s testStartShutdown[Parameters are Neo4j](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 3.046 s twoNodesBatchRemoveRel[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) skipped oneNode[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 3.219 s oneNodeProperty[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 3.488 s oneNodeRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 2.987 s oneNodeRemoveRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 3.237 s escapeInvalidClassCharacters[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 3.52 s escapeInvalidCharactersEdges[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 3.645 s escapeInvalidFieldCharacters[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 3.828 s twoNodesBatch[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 4.99 s oneNodeRemove[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 3.269 s oneNodeBatch[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 4.973 s threeNodesRemoveMiddle[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 3.345 s Running org.eclipse.hawk.neo4jv2.tests.Neo4J2IntegrationTestSuite 22:13:44.928 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:13:45.035 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:13:45.035 [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 22:13:45.038 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:13:45.038 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:13:45.038 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:13:45.038 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:13:45.040 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:13:45.040 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 22:13:45.040 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! updating indexer: 22:13:45.041 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:13:45.041 [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 22:13:45.042 [pool-105-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 22:13:45.443 [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] 22:13:45.443 [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] 22:13:45.443 [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 22:13:45.443 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:13:45.444 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:13:45.621 [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 22:13:45.621 [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 22:13:45.624 [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 22:13:45.624 [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 22:13:45.626 [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 22:13:45.626 [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 22:13:45.629 [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 22:13:45.634 [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 22:13:45.637 [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 22:13:45.643 [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 22:13:45.643 [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 22:13:45.643 [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 22:13:45.643 [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 22:13:45.643 [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 22:13:45.644 [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 22:13:45.644 [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 22:13:45.644 [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 22:13:45.644 [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 22:13:45.647 [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 22:13:45.647 [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 22:13:45.647 [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[] 22:13:45.647 [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 22:13:45.651 [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 22:13:45.651 [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 22:13:45.651 [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 22:13:45.651 [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 22:13:45.651 [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 22:13:45.651 [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 22:13:45.651 [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 22:13:45.651 [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 22:13:45.652 [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 22:13:45.652 [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 22:13:45.654 [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 22:13:45.715 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 22:13:45.722 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 22:13:45.726 [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 22:13:45.733 [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 22:13:45.740 [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 22:13:45.812 [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 22:13:45.868 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 22:13:45.870 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 22:13:45.918 [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 22:13:45.958 [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 22:13:45.958 [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 22:13:45.958 [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 22:13:46.137 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 22:13:46.137 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:13:46.422 [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 22:13:46.424 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:13:46.424 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:13:46.660 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:13:46.662 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:13:46.662 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:13:48.606 [pool-105-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7745109599133684573/test_set0[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:13:50.443 [pool-105-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:13:51.156 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 22:13:51.465 [pool-105-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:13:51.467 [pool-105-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:13:51.467 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 22:13:52.183 [pool-105-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7745109599133684573/test_set0[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:13:52.192 [pool-105-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 22:13:52.346 [pool-105-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 22:13:58.828 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding nodes: 50001 6 sec (6 sec total) to /set0.xmi 22:14:00.456 [pool-105-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69680 NODES AND 69680 M->MM REFERENCES! (took ~126922sec) 22:14:00.456 [pool-105-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 22:14:01.413 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding references: 50035 0 sec (0 sec total) to /set0.xmi 22:14:01.634 [pool-105-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69806 REFERENCES! (took ~1 sec) 22:14:01.634 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 11s191ms [pure insertion] marking any relevant derived attributes for update...22:14:01.634 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s56ms 22:14:01.690 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s56ms 22:14:01.690 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:14:01.690 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:14:01.691 [pool-105-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:14:04.019 [pool-105-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:14:04.019 [pool-105-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.329s attempting to resolve any uninitialized derived attributes... 22:14:04.019 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:14:04.019 [pool-105-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:14:04.020 [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... 22:14:04.021 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s333ms [proxy update] 22:14:04.023 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:14:04.023 [pool-105-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 69680 d elems 0 time ~17s validating changes... validating file UPDATED for /set0.xmi changed resource size: 69680 relevant graph size: 69680 validated changes... true 22:14:10.939 [pool-105-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 24 s 515 ms 22:14:11.113 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:14:11.113 [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 22:14:11.115 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:11.115 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:14:12.018 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:14:12.021 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:14:13.778 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:14:13.779 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:13.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 22:14:13.779 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:14:13.779 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:14:13.779 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:14:13.780 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:14:13.781 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:14:13.781 [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! 22:14:13.781 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:14:13.781 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:14:13.781 [pool-112-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 22:14:13.782 [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 22:14:13.788 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:14:13.788 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:14:13.853 [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 22:14:13.853 [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 22:14:13.857 [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 22:14:13.860 [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 22:14:13.860 [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[] 22:14:13.860 [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 22:14:13.860 [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 22:14:13.860 [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 22:14:13.860 [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 22:14:13.860 [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 22:14:13.860 [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 22:14:13.860 [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 22:14:13.860 [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 22:14:13.860 [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 22:14:13.861 [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 22:14:13.861 [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 22:14:13.861 [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 22:14:13.861 [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 22:14:13.861 [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 22:14:13.861 [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 22:14:13.861 [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 22:14:13.861 [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 22:14:13.861 [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 22:14:13.865 [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 22:14:13.867 [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 22:14:13.867 [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 22:14:13.867 [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 22:14:13.867 [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 22:14:13.867 [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 22:14:13.867 [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 22:14:13.867 [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 22:14:13.867 [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 22:14:13.868 [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 22:14:13.914 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 22:14:13.978 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 22:14:13.978 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:14:14.199 [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 22:14:14.211 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:14.211 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:14:14.213 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:14:14.215 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:14:14.215 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:14:15.588 [pool-112-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3730644189373325085/test_tree[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:14:15.597 [pool-112-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:14:16.137 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 22:14:16.364 [pool-112-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:14:16.365 [pool-112-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:14:16.365 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 22:14:17.048 [pool-112-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3730644189373325085/test_tree[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:14:17.056 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 22:14:17.057 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 22:14:17.057 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 22:14:17.057 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:14:17.058 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 1s461ms [pure insertion] marking any relevant derived attributes for update...22:14:17.058 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s24ms 22:14:17.082 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s24ms 22:14:17.082 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:14:17.082 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:14:17.082 [pool-112-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:14:18.837 [pool-112-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:14:18.837 [pool-112-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.755s attempting to resolve any uninitialized derived attributes... 22:14:18.837 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:14:18.838 [pool-112-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:14:18.838 [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... 22:14:18.838 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s757ms [proxy update] 22:14:18.839 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:14:18.839 [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 ~4s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 22:14:18.843 [pool-112-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 632 ms 22:14:18.856 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:14:18.856 [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 22:14:18.858 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:18.858 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:14:19.559 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:14:19.563 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:14:21.345 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:14:21.347 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:21.347 [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 22:14:21.347 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:14:21.347 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:14:21.347 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:14:21.347 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:14:21.348 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:14:21.348 [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! 22:14:21.349 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:14:21.349 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:14:21.349 [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 22:14:21.349 [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 22:14:21.353 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:14:21.353 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:14:21.447 [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 22:14:21.448 [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 22:14:21.448 [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[] 22:14:21.448 [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 22:14:21.449 [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 22:14:21.450 [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 22:14:21.450 [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 22:14:21.450 [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 22:14:21.451 [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 22:14:21.453 [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 22:14:21.453 [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 22:14:21.453 [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 22:14:21.454 [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 22:14:21.454 [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 22:14:21.454 [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 22:14:21.454 [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 22:14:21.454 [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 22:14:21.454 [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 22:14:21.454 [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 22:14:21.454 [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 22:14:21.454 [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 22:14:21.454 [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 22:14:21.454 [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 22:14:21.454 [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 22:14:21.455 [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 22:14:21.455 [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 22:14:21.455 [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 22:14:21.456 [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 22:14:21.456 [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 22:14:21.456 [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 22:14:21.456 [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 22:14:21.457 [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 22:14:21.457 [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 22:14:21.481 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 22:14:21.570 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 22:14:21.570 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:14:21.784 [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 22:14:21.785 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:21.785 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:14:21.786 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:14:21.788 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:14:21.788 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:14:23.214 [pool-119-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3831290827329316590/test_treeWithSpaces[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:14:23.220 [pool-119-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:14:23.869 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 22:14:24.207 [pool-119-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:14:24.208 [pool-119-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:14:24.208 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model... 22:14:24.949 [pool-119-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3831290827329316590/test_treeWithSpaces[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:14:24.957 [pool-119-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model 22:14:24.958 [pool-119-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 22:14:24.958 [pool-119-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 22:14:24.958 [pool-119-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:14:24.958 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model. 1s738ms [pure insertion] marking any relevant derived attributes for update...22:14:24.958 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s33ms 22:14:24.991 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s33ms 22:14:24.992 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:14:24.992 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:14:24.992 [pool-119-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:14:26.754 [pool-119-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:14:26.754 [pool-119-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.762s attempting to resolve any uninitialized derived attributes... 22:14:26.754 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:14:26.754 [pool-119-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:14:26.755 [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... 22:14:26.755 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s763ms [proxy update] 22:14:26.755 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:14:26.755 [pool-119-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 ~4s validating changes... validating file UPDATED for /tree%20with%20spaces/space%20tree.model changed resource size: 1 relevant graph size: 1 validated changes... true 22:14:26.759 [pool-119-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 974 ms 22:14:26.768 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:14:26.768 [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 22:14:26.769 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:26.769 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:14:27.577 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:14:27.581 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:14:29.530 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:14:29.532 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:29.532 [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 22:14:29.532 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:14:29.532 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:14:29.532 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:14:29.532 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:14:29.533 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:14:29.533 [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! 22:14:29.533 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:14:29.533 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:14:29.534 [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 22:14:29.534 [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 22:14:29.538 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:14:29.538 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:14:29.622 [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 22:14:29.622 [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 22:14:29.624 [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 22:14:29.624 [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 22:14:29.624 [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 22:14:29.624 [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 22:14:29.625 [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 22:14:29.625 [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 22:14:29.625 [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 22:14:29.625 [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 22:14:29.625 [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 22:14:29.626 [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 22:14:29.628 [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 22:14:29.628 [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 22:14:29.628 [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 22:14:29.628 [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[] 22:14:29.628 [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 22:14:29.628 [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 22:14:29.629 [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 22:14:29.629 [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 22:14:29.629 [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 22:14:29.629 [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 22:14:29.629 [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 22:14:29.630 [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 22:14:29.630 [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 22:14:29.630 [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 22:14:29.630 [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 22:14:29.630 [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 22:14:29.630 [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 22:14:29.631 [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 22:14:29.631 [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 22:14:29.631 [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 22:14:29.631 [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 22:14:29.666 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 22:14:29.772 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 22:14:29.772 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:14:30.035 [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 22:14:30.036 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:30.036 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:14:30.038 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:14:30.040 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:14:30.040 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:14:31.474 [pool-126-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2023691523961355269/test_treeCrossResourceContainment[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:14:31.480 [pool-126-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:14:32.101 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 22:14:32.408 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:14:32.409 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:14:32.409 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 22:14:33.108 [pool-126-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2023691523961355269/test_treeCrossResourceContainment[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:14:33.116 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 22:14:33.118 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 22:14:33.118 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 22:14:33.118 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:14:33.118 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 1s638ms [pure insertion] marking any relevant derived attributes for update...22:14:33.118 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s33ms 22:14:33.151 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s33ms 22:14:33.152 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /child.model... 22:14:33.152 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:14:33.154 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:14:33.154 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /child.model... 22:14:33.155 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /child.model 22:14:33.155 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 22:14:33.155 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /child.model 22:14:33.156 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:14:33.156 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /child.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...22:14:33.156 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:14:33.156 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:14:33.156 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:14:33.156 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:14:33.156 [pool-126-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:14:35.172 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 22:14:35.346 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 22:14:35.346 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.19s attempting to resolve any uninitialized derived attributes... 22:14:35.346 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:14:35.346 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:14:35.347 [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... 22:14:35.347 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s191ms [proxy update] 22:14:35.347 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:14:35.347 [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 /root.model validating file UPDATED for /child.model changed resource size: 3 relevant graph size: 3 validated changes... true 22:14:35.348 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 312 ms 22:14:35.358 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:14:35.359 [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 22:14:35.360 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:35.360 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:14:36.321 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:14:36.325 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:14:38.366 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:14:38.367 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:38.367 [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 22:14:38.367 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:14:38.367 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:14:38.367 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:14:38.367 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:14:38.369 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:14:38.369 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:14:38.369 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:14:38.369 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:14:38.369 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:14:38.369 [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 22:14:38.373 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:14:38.373 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:14:38.460 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 22:14:38.486 [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 22:14:38.486 [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 22:14:38.487 [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 22:14:38.488 [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 22:14:38.488 [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 22:14:38.488 [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 22:14:38.489 [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 22:14:38.489 [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 22:14:38.489 [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 22:14:38.489 [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[] 22:14:38.491 [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 22:14:38.491 [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 22:14:38.491 [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 22:14:38.491 [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 22:14:38.491 [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 22:14:38.491 [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 22:14:38.491 [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 22:14:38.492 [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 22:14:38.492 [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 22:14:38.492 [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 22:14:38.493 [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 22:14:38.493 [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 22:14:38.493 [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 22:14:38.493 [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 22:14:38.493 [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 22:14:38.494 [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 22:14:38.494 [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 22:14:38.494 [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 22:14:38.494 [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 22:14:38.494 [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 22:14:38.494 [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 22:14:38.494 [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 22:14:38.494 [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 22:14:38.583 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 22:14:38.583 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:14:38.770 [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 22:14:38.772 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:38.772 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:14:38.773 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:14:38.774 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:14:38.774 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:14:40.318 [pool-133-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7077364884002646795/test_derivedEdgeCollection[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:14:40.324 [pool-133-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:14:41.009 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 22:14:41.285 [pool-133-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:14:41.286 [pool-133-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:14:41.286 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 22:14:42.085 [pool-133-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7077364884002646795/test_derivedEdgeCollection[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:14:42.093 [pool-133-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 22:14:42.094 [pool-133-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec) 22:14:42.094 [pool-133-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 22:14:42.094 [pool-133-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 22:14:42.094 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 1s770ms [pure insertion] marking any relevant derived attributes for update...22:14:42.094 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s51ms 22:14:42.145 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s51ms 22:14:42.145 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:14:42.145 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:14:42.145 [pool-133-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:14:44.461 [pool-133-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:14:44.461 [pool-133-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.316s attempting to resolve any uninitialized derived attributes... 22:14:44.461 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:14:44.461 [pool-133-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:14:44.462 [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... 22:14:44.462 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s317ms [proxy update] 22:14:44.462 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:14:44.462 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:14:44.462 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 690 ms 22:14:44.462 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 22:14:44.465 [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; 22:14:44.614 [pool-133-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 22:14:44.650 [pool-133-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 22:14:44.655 [pool-133-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper 22:14:44.656 [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) 22:14:44.749 [pool-133-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.135s 22:14:44.749 [pool-133-thread-1] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 22:14:44.761 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:14:44.761 [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 22:14:44.762 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:44.763 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:14:46.540 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:14:46.544 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:14:48.568 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:14:48.573 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:48.573 [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 22:14:48.573 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:14:48.573 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:14:48.573 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:14:48.573 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:14:48.575 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:14:48.575 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:14:48.575 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:14:48.575 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:14:48.575 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:14:48.575 [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 22:14:48.579 [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 22:14:48.579 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:14:48.579 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:14:48.671 [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 22:14:48.704 [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 22:14:48.704 [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 22:14:48.704 [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 22:14:48.704 [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 22:14:48.704 [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 22:14:48.705 [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 22:14:48.707 [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 22:14:48.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 22:14:48.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 22:14:48.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 22:14:48.707 [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 22:14:48.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 22:14:48.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 22:14:48.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 22:14:48.707 [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 22:14:48.707 [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 22:14:48.707 [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 22:14:48.707 [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 22:14:48.707 [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 22:14:48.707 [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 22:14:48.707 [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 22:14:48.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 22:14:48.708 [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 22:14:48.708 [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 22:14:48.708 [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[] 22:14:48.708 [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 22:14:48.708 [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 22:14:48.709 [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 22:14:48.710 [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 22:14:48.710 [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 22:14:48.711 [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 22:14:48.712 [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 22:14:48.712 [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 22:14:48.818 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 22:14:48.818 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:14:48.818 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 22:14:48.819 [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; 22:14:48.935 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 22:14:49.156 [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 22:14:49.158 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:49.158 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:14:49.161 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:14:49.162 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:14:49.163 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:14:50.779 [pool-141-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4549200120124637810/test_deriveThenAdd[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:14:50.785 [pool-141-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:14:51.511 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 22:14:51.897 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:14:51.897 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:14:51.898 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 22:14:52.614 [pool-141-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4549200120124637810/test_deriveThenAdd[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:14:52.621 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 22:14:52.624 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:14:52.624 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 22:14:52.625 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:14:52.625 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 1s840ms [pure insertion] marking any relevant derived attributes for update...22:14:52.625 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s48ms 22:14:52.673 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s48ms 22:14:52.674 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 22:14:52.674 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:14:52.676 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:14:52.676 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 22:14:52.676 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 22:14:52.677 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:14:52.677 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 22:14:52.678 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:14:52.678 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...22:14:52.678 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:14:52.678 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:14:52.679 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 22:14:52.679 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:14:52.681 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:14:52.681 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 22:14:52.682 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 22:14:52.682 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:14:52.682 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 22:14:52.683 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:14:52.683 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...22:14:52.683 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:14:52.683 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:14:52.683 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:14:52.683 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:14:52.683 [pool-141-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:14:54.936 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 22:14:55.253 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 22:14:55.253 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.57s attempting to resolve any uninitialized derived attributes... 22:14:55.253 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:14:55.253 [pool-141-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:14:55.257 [pool-141-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 22:14:55.261 [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) 22:14:55.345 [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... 22:14:55.346 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s663ms [proxy update] 22:14:55.346 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:14:55.346 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:14:55.346 [pool-141-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 188 ms 22:14:55.350 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:14:55.350 [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 22:14:55.351 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:55.351 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:14:56.811 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:14:56.815 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:14:58.297 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:14:58.299 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:58.299 [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 22:14:58.299 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:14:58.299 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:14:58.299 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:14:58.299 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:14:58.300 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:14:58.300 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:14:58.300 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:14:58.301 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:14:58.301 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:14:58.301 [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 22:14:58.304 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:14:58.304 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:14:58.376 [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 22:14:58.376 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.377 [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 22:14:58.378 [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 22:14:58.378 [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 22:14:58.378 [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 22:14:58.378 [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 22:14:58.378 [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 22:14:58.378 [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 22:14:58.379 [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 22:14:58.379 [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 22:14:58.380 [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 22:14:58.380 [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 22:14:58.382 [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[] 22:14:58.382 [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 22:14:58.409 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 22:14:58.487 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 22:14:58.487 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:14:58.677 [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 22:14:58.678 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:14:58.678 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:14:58.680 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:14:58.681 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:14:58.681 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:15:00.116 [pool-149-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4174463149651193324/test_derivedEdgeSingle[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:15:00.122 [pool-149-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:15:00.670 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 22:15:00.934 [pool-149-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:15:00.935 [pool-149-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:15:00.935 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 22:15:01.585 [pool-149-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4174463149651193324/test_derivedEdgeSingle[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:15:01.593 [pool-149-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 22:15:01.594 [pool-149-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec) 22:15:01.594 [pool-149-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 22:15:01.594 [pool-149-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 22:15:01.594 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 1s472ms [pure insertion] marking any relevant derived attributes for update...22:15:01.594 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s25ms 22:15:01.619 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s25ms 22:15:01.619 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:15:01.619 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:15:01.619 [pool-149-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:15:03.338 [pool-149-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:15:03.338 [pool-149-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.719s attempting to resolve any uninitialized derived attributes... 22:15:03.338 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:15:03.338 [pool-149-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:15:03.339 [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... 22:15:03.339 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s720ms [proxy update] 22:15:03.339 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:15:03.339 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:15:03.339 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 661 ms 22:15:03.339 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 22:15:03.342 [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; 22:15:03.454 [pool-149-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 22:15:03.482 [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; 22:15:03.486 [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) 22:15:03.556 [pool-149-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.102s 22:15:03.557 [pool-149-thread-1] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 22:15:03.562 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:15:03.562 [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 22:15:03.563 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:15:03.563 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:15:05.073 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:15:05.077 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:15:06.618 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:15:06.620 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:15:06.620 [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 22:15:06.620 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:15:06.620 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:15:06.620 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:15:06.620 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:15:06.621 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:15:06.621 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:15:06.621 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:15:06.621 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:15:06.621 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:15:06.621 [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 22:15:06.626 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:15:06.626 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:15:06.757 [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 22:15:06.757 [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 22:15:06.758 [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 22:15:06.758 [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 22:15:06.758 [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[] 22:15:06.758 [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 22:15:06.758 [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 22:15:06.759 [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 22:15:06.759 [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 22:15:06.759 [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 22:15:06.759 [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 22:15:06.759 [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 22:15:06.761 [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 22:15:06.761 [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 22:15:06.761 [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 22:15:06.763 [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 22:15:06.763 [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 22:15:06.763 [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 22:15:06.763 [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 22:15:06.763 [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 22:15:06.763 [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 22:15:06.763 [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 22:15:06.763 [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 22:15:06.763 [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 22:15:06.765 [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 22:15:06.765 [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 22:15:06.765 [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 22:15:06.765 [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 22:15:06.765 [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 22:15:06.765 [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 22:15:06.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 22:15:06.765 [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 22:15:06.765 [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 22:15:06.796 [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 22:15:06.877 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 22:15:06.877 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:15:07.064 [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 22:15:07.065 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:15:07.065 [main] INFO o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 22:15:07.065 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:15:07.067 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:15:07.069 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:15:07.069 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:15:07.169 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 22:15:07.185 [main] INFO o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 22:15:08.562 [pool-157-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7121286585859781825/test_addThenIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:15:08.568 [pool-157-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:15:09.122 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 22:15:09.371 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:15:09.372 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:15:09.372 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 22:15:09.980 [pool-157-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7121286585859781825/test_addThenIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:15:09.988 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 22:15:09.990 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:15:09.990 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 22:15:09.990 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:15:09.990 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 1s422ms [pure insertion] marking any relevant derived attributes for update...22:15:09.990 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s33ms 22:15:10.023 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s33ms 22:15:10.024 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 22:15:10.024 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:15:10.026 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:15:10.026 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 22:15:10.027 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 22:15:10.027 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:15:10.027 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 22:15:10.028 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:15:10.028 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...22:15:10.028 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:15:10.028 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:15:10.029 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 22:15:10.029 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:15:10.031 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:15:10.031 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 22:15:10.031 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 22:15:10.032 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:15:10.032 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 22:15:10.032 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:15:10.032 [pool-157-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...22:15:10.032 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:15:10.032 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:15:10.032 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:15:10.032 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:15:10.032 [pool-157-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:15:12.364 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 22:15:12.586 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 22:15:12.586 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.554s attempting to resolve any uninitialized derived attributes... 22:15:12.586 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:15:12.586 [pool-157-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:15:12.587 [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... 22:15:12.587 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s556ms [proxy update] 22:15:12.588 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:15:12.589 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:15:12.589 [pool-157-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 524 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 22:15:12.593 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:15:12.593 [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 22:15:12.595 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:15:12.595 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:15:13.702 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:15:13.705 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:15:15.771 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:15:15.772 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:15:15.772 [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 22:15:15.772 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:15:15.772 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:15:15.772 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:15:15.772 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:15:15.775 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:15:15.775 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:15:15.775 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:15:15.775 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:15:15.775 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:15:15.775 [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 22:15:15.780 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:15:15.780 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:15:15.872 [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 22:15:15.875 [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 22:15:15.875 [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 22:15:15.875 [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 22:15:15.875 [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 22:15:15.875 [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 22:15:15.876 [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 22:15:15.876 [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 22:15:15.876 [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 22:15:15.876 [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[] 22:15:15.877 [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 22:15:15.877 [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 22:15:15.878 [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 22:15:15.878 [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 22:15:15.878 [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 22:15:15.878 [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 22:15:15.879 [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 22:15:15.879 [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 22:15:15.879 [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 22:15:15.879 [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 22:15:15.879 [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 22:15:15.879 [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 22:15:15.879 [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 22:15:15.880 [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 22:15:15.880 [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 22:15:15.880 [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 22:15:15.880 [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 22:15:15.880 [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 22:15:15.880 [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 22:15:15.880 [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 22:15:15.880 [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 22:15:15.880 [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 22:15:15.880 [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 22:15:15.925 [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 22:15:16.080 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 22:15:16.080 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:15:16.080 [main] INFO o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 22:15:16.164 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 22:15:16.188 [main] INFO o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 22:15:16.442 [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 22:15:16.443 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:15:16.444 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:15:16.445 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:15:16.447 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:15:16.447 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:15:18.240 [pool-165-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9072954943669292518/test_lookupWithIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:15:18.246 [pool-165-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:15:19.019 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 22:15:19.358 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:15:19.359 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:15:19.359 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 22:15:20.117 [pool-165-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9072954943669292518/test_lookupWithIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:15:20.124 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 22:15:20.126 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:15:20.126 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 22:15:20.127 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:15:20.127 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 1s881ms [pure insertion] marking any relevant derived attributes for update...22:15:20.127 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s49ms 22:15:20.176 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s49ms 22:15:20.177 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 22:15:20.177 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:15:20.179 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:15:20.179 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 22:15:20.180 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 22:15:20.180 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:15:20.180 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 22:15:20.180 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:15:20.181 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...22:15:20.181 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:15:20.181 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:15:20.181 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 22:15:20.181 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:15:20.183 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:15:20.183 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 22:15:20.184 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 22:15:20.185 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:15:20.185 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 22:15:20.185 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:15:20.185 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...22:15:20.185 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:15:20.185 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:15:20.185 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:15:20.185 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:15:20.185 [pool-165-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:15:22.319 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 22:15:22.565 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 22:15:22.565 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.38s attempting to resolve any uninitialized derived attributes... 22:15:22.565 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:15:22.565 [pool-165-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:15:22.566 [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... 22:15:22.566 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s382ms [proxy update] 22:15:22.567 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:15:22.567 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:15:22.567 [pool-165-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 123 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 22:15:22.571 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:15:22.571 [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 22:15:22.572 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:15:22.572 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:15:23.538 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:15:23.542 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:15:25.050 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:15:25.051 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:15:25.051 [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 22:15:25.051 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:15:25.051 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:15:25.051 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:15:25.051 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:15:25.053 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:15:25.053 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:15:25.053 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:15:25.053 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:15:25.053 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:15:25.053 [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 22:15:25.057 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:15:25.057 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:15:25.178 [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 22:15:25.194 [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 22:15:25.196 [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 22:15:25.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 22:15:25.196 [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 22:15:25.196 [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 22:15:25.196 [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 22:15:25.196 [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 22:15:25.197 [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 22:15:25.197 [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 22:15:25.197 [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 22:15:25.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 22:15:25.197 [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 22:15:25.197 [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 22:15:25.197 [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 22:15:25.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 22:15:25.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 22:15:25.198 [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 22:15:25.198 [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[] 22:15:25.198 [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 22:15:25.198 [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 22:15:25.199 [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 22:15:25.199 [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 22:15:25.199 [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 22:15:25.199 [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 22:15:25.199 [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 22:15:25.199 [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 22:15:25.200 [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 22:15:25.200 [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 22:15:25.200 [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 22:15:25.200 [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 22:15:25.201 [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 22:15:25.201 [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 22:15:25.201 [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 22:15:25.267 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 22:15:25.267 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:15:25.471 [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 22:15:25.473 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:15:25.473 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:15:25.475 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:15:25.476 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:15:25.476 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:15:26.860 [pool-173-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6684502772766597357/test_lookupWithoutIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:15:26.866 [pool-173-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:15:27.449 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 22:15:27.686 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:15:27.687 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:15:27.687 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 22:15:28.312 [pool-173-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6684502772766597357/test_lookupWithoutIndex[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:15:28.320 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 22:15:28.321 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:15:28.321 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 22:15:28.321 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:15:28.321 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 1s455ms [pure insertion] marking any relevant derived attributes for update...22:15:28.321 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s33ms 22:15:28.354 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s33ms 22:15:28.355 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 22:15:28.355 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:15:28.357 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:15:28.357 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 22:15:28.357 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 22:15:28.358 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:15:28.358 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 22:15:28.358 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:15:28.358 [pool-173-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...22:15:28.358 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:15:28.358 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:15:28.359 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 22:15:28.359 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:15:28.361 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:15:28.361 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 22:15:28.362 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 22:15:28.362 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:15:28.362 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 22:15:28.362 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:15:28.362 [pool-173-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...22:15:28.362 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:15:28.362 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:15:28.363 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:15:28.363 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:15:28.363 [pool-173-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:15:30.335 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 22:15:30.535 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 22:15:30.535 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.172s attempting to resolve any uninitialized derived attributes... 22:15:30.535 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:15:30.535 [pool-173-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:15:30.536 [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... 22:15:30.536 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s173ms [proxy update] 22:15:30.536 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:15:30.536 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:15:30.536 [pool-173-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 63 ms 22:15:30.540 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:15:30.540 [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 22:15:30.542 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:15:30.542 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:15:31.285 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:15:31.288 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:15:33.346 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:15:33.347 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:15:33.347 [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 22:15:33.347 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:15:33.347 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:15:33.347 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:15:33.347 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:15:33.348 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 22:15:33.349 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:15:33.349 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:15:33.349 [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... changed resource size: 0 relevant graph size: 0 validated changes... true 22:15:33.349 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:15:33.349 [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 22:15:33.352 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:15:33.352 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:15:33.447 [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 22:15:33.447 [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 22:15:33.447 [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 22:15:33.447 [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 22:15:33.447 [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 22:15:33.447 [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 22:15:33.447 [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 22:15:33.447 [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 22:15:33.448 [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 22:15:33.449 [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 22:15:33.449 [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 22:15:33.449 [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 22:15:33.449 [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 22:15:33.449 [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 22:15:33.449 [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 22:15:33.450 [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 22:15:33.450 [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 22:15:33.450 [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 22:15:33.450 [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 22:15:33.451 [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[] 22:15:33.451 [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 22:15:33.451 [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 22:15:33.451 [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 22:15:33.452 [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 22:15:33.452 [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 22:15:33.452 [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 22:15:33.452 [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 22:15:33.452 [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 22:15:33.453 [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 22:15:33.453 [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 22:15:33.453 [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 22:15:33.453 [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 22:15:33.453 [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 22:15:33.513 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 22:15:33.513 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:15:33.513 [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 22:15:33.515 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:15:33.515 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:15:33.596 [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 22:15:33.596 [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 22:15:33.597 [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 22:15:33.597 [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 22:15:33.597 [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 22:15:33.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 22:15:33.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 22:15:33.597 [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 22:15:33.597 [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 22:15:33.597 [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 22:15:33.597 [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 22:15:33.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 22:15:33.597 [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 22:15:33.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 22:15:33.597 [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[] 22:15:33.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 22:15:33.597 [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 22:15:33.597 [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 22:15:33.597 [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 22:15:33.597 [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 22:15:33.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 22:15:33.597 [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 22:15:33.597 [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 22:15:33.597 [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 22:15:33.597 [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 22:15:33.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 22:15:33.597 [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 22:15:33.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 22:15:33.598 [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 22:15:33.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 22:15:33.598 [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 22:15:33.598 [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 22:15:33.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 22:15:33.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 22:15:33.598 [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 22:15:33.598 [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 22:15:33.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 22:15:33.598 [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 22:15:33.598 [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 22:15:33.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 22:15:33.598 [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 22:15:33.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 22:15:33.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 22:15:33.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 22:15:33.598 [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 22:15:33.598 [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 22:15:33.598 [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 22:15:33.598 [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 22:15:33.598 [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 22:15:33.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 22:15:33.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 22:15:33.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 22:15:33.598 [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 22:15:33.598 [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 22:15:33.598 [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 22:15:33.599 [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 22:15:33.599 [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 22:15:33.599 [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[] 22:15:33.599 [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 22:15:33.646 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 22:15:33.646 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:15:33.646 [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 22:15:33.647 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:15:33.647 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:15:33.723 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 22:15:33.771 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 22:15:33.771 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:15:34.008 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3502117967183273072/:org.eclipse.hawk.localfolder.LocalFolder:false 22:15:34.010 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:15:34.010 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:15:34.012 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:15:34.013 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:15:34.013 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:15:36.041 [pool-180-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7624114519430832945/test_eContainersIsUpdatedRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:15:36.057 [pool-180-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:15:37.019 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childB.xmi... 22:15:37.343 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:15:37.344 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:15:37.344 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childB.xmi... 22:15:38.118 [pool-180-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7624114519430832945/test_eContainersIsUpdatedRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:15:38.125 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childB.xmi 22:15:38.126 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 22:15:38.126 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childB.xmi 22:15:38.126 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:15:38.126 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childB.xmi. 2s69ms [pure insertion] marking any relevant derived attributes for update...22:15:38.126 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s51ms 22:15:38.177 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s51ms 22:15:38.186 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childAA.xmi... 22:15:38.186 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:15:38.187 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:15:38.187 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childAA.xmi... 22:15:38.187 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childAA.xmi 22:15:38.187 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 22:15:38.187 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childAA.xmi 22:15:38.187 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:15:38.187 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childAA.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...22:15:38.187 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:15:38.187 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:15:38.214 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childA.xmi... 22:15:38.214 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:15:38.215 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:15:38.215 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childA.xmi... 22:15:38.215 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childA.xmi 22:15:38.216 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 22:15:38.216 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childA.xmi 22:15:38.216 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:15:38.216 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childA.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...22:15:38.216 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:15:38.216 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:15:38.224 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 22:15:38.224 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:15:38.225 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:15:38.225 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 22:15:38.225 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 22:15:38.226 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 22:15:38.226 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 22:15:38.226 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:15:38.226 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...22:15:38.226 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:15:38.226 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:15:38.226 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:15:38.226 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:15:38.226 [pool-180-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:15:40.538 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/6 proxy references (0 sec total) 22:15:40.914 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs 22:15:40.914 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.688s attempting to resolve any uninitialized derived attributes... 22:15:40.914 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:15:40.914 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:15:40.914 [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... 22:15:40.914 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s688ms [proxy update] 22:15:40.914 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:15:40.914 [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 ~6s validating changes... validating file UPDATED for /childB.xmi validating file UPDATED for /childAA.xmi validating file UPDATED for /childA.xmi validating file UPDATED for /root.xmi changed resource size: 4 relevant graph size: 4 validated changes... true 22:15:40.916 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 906 ms 22:15:40.916 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers... 22:15:40.918 [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); 22:15:41.021 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers 22:15:41.058 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 22:15:41.061 [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) 22:15:41.149 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.128s 22:15:41.149 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::allContainers. 22:15:41.152 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:15:41.153 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:15:41.154 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:15:41.154 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:15:43.008 [pool-180-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7624114519430832945/test_eContainersIsUpdatedRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:15:43.022 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 22:15:43.024 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:15:43.025 [pool-180-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:15:44.069 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 22:15:44.070 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 22:15:44.070 [pool-180-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 22:15:44.070 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /root.xmi... 22:15:44.071 [pool-180-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 22:15:44.074 [pool-180-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.003s 22:15:45.877 [pool-180-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7624114519430832945/test_eContainersIsUpdatedRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:15:45.885 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 22:15:45.886 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 22:15:45.886 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 22:15:45.886 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:15:45.886 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /root.xmi. 2s864ms [pure insertion] marking any relevant derived attributes for update...22:15:45.886 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 22:15:45.888 [pool-180-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 2s585ms 22:15:48.471 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 2s585ms 22:15:48.471 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:15:48.471 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:15:48.473 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 22:15:48.706 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs 22:15:48.706 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.235s attempting to resolve any uninitialized derived attributes... 22:15:48.706 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:15:48.706 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:15:48.709 [pool-180-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 22:15:48.710 [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) 22:15:48.783 [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... 22:15:48.783 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 22:15:48.783 [pool-180-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 22:15:48.785 [pool-180-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers 0s419ms [proxy update] 22:15:48.890 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:15:48.890 [pool-180-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 ~7s validating changes... validating file UPDATED for /root.xmi changed resource size: 1 relevant graph size: 1 validated changes... true 22:15:48.891 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 739 ms 22:15:48.894 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:15:48.894 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3502117967183273072/:org.eclipse.hawk.localfolder.LocalFolder:false 22:15:48.895 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:15:48.895 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:15:50.833 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:15:50.838 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:15:52.870 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:15:52.871 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:15:52.871 [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 22:15:52.871 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:15:52.871 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:15:52.871 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:15:52.871 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:15:52.872 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:15:52.873 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:15:52.873 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:15:52.873 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:15:52.873 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:15:52.873 [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 22:15:52.878 [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 22:15:52.878 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:15:52.878 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:15:52.962 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 22:15:52.963 [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 22:15:52.989 [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 22:15:52.989 [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 22:15:52.989 [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 22:15:52.990 [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 22:15:52.990 [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 22:15:52.990 [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 22:15:52.990 [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 22:15:52.990 [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 22:15:52.992 [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 22:15:52.992 [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 22:15:52.992 [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 22:15:52.992 [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 22:15:52.992 [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 22:15:52.993 [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 22:15:52.993 [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[] 22:15:52.993 [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 22:15:52.994 [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 22:15:52.994 [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 22:15:52.994 [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 22:15:52.994 [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 22:15:52.994 [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 22:15:52.994 [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 22:15:52.994 [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 22:15:52.994 [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 22:15:52.994 [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 22:15:52.994 [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 22:15:52.994 [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 22:15:52.994 [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 22:15:52.994 [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 22:15:52.994 [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 22:15:52.994 [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 22:15:52.995 [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 22:15:52.995 [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 22:15:53.078 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 22:15:53.078 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:15:53.265 [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 22:15:53.266 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:15:53.266 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:15:53.267 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:15:53.269 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:15:53.269 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:15:54.655 [pool-188-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4014699947044800800/test_queryEnumValues[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:15:54.660 [pool-188-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:15:55.317 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 22:15:55.622 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:15:55.623 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:15:55.623 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /colored-tree.model... 22:15:56.373 [pool-188-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4014699947044800800/test_queryEnumValues[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:15:56.380 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /colored-tree.model 22:15:56.381 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:15:56.381 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /colored-tree.model 22:15:56.382 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 22:15:56.382 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /colored-tree.model. 1s722ms [pure insertion] marking any relevant derived attributes for update...22:15:56.382 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s33ms 22:15:56.415 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s33ms 22:15:56.415 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:15:56.415 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:15:56.415 [pool-188-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:15:58.193 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:15:58.193 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.778s attempting to resolve any uninitialized derived attributes... 22:15:58.193 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:15:58.193 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:15:58.193 [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... 22:15:58.193 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s778ms [proxy update] 22:15:58.193 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:15:58.194 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:15:58.194 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 928 ms 22:15:58.199 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:15:58.199 [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 22:15:58.200 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:15:58.200 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:15:59.051 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:15:59.054 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:16:01.070 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:16:01.072 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:16:01.072 [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 22:16:01.072 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:16:01.072 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:16:01.072 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:16:01.072 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:16:01.073 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:16:01.073 [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! 22:16:01.073 [pool-195-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:16:01.073 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:16:01.074 [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 22:16:01.074 [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 22:16:01.091 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:16:01.091 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:16:01.188 [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 22:16:01.190 [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 22:16:01.190 [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 22:16:01.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 22:16:01.190 [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[] 22:16:01.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 22:16:01.190 [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 22:16:01.190 [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 22:16:01.191 [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 22:16:01.191 [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 22:16:01.192 [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 22:16:01.192 [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 22:16:01.192 [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 22:16:01.192 [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 22:16:01.192 [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 22:16:01.193 [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 22:16:01.193 [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 22:16:01.193 [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 22:16:01.193 [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 22:16:01.193 [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 22:16:01.193 [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 22:16:01.193 [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 22:16:01.193 [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 22:16:01.193 [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 22:16:01.193 [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 22:16:01.193 [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 22:16:01.194 [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 22:16:01.194 [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 22:16:01.232 [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 22:16:01.232 [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 22:16:01.233 [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 22:16:01.233 [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 22:16:01.233 [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 22:16:01.273 [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 22:16:01.273 [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 22:16:01.273 [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 22:16:01.273 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 22:16:01.273 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 22:16:01.276 [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 22:16:01.277 [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 22:16:01.312 [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 22:16:01.312 [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 22:16:01.366 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 22:16:01.367 [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 22:16:01.368 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 22:16:01.555 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 22:16:01.555 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:16:01.560 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:16:01.560 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:16:01.561 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:16:01.561 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:16:03.499 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:16:03.501 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:16:05.404 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:16:05.405 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:16:05.405 [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 22:16:05.405 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:16:05.405 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:16:05.405 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:16:05.405 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:16:05.406 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:16:05.406 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:16:05.406 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:16:05.406 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:16:05.407 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:16:05.407 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:16:05.618 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 22:16:05.618 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 22:16:05.619 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 22:16:05.619 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 22:16:05.619 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 22:16:05.619 [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 22:16:05.619 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:16:05.619 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:16:05.745 [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 22:16:05.745 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 22:16:05.745 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 22:16:05.796 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 22:16:05.861 [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 22:16:05.861 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 22:16:05.861 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 22:16:05.967 [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 22:16:05.967 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 22:16:05.967 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 22:16:06.513 [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 22:16:06.513 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 22:16:06.802 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 22:16:06.802 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:16:06.989 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5503332036267043012/:org.eclipse.hawk.localfolder.LocalFolder:false 22:16:06.990 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:16:06.990 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:16:07.275 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:16:07.277 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:16:07.277 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:16:09.072 [pool-198-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5503332036267043012/test_elephantResolve[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:16:09.099 [pool-198-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:16:09.746 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 22:16:10.048 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:10.048 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:10.048 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 22:16:10.773 [pool-198-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5503332036267043012/test_elephantResolve[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:16:10.782 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 22:16:10.971 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 22:16:10.971 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 22:16:10.972 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:16:10.972 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 1s873ms [pure insertion] marking any relevant derived attributes for update...22:16:10.972 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s60ms 22:16:11.032 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s60ms 22:16:11.032 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:16:11.032 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:16:11.032 [pool-198-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:16:12.957 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 22:16:13.068 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 3 proxy ref lists left after resolving 2 refs 22:16:13.068 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.036s attempting to resolve any uninitialized derived attributes... 22:16:13.068 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:16:13.068 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:16:13.069 [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... 22:16:13.069 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s37ms [proxy update] 22:16:13.069 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:16:13.069 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:16:13.069 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 79 ms 22:16:13.070 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:16:13.163 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:16:13.164 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:16:13.164 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:16:14.501 [pool-198-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5503332036267043012/test_elephantResolve[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:16:14.510 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 22:16:14.513 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:14.513 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:14.513 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 22:16:14.514 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 22:16:14.766 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 22:16:14.766 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 22:16:14.768 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 22:16:14.768 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s258ms [pure insertion] marking any relevant derived attributes for update...22:16:14.768 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:14.769 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:14.770 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 22:16:14.770 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:14.811 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:14.811 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 22:16:14.812 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 22:16:14.921 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 22:16:14.921 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 22:16:14.922 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 22:16:14.922 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s152ms [pure insertion] marking any relevant derived attributes for update...22:16:14.922 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:14.922 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:14.922 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:16:14.922 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:16:14.922 [pool-198-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:16:16.757 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 22:16:16.871 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 7 proxy ref lists left after resolving 12 refs 22:16:16.871 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.949s attempting to resolve any uninitialized derived attributes... 22:16:16.871 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:16:16.871 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:16:16.872 [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... 22:16:16.872 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s951ms [proxy update] 22:16:16.873 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:16:16.873 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:16:16.873 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 803 ms 22:16:16.873 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:16:16.873 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5503332036267043012/:org.eclipse.hawk.localfolder.LocalFolder:false 22:16:16.875 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:16:16.875 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:16:17.814 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:16:17.818 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:16:19.900 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:16:19.901 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:16:19.901 [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 22:16:19.901 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:16:19.901 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:16:19.901 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:16:19.901 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:16:19.903 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:16:19.903 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:16:19.903 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:16:19.903 [pool-205-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:16:19.903 [pool-205-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:16:19.903 [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 22:16:19.929 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:16:19.929 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:16:20.036 [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 22:16:20.036 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 22:16:20.037 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 22:16:20.079 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 22:16:20.152 [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 22:16:20.152 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 22:16:20.152 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 22:16:20.258 [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 22:16:20.258 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 22:16:20.258 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 22:16:20.729 [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 22:16:20.729 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 22:16:21.101 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 22:16:21.101 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:16:21.313 [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 22:16:21.314 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:16:21.314 [pool-205-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: Warning, monitor is inactive, synchronisation failed! 22:16:21.314 [pool-205-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. SYNCHRONISATION ERROR 22:16:21.314 [pool-205-thread-1] ERROR o.e.h.c.r.CompositeStateListener - Update FAILED! 22:16:21.314 [pool-205-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (failure). 0 s 0 ms 22:16:21.410 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:16:21.410 [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 22:16:21.411 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:16:21.411 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:16:23.737 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:16:23.740 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:16:25.773 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:16:25.774 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:16:25.774 [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 22:16:25.774 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:16:25.774 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:16:25.774 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:16:25.774 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:16:25.775 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:16:25.776 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:16:25.776 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:16:25.776 [pool-209-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:16:25.776 [pool-209-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:16:25.776 [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 22:16:25.793 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:16:25.793 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:16:25.910 [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 22:16:25.910 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 22:16:25.910 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 22:16:25.959 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 22:16:26.041 [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 22:16:26.041 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 22:16:26.041 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 22:16:26.115 [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 22:16:26.115 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 22:16:26.115 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 22:16:26.727 [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 22:16:26.727 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 22:16:27.008 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 22:16:27.008 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 22:16:27.008 [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 22:16:27.024 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:16:27.024 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:16:27.029 [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! 22:16:27.029 [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! 22:16:27.029 [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! 22:16:27.029 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 22:16:27.029 [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! 22:16:27.029 [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! 22:16:27.029 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 22:16:27.029 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:16:27.031 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:16:27.031 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:16:27.032 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:16:27.032 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:16:28.910 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:16:28.913 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:16:31.030 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:16:31.031 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:16:31.031 [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 22:16:31.031 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:16:31.031 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:16:31.031 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:16:31.031 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:16:31.032 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:16:31.032 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:16:31.032 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:16:31.033 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:16:31.033 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:16:31.033 [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 22:16:31.047 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:16:31.047 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:16:31.148 [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 22:16:31.148 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 22:16:31.148 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 22:16:31.191 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 22:16:31.256 [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 22:16:31.256 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 22:16:31.256 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 22:16:31.320 [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 22:16:31.320 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 22:16:31.320 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 22:16:31.642 [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 22:16:31.642 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 22:16:31.947 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~0 sec) 22:16:31.947 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 22:16:31.947 [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 22:16:31.968 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:16:31.968 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:16:31.974 [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! 22:16:31.974 [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! 22:16:31.974 [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! 22:16:31.974 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 22:16:31.974 [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! 22:16:31.974 [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! 22:16:31.974 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 22:16:31.974 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:16:32.184 [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 22:16:32.185 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:16:32.186 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:16:32.245 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:16:32.251 [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/ 22:16:32.251 [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/ 22:16:32.252 [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/ 22:16:32.253 [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/ 22:16:32.253 [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/ 22:16:32.253 [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/ 22:16:32.253 [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/ 22:16:32.253 [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/ 22:16:32.254 [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/ 22:16:32.254 [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/ 22:16:32.310 [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/ 22:16:32.311 [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/ 22:16:32.311 [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/ 22:16:32.311 [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/ 22:16:32.311 [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/ 22:16:32.312 [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/ 22:16:32.312 [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/ 22:16:32.312 [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/ 22:16:32.312 [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/ 22:16:32.313 [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/ 22:16:32.313 [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/ 22:16:32.313 [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/ 22:16:32.314 [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/ 22:16:32.314 [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/ 22:16:32.315 [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/ 22:16:32.315 [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/ 22:16:32.315 [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/ 22:16:32.315 [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/ 22:16:32.316 [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/ 22:16:32.316 [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/ 22:16:32.316 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:16:32.316 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:16:34.251 [pool-212-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6368348676605314111/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:16:34.257 [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) 22:16:34.261 [pool-212-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:16:34.917 [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... 22:16:35.226 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:35.227 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:35.227 [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... 22:16:36.026 [pool-212-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6368348676605314111/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:16:36.037 [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 22:16:36.048 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:36.049 [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 22:16:36.049 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.049 [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. 1s788ms [pure insertion] marking any relevant derived attributes for update...22:16:36.049 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s45ms 22:16:36.094 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s45ms 22:16:36.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/4e477e48-35b4-11df-9280-001302895b2b.exml... 22:16:36.095 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.096 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.096 [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... 22:16:36.097 [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 22:16:36.104 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:36.104 [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 22:16:36.105 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.105 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:36.105 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.105 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.106 [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... 22:16:36.106 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.106 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.107 [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... 22:16:36.107 [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 22:16:36.117 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 22:16:36.117 [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 22:16:36.118 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:16:36.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/00bc2f68-0000-0fd8-0000-000000000000.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...22:16:36.118 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.118 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.119 [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... 22:16:36.119 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.120 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.120 [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... 22:16:36.120 [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 22:16:36.127 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:36.127 [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 22:16:36.127 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.127 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:36.127 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.127 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.128 [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... 22:16:36.128 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.129 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.129 [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... 22:16:36.129 [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 22:16:36.136 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:36.136 [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 22:16:36.137 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.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/ee06097f-de99-11de-905b-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:36.137 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.137 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.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/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml... 22:16:36.137 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.138 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.138 [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... 22:16:36.138 [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 22:16:36.148 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:36.148 [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 22:16:36.149 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:36.149 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...22:16:36.149 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.149 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.149 [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... 22:16:36.149 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.150 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.150 [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... 22:16:36.150 [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 22:16:36.157 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:36.157 [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 22:16:36.158 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.158 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:36.158 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.158 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.158 [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... 22:16:36.158 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.159 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.159 [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... 22:16:36.159 [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 22:16:36.165 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:16:36.165 [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 22:16:36.166 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.166 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:36.166 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.166 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.167 [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... 22:16:36.167 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.168 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.168 [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... 22:16:36.168 [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 22:16:36.226 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 22:16:36.226 [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 22:16:36.229 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 22:16:36.229 [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. 0s62ms [pure insertion] marking any relevant derived attributes for update...22:16:36.229 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.229 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.230 [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... 22:16:36.230 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.231 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.231 [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... 22:16:36.231 [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 22:16:36.419 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 22:16:36.419 [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 22:16:36.420 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.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-0007-0000-000000000000.exml. 0s190ms [pure insertion] marking any relevant derived attributes for update...22:16:36.420 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.420 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.420 [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... 22:16:36.421 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.422 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.422 [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... 22:16:36.422 [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 22:16:36.431 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:36.431 [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 22:16:36.431 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.431 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:36.431 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:36.432 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:36.432 [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... 22:16:36.432 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.511 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.511 [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... 22:16:36.511 [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 22:16:36.518 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:36.518 [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 22:16:36.519 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.519 [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. 0s87ms [pure insertion] marking any relevant derived attributes for update...22:16:36.519 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.519 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.520 [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... 22:16:36.520 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.521 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.521 [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... 22:16:36.521 [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 22:16:36.545 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:36.545 [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 22:16:36.556 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.556 [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. 0s36ms [pure insertion] marking any relevant derived attributes for update...22:16:36.556 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.556 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.557 [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... 22:16:36.557 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.558 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.558 [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... 22:16:36.558 [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 22:16:36.570 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:36.570 [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 22:16:36.570 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.570 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...22:16:36.570 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:36.571 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:36.571 [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... 22:16:36.610 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.611 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.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/67694a37-c2f9-11de-8ac8-001302895b2b.exml... 22:16:36.612 [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 22:16:36.620 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:36.620 [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 22:16:36.621 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.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/67694a37-c2f9-11de-8ac8-001302895b2b.exml. 0s50ms [pure insertion] marking any relevant derived attributes for update...22:16:36.621 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.621 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.621 [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... 22:16:36.621 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.622 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.622 [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... 22:16:36.623 [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 22:16:36.629 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:36.629 [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 22:16:36.629 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.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/aa99ee06-c495-11de-ada1-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:36.629 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.629 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.630 [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... 22:16:36.630 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.631 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.631 [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... 22:16:36.631 [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 22:16:36.637 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:36.637 [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 22:16:36.637 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.637 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:36.637 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:36.638 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:36.638 [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... 22:16:36.638 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.639 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.639 [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... 22:16:36.640 [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 22:16:36.654 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 22:16:36.654 [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 22:16:36.656 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 22:16:36.656 [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. 0s18ms [pure insertion] marking any relevant derived attributes for update...22:16:36.656 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:36.657 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:36.657 [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... 22:16:36.657 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.658 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.658 [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... 22:16:36.658 [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 22:16:36.816 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:36.816 [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 22:16:36.816 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.816 [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. 0s159ms [pure insertion] marking any relevant derived attributes for update...22:16:36.816 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.816 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.817 [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... 22:16:36.817 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.818 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.818 [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... 22:16:36.818 [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 22:16:36.823 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:36.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-0200-0000-000000000000.exml 22:16:36.823 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.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-0200-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...22:16:36.823 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.823 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.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/c37f01cf-273e-11e1-b78e-00137282c51b.exml... 22:16:36.824 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.911 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.911 [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... 22:16:36.911 [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 22:16:36.914 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:36.914 [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 22:16:36.915 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.915 [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. 0s91ms [pure insertion] marking any relevant derived attributes for update...22:16:36.915 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.915 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.915 [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... 22:16:36.915 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.929 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.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/00bc3ac0-0000-0d9a-0000-000000000000.exml... 22:16:36.930 [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 22:16:36.933 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:36.933 [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 22:16:36.933 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:36.933 [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. 0s18ms [pure insertion] marking any relevant derived attributes for update...22:16:36.933 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:36.934 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:36.934 [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... 22:16:36.934 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.938 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.938 [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... 22:16:36.938 [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 22:16:36.944 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 22:16:36.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/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml 22:16:36.947 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 22:16:36.947 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...22:16:36.947 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.947 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.948 [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... 22:16:36.948 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.955 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.955 [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... 22:16:36.955 [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 22:16:36.961 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 22:16:36.961 [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 22:16:36.962 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 22:16:36.962 [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. 0s14ms [pure insertion] marking any relevant derived attributes for update...22:16:36.962 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:36.962 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:36.962 [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... 22:16:36.962 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:36.972 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:36.972 [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... 22:16:37.010 [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 22:16:37.014 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.014 [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 22:16:37.014 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.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/01ec12fc-0000-0a37-0000-000000000000.exml. 0s52ms [pure insertion] marking any relevant derived attributes for update...22:16:37.014 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.014 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.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/01ec1228-0000-12f8-0000-000000000000.exml... 22:16:37.015 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.022 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.022 [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... 22:16:37.029 [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 22:16:37.033 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.033 [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 22:16:37.033 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.033 [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. 0s18ms [pure insertion] marking any relevant derived attributes for update...22:16:37.033 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.033 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.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/002005c0-0001-0011-0000-000000000000.exml... 22:16:37.034 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.035 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.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/002005c0-0001-0011-0000-000000000000.exml... 22:16:37.038 [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 22:16:37.041 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.041 [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 22:16:37.041 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.041 [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...22:16:37.041 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:37.042 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:37.042 [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... 22:16:37.042 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.043 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.043 [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... 22:16:37.044 [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 22:16:37.050 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec) 22:16:37.050 [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 22:16:37.052 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 22:16:37.052 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...22:16:37.052 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.052 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.053 [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... 22:16:37.053 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.054 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.054 [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... 22:16:37.054 [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 22:16:37.058 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.058 [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 22:16:37.058 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.058 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...22:16:37.058 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:37.059 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:37.059 [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... 22:16:37.059 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.072 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.072 [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... 22:16:37.073 [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 22:16:37.114 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.114 [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 22:16:37.114 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.114 [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. 0s55ms [pure insertion] marking any relevant derived attributes for update...22:16:37.114 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.114 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.114 [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... 22:16:37.114 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.122 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.122 [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... 22:16:37.122 [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 22:16:37.126 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.126 [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 22:16:37.126 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.126 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...22:16:37.126 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.126 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.126 [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... 22:16:37.126 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.131 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.131 [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... 22:16:37.131 [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 22:16:37.137 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 22:16:37.137 [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 22:16:37.137 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:16:37.137 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:37.137 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.137 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.138 [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... 22:16:37.138 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.148 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.148 [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... 22:16:37.148 [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 22:16:37.151 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.151 [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 22:16:37.151 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.152 [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. 0s14ms [pure insertion] marking any relevant derived attributes for update...22:16:37.152 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.152 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.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/00700680-0000-01f5-0000-000000000000.exml... 22:16:37.152 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.156 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.156 [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... 22:16:37.164 [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 22:16:37.167 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.167 [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 22:16:37.167 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.167 [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. 0s15ms [pure insertion] marking any relevant derived attributes for update...22:16:37.167 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.167 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.168 [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... 22:16:37.168 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.169 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.169 [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... 22:16:37.172 [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 22:16:37.213 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.213 [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 22:16:37.213 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.213 [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. 0s45ms [pure insertion] marking any relevant derived attributes for update...22:16:37.213 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.213 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.214 [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... 22:16:37.214 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.215 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.215 [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... 22:16:37.215 [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 22:16:37.223 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.223 [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 22:16:37.223 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.223 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:37.224 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.224 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.226 [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... 22:16:37.226 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.227 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.227 [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... 22:16:37.227 [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 22:16:37.424 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 22:16:37.424 [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 22:16:37.425 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 22:16:37.425 [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. 0s199ms [pure insertion] marking any relevant derived attributes for update...22:16:37.425 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.425 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.425 [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... 22:16:37.425 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.427 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.427 [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... 22:16:37.427 [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 22:16:37.449 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.449 [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 22:16:37.449 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.449 [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. 0s24ms [pure insertion] marking any relevant derived attributes for update...22:16:37.449 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.449 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.449 [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... 22:16:37.449 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.451 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.451 [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... 22:16:37.451 [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 22:16:37.510 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.510 [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 22:16:37.511 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.511 [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. 0s62ms [pure insertion] marking any relevant derived attributes for update...22:16:37.511 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.511 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.511 [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... 22:16:37.511 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.512 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.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/01ec1228-0000-0964-0000-000000000000.exml... 22:16:37.512 [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 22:16:37.524 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.524 [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 22:16:37.524 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.524 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...22:16:37.524 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.524 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.524 [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... 22:16:37.525 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.526 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.526 [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... 22:16:37.526 [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 22:16:37.541 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:37.541 [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 22:16:37.541 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:37.541 [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. 0s17ms [pure insertion] marking any relevant derived attributes for update...22:16:37.541 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.541 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.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/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 22:16:37.542 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.543 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.543 [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... 22:16:37.543 [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 22:16:37.549 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.549 [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 22:16:37.549 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.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/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:37.549 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.549 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.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/01ec12fc-0000-023d-0000-000000000000.exml... 22:16:37.550 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.551 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.551 [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... 22:16:37.557 [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 22:16:37.560 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.560 [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 22:16:37.561 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.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/01ec12fc-0000-023d-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:37.561 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.561 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.561 [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... 22:16:37.561 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.562 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.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.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml... 22:16:37.565 [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 22:16:37.611 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:16:37.611 [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 22:16:37.611 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.611 [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. 0s50ms [pure insertion] marking any relevant derived attributes for update...22:16:37.611 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.611 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.612 [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... 22:16:37.612 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.613 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.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/Standard.DataType/00000004-0000-0010-0000-000000000000.exml... 22:16:37.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/Standard.DataType/00000004-0000-0010-0000-000000000000.exml 22:16:37.673 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 22:16:37.673 [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 22:16:37.673 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.673 [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. 0s61ms [pure insertion] marking any relevant derived attributes for update...22:16:37.673 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.673 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.674 [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... 22:16:37.674 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.675 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.675 [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... 22:16:37.675 [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 22:16:37.757 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 22:16:37.758 [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 22:16:37.758 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.758 [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. 0s84ms [pure insertion] marking any relevant derived attributes for update...22:16:37.758 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.758 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.758 [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... 22:16:37.758 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.760 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.760 [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... 22:16:37.760 [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 22:16:37.897 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 22:16:37.897 [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 22:16:37.897 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.897 [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. 0s139ms [pure insertion] marking any relevant derived attributes for update...22:16:37.897 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.897 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.897 [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... 22:16:37.897 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.899 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.899 [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... 22:16:37.899 [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 22:16:37.959 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.959 [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 22:16:37.959 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.959 [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. 0s62ms [pure insertion] marking any relevant derived attributes for update...22:16:37.959 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.959 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.960 [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... 22:16:37.960 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.961 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.961 [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... 22:16:37.961 [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 22:16:37.975 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:37.975 [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 22:16:37.976 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:37.976 [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. 0s17ms [pure insertion] marking any relevant derived attributes for update...22:16:37.976 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.976 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.976 [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... 22:16:37.976 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.977 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.977 [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... 22:16:37.978 [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 22:16:37.984 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.984 [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 22:16:37.984 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.984 [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...22:16:37.984 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.984 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.984 [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... 22:16:37.984 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.985 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.985 [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... 22:16:37.986 [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 22:16:37.992 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:37.992 [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 22:16:37.992 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:37.992 [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...22:16:37.992 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:37.992 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:37.993 [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... 22:16:37.993 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:37.994 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:37.994 [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... 22:16:38.000 [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 22:16:38.004 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 22:16:38.004 [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 22:16:38.005 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:16:38.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/c2e23680-96f0-11de-a322-001fe2c988b8.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...22:16:38.005 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.005 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.006 [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... 22:16:38.006 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.008 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.008 [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... 22:16:38.017 [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 22:16:38.041 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec) 22:16:38.041 [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 22:16:38.041 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.041 [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. 0s35ms [pure insertion] marking any relevant derived attributes for update...22:16:38.041 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.041 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.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/Standard.DataType/00000004-0000-0005-0000-000000000000.exml... 22:16:38.041 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.043 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.043 [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... 22:16:38.043 [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 22:16:38.132 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 22:16:38.132 [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 22:16:38.132 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.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/Standard.DataType/00000004-0000-0005-0000-000000000000.exml. 0s91ms [pure insertion] marking any relevant derived attributes for update...22:16:38.132 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.132 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.132 [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... 22:16:38.132 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.133 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.133 [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... 22:16:38.134 [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 22:16:38.146 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 22:16:38.146 [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 22:16:38.147 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:16:38.147 [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. 0s15ms [pure insertion] marking any relevant derived attributes for update...22:16:38.147 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.147 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.147 [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... 22:16:38.147 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.149 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.149 [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... 22:16:38.149 [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 22:16:38.210 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.211 [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 22:16:38.211 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.211 [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. 0s64ms [pure insertion] marking any relevant derived attributes for update...22:16:38.211 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.211 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.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/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 22:16:38.211 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.213 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.213 [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... 22:16:38.213 [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 22:16:38.235 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.235 [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 22:16:38.235 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.235 [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. 0s24ms [pure insertion] marking any relevant derived attributes for update...22:16:38.235 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.235 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.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/Standard.DataType/00000004-0000-000b-0000-000000000000.exml... 22:16:38.235 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.236 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.237 [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... 22:16:38.237 [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 22:16:38.285 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 22:16:38.285 [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 22:16:38.285 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.285 [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. 0s50ms [pure insertion] marking any relevant derived attributes for update...22:16:38.285 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.285 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.286 [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... 22:16:38.286 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.287 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.287 [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... 22:16:38.287 [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 22:16:38.302 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 22:16:38.302 [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 22:16:38.310 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:16:38.310 [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. 0s24ms [pure insertion] marking any relevant derived attributes for update...22:16:38.310 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.310 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.311 [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... 22:16:38.311 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.312 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.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/01ec2468-0000-0acb-0000-000000000000.exml... 22:16:38.312 [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 22:16:38.319 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.319 [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 22:16:38.319 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.319 [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...22:16:38.319 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.319 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.319 [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... 22:16:38.319 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.320 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.320 [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... 22:16:38.326 [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 22:16:38.329 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.329 [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 22:16:38.330 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.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/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:38.330 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.330 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.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/76f275f9-32d9-11e0-91f3-0027103f347c.exml... 22:16:38.330 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.331 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.331 [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... 22:16:38.335 [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 22:16:38.338 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.338 [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 22:16:38.338 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.338 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:38.338 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.338 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.339 [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... 22:16:38.339 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.340 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.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/5d167c0f-df53-11de-b2b1-001302895b2b.exml... 22:16:38.340 [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 22:16:38.354 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.354 [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 22:16:38.354 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.354 [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. 0s15ms [pure insertion] marking any relevant derived attributes for update...22:16:38.354 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:38.355 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:38.355 [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... 22:16:38.355 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.356 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.356 [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... 22:16:38.356 [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 22:16:38.363 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.363 [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 22:16:38.363 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.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/1b1ba62d-205e-11df-948e-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:38.363 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.363 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.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-0204-0000-000000000000.exml... 22:16:38.364 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.411 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.411 [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... 22:16:38.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-0204-0000-000000000000.exml 22:16:38.445 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.445 [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 22:16:38.446 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.446 [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. 0s82ms [pure insertion] marking any relevant derived attributes for update...22:16:38.446 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.446 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.446 [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... 22:16:38.446 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.447 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.448 [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... 22:16:38.448 [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 22:16:38.470 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:38.470 [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 22:16:38.470 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:38.471 [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. 0s25ms [pure insertion] marking any relevant derived attributes for update...22:16:38.471 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.471 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.471 [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... 22:16:38.471 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.472 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.472 [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... 22:16:38.472 [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 22:16:38.478 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.478 [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 22:16:38.479 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.479 [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...22:16:38.479 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.479 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.479 [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... 22:16:38.480 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.481 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.481 [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... 22:16:38.481 [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 22:16:38.562 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 22:16:38.562 [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 22:16:38.563 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 22:16:38.563 [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. 0s84ms [pure insertion] marking any relevant derived attributes for update...22:16:38.563 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.563 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.563 [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... 22:16:38.563 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.564 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.565 [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... 22:16:38.565 [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 22:16:38.570 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:16:38.570 [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 22:16:38.571 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.571 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:38.571 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.571 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.571 [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... 22:16:38.571 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.572 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.572 [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... 22:16:38.578 [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 22:16:38.581 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.581 [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 22:16:38.582 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.582 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:38.582 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.582 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.582 [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... 22:16:38.582 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.583 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.583 [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... 22:16:38.586 [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 22:16:38.612 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:38.612 [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 22:16:38.613 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:38.613 [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. 0s31ms [pure insertion] marking any relevant derived attributes for update...22:16:38.613 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.613 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.613 [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... 22:16:38.613 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.614 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.614 [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... 22:16:38.614 [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 22:16:38.622 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.623 [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 22:16:38.623 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.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/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...22:16:38.623 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.623 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.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/ed95fa9b-de99-11de-905b-001302895b2b.exml... 22:16:38.623 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.624 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.624 [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... 22:16:38.624 [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 22:16:38.664 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.664 [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 22:16:38.665 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.665 [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. 0s42ms [pure insertion] marking any relevant derived attributes for update...22:16:38.665 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.665 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.665 [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... 22:16:38.665 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.666 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.666 [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... 22:16:38.667 [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 22:16:38.711 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.711 [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 22:16:38.711 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.711 [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. 0s46ms [pure insertion] marking any relevant derived attributes for update...22:16:38.711 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.711 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.712 [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... 22:16:38.712 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.714 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.714 [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... 22:16:38.714 [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 22:16:38.738 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 22:16:38.738 [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 22:16:38.740 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 22:16:38.740 [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. 0s28ms [pure insertion] marking any relevant derived attributes for update...22:16:38.740 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.740 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.740 [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... 22:16:38.740 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.742 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.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/15d2108f-5d0c-11df-a996-001302895b2b.exml... 22:16:38.742 [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 22:16:38.755 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.755 [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 22:16:38.755 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.755 [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. 0s15ms [pure insertion] marking any relevant derived attributes for update...22:16:38.755 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.755 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.755 [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... 22:16:38.755 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.757 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.757 [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... 22:16:38.757 [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 22:16:38.763 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.763 [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 22:16:38.763 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.763 [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...22:16:38.763 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.763 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.764 [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... 22:16:38.764 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.765 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.765 [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... 22:16:38.765 [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 22:16:38.813 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 22:16:38.813 [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 22:16:38.814 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:38.814 [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. 0s50ms [pure insertion] marking any relevant derived attributes for update...22:16:38.814 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.814 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.814 [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... 22:16:38.814 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.815 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.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.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml... 22:16:38.821 [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 22:16:38.824 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.824 [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 22:16:38.824 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.824 [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...22:16:38.824 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:38.825 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:38.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/01ec2468-0000-0ac1-0000-000000000000.exml... 22:16:38.825 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.826 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.826 [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... 22:16:38.829 [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 22:16:38.833 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.833 [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 22:16:38.833 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.833 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:38.833 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.833 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.834 [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... 22:16:38.834 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.835 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.835 [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... 22:16:38.835 [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 22:16:38.841 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:38.841 [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 22:16:38.841 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:38.842 [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...22:16:38.842 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.842 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.842 [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... 22:16:38.842 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.843 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.843 [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... 22:16:38.843 [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 22:16:38.857 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.857 [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 22:16:38.858 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.858 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...22:16:38.858 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.858 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.858 [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... 22:16:38.858 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.860 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.860 [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... 22:16:38.860 [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 22:16:38.910 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:38.910 [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 22:16:38.911 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:38.911 [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. 0s53ms [pure insertion] marking any relevant derived attributes for update...22:16:38.911 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.911 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.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/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml... 22:16:38.912 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.913 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.913 [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... 22:16:38.913 [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 22:16:38.931 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 22:16:38.931 [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 22:16:38.932 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 22:16:38.932 [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. 0s20ms [pure insertion] marking any relevant derived attributes for update...22:16:38.932 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.932 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.933 [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... 22:16:38.933 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.934 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.934 [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... 22:16:38.934 [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 22:16:38.939 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.939 [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 22:16:38.939 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.939 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...22:16:38.940 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.940 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.940 [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... 22:16:38.940 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.941 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.941 [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... 22:16:38.941 [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 22:16:38.948 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:38.948 [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 22:16:38.948 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:38.948 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:38.948 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.948 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.949 [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... 22:16:38.949 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.950 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.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-01e7-0000-000000000000.exml... 22:16:38.950 [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 22:16:38.956 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.957 [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 22:16:38.957 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.957 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:38.957 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.957 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.957 [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... 22:16:38.957 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.958 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.958 [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... 22:16:38.964 [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 22:16:38.968 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:38.968 [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 22:16:38.968 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:38.968 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:38.968 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:38.968 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:38.968 [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... 22:16:38.968 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:38.969 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:38.969 [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... 22:16:38.973 [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 22:16:39.032 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 22:16:39.032 [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 22:16:39.032 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.032 [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. 0s64ms [pure insertion] marking any relevant derived attributes for update...22:16:39.032 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.032 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.032 [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... 22:16:39.032 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.033 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.033 [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... 22:16:39.034 [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 22:16:39.042 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.042 [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 22:16:39.042 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.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/00540a84-0000-0005-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...22:16:39.042 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.042 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.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/00700680-0000-01db-0000-000000000000.exml... 22:16:39.043 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.044 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.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/00700680-0000-01db-0000-000000000000.exml... 22:16:39.044 [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 22:16:39.050 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.050 [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 22:16:39.050 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.050 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:39.050 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:39.051 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:39.051 [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... 22:16:39.051 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.052 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.052 [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... 22:16:39.053 [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 22:16:39.074 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.074 [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 22:16:39.074 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.074 [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. 0s23ms [pure insertion] marking any relevant derived attributes for update...22:16:39.074 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.074 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.075 [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... 22:16:39.075 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.076 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.076 [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... 22:16:39.076 [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 22:16:39.111 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.111 [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 22:16:39.111 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.111 [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. 0s36ms [pure insertion] marking any relevant derived attributes for update...22:16:39.111 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.111 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.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/01ec12fc-0000-0242-0000-000000000000.exml... 22:16:39.112 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.113 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.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/01ec12fc-0000-0242-0000-000000000000.exml... 22:16:39.113 [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 22:16:39.124 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.124 [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 22:16:39.124 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.124 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...22:16:39.124 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.124 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.125 [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... 22:16:39.125 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.126 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.126 [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... 22:16:39.126 [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 22:16:39.166 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 22:16:39.166 [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 22:16:39.166 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.166 [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. 0s41ms [pure insertion] marking any relevant derived attributes for update...22:16:39.166 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.166 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.167 [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... 22:16:39.167 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.168 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.168 [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... 22:16:39.168 [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 22:16:39.175 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.175 [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 22:16:39.175 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.175 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:39.175 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.175 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.175 [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... 22:16:39.175 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.176 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.176 [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... 22:16:39.182 [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 22:16:39.185 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.185 [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 22:16:39.186 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.186 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:39.186 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.186 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.186 [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... 22:16:39.186 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.187 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.187 [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... 22:16:39.191 [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 22:16:39.194 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.194 [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 22:16:39.194 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.194 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:39.194 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.194 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.194 [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... 22:16:39.195 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.196 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.196 [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... 22:16:39.196 [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 22:16:39.201 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.201 [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 22:16:39.202 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.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/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:39.202 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.202 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.202 [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... 22:16:39.202 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.203 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.203 [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... 22:16:39.203 [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 22:16:39.219 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.219 [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 22:16:39.219 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.219 [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. 0s17ms [pure insertion] marking any relevant derived attributes for update...22:16:39.219 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.219 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.219 [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/ (4 sec, 4 sec total) 22:16:39.219 [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... 22:16:39.219 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.221 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.221 [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... 22:16:39.221 [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 22:16:39.242 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:39.242 [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 22:16:39.243 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:39.243 [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. 0s24ms [pure insertion] marking any relevant derived attributes for update...22:16:39.243 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.243 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.243 [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... 22:16:39.243 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.245 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.245 [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... 22:16:39.245 [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 22:16:39.259 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.259 [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 22:16:39.259 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.259 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...22:16:39.259 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.259 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.260 [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... 22:16:39.260 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.261 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.261 [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... 22:16:39.261 [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 22:16:39.267 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.267 [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 22:16:39.267 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.267 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:39.267 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.267 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.268 [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... 22:16:39.268 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.269 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.269 [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... 22:16:39.269 [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 22:16:39.276 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:16:39.276 [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 22:16:39.276 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.276 [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...22:16:39.276 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.276 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.277 [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... 22:16:39.277 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.278 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.278 [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... 22:16:39.278 [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 22:16:39.284 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:16:39.284 [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 22:16:39.284 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.284 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:39.284 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.285 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.285 [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... 22:16:39.285 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.286 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.286 [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... 22:16:39.292 [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 22:16:39.297 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 22:16:39.297 [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 22:16:39.297 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:16:39.297 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...22:16:39.297 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s13ms 22:16:39.310 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s13ms 22:16:39.310 [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... 22:16:39.310 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.312 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.312 [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... 22:16:39.317 [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 22:16:39.320 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.320 [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 22:16:39.321 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.321 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:39.321 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.321 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.321 [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... 22:16:39.321 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.322 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.322 [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... 22:16:39.323 [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 22:16:39.339 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec) 22:16:39.339 [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 22:16:39.342 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 22:16:39.342 [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. 0s21ms [pure insertion] marking any relevant derived attributes for update...22:16:39.342 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.342 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.342 [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... 22:16:39.342 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.343 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.343 [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... 22:16:39.343 [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 22:16:39.353 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.353 [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 22:16:39.353 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.353 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:39.353 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:39.354 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:39.354 [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... 22:16:39.354 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.355 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.355 [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... 22:16:39.356 [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 22:16:39.485 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 22:16:39.486 [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 22:16:39.486 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.486 [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. 0s132ms [pure insertion] marking any relevant derived attributes for update...22:16:39.486 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.486 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.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/01ec12fc-0000-0256-0000-000000000000.exml... 22:16:39.486 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.488 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.488 [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... 22:16:39.488 [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 22:16:39.510 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.510 [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 22:16:39.510 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.510 [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. 0s24ms [pure insertion] marking any relevant derived attributes for update...22:16:39.510 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.510 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.511 [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... 22:16:39.511 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.512 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.512 [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... 22:16:39.512 [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 22:16:39.527 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 22:16:39.527 [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 22:16:39.527 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 22:16:39.527 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...22:16:39.527 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.527 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.528 [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... 22:16:39.528 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.529 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.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/90a0e341-5d0d-11df-a996-001302895b2b.exml... 22:16:39.529 [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 22:16:39.535 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.535 [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 22:16:39.536 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.536 [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...22:16:39.536 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.536 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.536 [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... 22:16:39.536 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.537 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.537 [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... 22:16:39.537 [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 22:16:39.544 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.544 [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 22:16:39.544 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.544 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:39.544 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.544 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.544 [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... 22:16:39.545 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.546 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.546 [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... 22:16:39.552 [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 22:16:39.555 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.555 [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 22:16:39.555 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.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/00000000-0000-9c49-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:39.555 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.555 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.556 [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... 22:16:39.556 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.557 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.557 [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... 22:16:39.560 [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 22:16:39.566 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 22:16:39.566 [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 22:16:39.567 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 22:16:39.567 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:39.567 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.567 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.567 [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... 22:16:39.567 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.568 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.568 [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... 22:16:39.569 [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 22:16:39.579 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.579 [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 22:16:39.579 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.580 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...22:16:39.580 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.580 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.580 [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... 22:16:39.580 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.581 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.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/01ec1ac4-0000-2ef9-0000-000000000000.exml... 22:16:39.581 [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 22:16:39.588 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.588 [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 22:16:39.588 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.588 [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...22:16:39.588 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.588 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.589 [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... 22:16:39.589 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.610 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.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/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml... 22:16:39.611 [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 22:16:39.628 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.628 [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 22:16:39.629 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.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/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml. 0s40ms [pure insertion] marking any relevant derived attributes for update...22:16:39.629 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.629 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.629 [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... 22:16:39.629 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.630 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.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... 22:16:39.631 [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 22:16:39.645 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.645 [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 22:16:39.645 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.645 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...22:16:39.645 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.645 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.646 [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... 22:16:39.646 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.647 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.647 [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... 22:16:39.648 [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 22:16:39.662 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec) 22:16:39.662 [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 22:16:39.663 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 22:16:39.663 [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. 0s17ms [pure insertion] marking any relevant derived attributes for update...22:16:39.663 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.663 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.664 [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... 22:16:39.664 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.665 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.665 [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... 22:16:39.665 [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 22:16:39.720 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 22:16:39.721 [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 22:16:39.721 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:16:39.721 [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. 0s57ms [pure insertion] marking any relevant derived attributes for update...22:16:39.721 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.721 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.721 [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... 22:16:39.721 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.722 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.723 [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... 22:16:39.723 [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 22:16:39.729 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:39.729 [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 22:16:39.729 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:39.729 [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...22:16:39.729 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.729 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.730 [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... 22:16:39.730 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.731 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.731 [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... 22:16:39.744 [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 22:16:39.747 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.747 [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 22:16:39.747 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.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/00000000-0000-9c44-0000-000000000000.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...22:16:39.747 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.747 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.748 [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... 22:16:39.748 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.749 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.749 [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... 22:16:39.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/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 22:16:39.757 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 22:16:39.757 [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 22:16:39.758 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:16:39.758 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...22:16:39.758 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.758 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.758 [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... 22:16:39.758 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.759 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.759 [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... 22:16:39.759 [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 22:16:39.771 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.771 [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 22:16:39.772 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.772 [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. 0s14ms [pure insertion] marking any relevant derived attributes for update...22:16:39.772 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.772 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.772 [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... 22:16:39.772 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.773 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.773 [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... 22:16:39.773 [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 22:16:39.780 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.780 [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 22:16:39.781 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.781 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:39.781 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.781 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.781 [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... 22:16:39.781 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.782 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.782 [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... 22:16:39.783 [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 22:16:39.804 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.804 [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 22:16:39.804 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.804 [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. 0s23ms [pure insertion] marking any relevant derived attributes for update...22:16:39.804 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.804 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.805 [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... 22:16:39.805 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.806 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.806 [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... 22:16:39.806 [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 22:16:39.829 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 22:16:39.829 [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 22:16:39.829 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:16:39.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/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml. 0s24ms [pure insertion] marking any relevant derived attributes for update...22:16:39.829 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:39.830 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:39.830 [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... 22:16:39.830 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.831 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.831 [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... 22:16:39.831 [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 22:16:39.846 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 22:16:39.846 [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 22:16:39.846 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 22:16:39.846 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...22:16:39.846 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:39.847 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:39.847 [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... 22:16:39.847 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.848 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.848 [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... 22:16:39.848 [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 22:16:39.863 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 22:16:39.863 [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 22:16:39.864 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 22:16:39.864 [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. 0s17ms [pure insertion] marking any relevant derived attributes for update...22:16:39.864 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.864 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.864 [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... 22:16:39.864 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.865 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.866 [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... 22:16:39.866 [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 22:16:39.871 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.871 [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 22:16:39.871 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.871 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:39.871 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:39.872 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:39.872 [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... 22:16:39.872 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.873 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.873 [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... 22:16:39.879 [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 22:16:39.882 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.882 [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 22:16:39.882 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.882 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...22:16:39.882 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.882 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.883 [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... 22:16:39.883 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.884 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.884 [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... 22:16:39.887 [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 22:16:39.891 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.891 [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 22:16:39.891 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.891 [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...22:16:39.891 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.891 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.891 [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... 22:16:39.891 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.892 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.892 [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... 22:16:39.893 [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 22:16:39.898 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.898 [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 22:16:39.898 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.898 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:39.898 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.898 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.899 [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... 22:16:39.899 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.899 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.900 [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... 22:16:39.900 [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 22:16:39.907 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.907 [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 22:16:39.907 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.907 [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...22:16:39.907 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.907 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.907 [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... 22:16:39.907 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.909 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.909 [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... 22:16:39.909 [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 22:16:39.966 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 22:16:39.966 [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 22:16:39.967 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:16:39.967 [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. 0s60ms [pure insertion] marking any relevant derived attributes for update...22:16:39.967 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.967 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.967 [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... 22:16:39.967 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.969 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.969 [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... 22:16:39.969 [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 22:16:39.989 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec) 22:16:39.989 [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 22:16:39.990 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 22:16:39.990 [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. 0s23ms [pure insertion] marking any relevant derived attributes for update...22:16:39.990 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.990 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.990 [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... 22:16:39.990 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.991 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.991 [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... 22:16:39.991 [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 22:16:39.997 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:39.997 [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 22:16:39.997 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:39.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/770df309-5d0c-11df-a996-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:39.998 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:39.998 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:39.998 [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... 22:16:39.998 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:39.999 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:39.999 [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... 22:16:39.999 [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 22:16:40.006 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:40.006 [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 22:16:40.006 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:40.006 [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...22:16:40.006 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.006 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.007 [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... 22:16:40.007 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.008 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.008 [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... 22:16:40.008 [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 22:16:40.023 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 22:16:40.023 [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 22:16:40.023 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:16:40.023 [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...22:16:40.023 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.023 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.024 [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... 22:16:40.024 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.025 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.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/6432b987-256f-4121-9428-a89d364c2cef.exml... 22:16:40.030 [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 22:16:40.034 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.034 [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 22:16:40.034 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.034 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...22:16:40.034 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.034 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.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-01d7-0000-000000000000.exml... 22:16:40.034 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.035 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.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-01d7-0000-000000000000.exml... 22:16:40.039 [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 22:16:40.042 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.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-01d7-0000-000000000000.exml 22:16:40.042 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.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-01d7-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:40.042 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.042 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.043 [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... 22:16:40.043 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.044 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.044 [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... 22:16:40.044 [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 22:16:40.058 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 22:16:40.058 [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 22:16:40.059 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.059 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...22:16:40.059 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.059 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.059 [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... 22:16:40.059 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.060 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.060 [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... 22:16:40.061 [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 22:16:40.068 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:40.068 [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 22:16:40.068 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:40.068 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:40.068 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.068 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.069 [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... 22:16:40.069 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.070 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.070 [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... 22:16:40.070 [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 22:16:40.132 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.132 [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 22:16:40.132 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.132 [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. 0s63ms [pure insertion] marking any relevant derived attributes for update...22:16:40.132 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.132 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.133 [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... 22:16:40.133 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.134 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.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/68c63e60-70d6-11e0-872f-0027103f347c.exml... 22:16:40.134 [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 22:16:40.157 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 22:16:40.157 [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 22:16:40.157 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:40.157 [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. 0s24ms [pure insertion] marking any relevant derived attributes for update...22:16:40.157 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.157 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.158 [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... 22:16:40.158 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.159 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.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-0260-0000-000000000000.exml... 22:16:40.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-0260-0000-000000000000.exml 22:16:40.165 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.165 [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 22:16:40.165 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.165 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:40.165 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:40.166 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:40.166 [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... 22:16:40.166 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.167 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.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/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 22:16:40.167 [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 22:16:40.174 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.174 [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 22:16:40.174 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.174 [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...22:16:40.174 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.174 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.174 [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... 22:16:40.175 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.176 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.176 [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... 22:16:40.176 [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 22:16:40.182 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.182 [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 22:16:40.183 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.183 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:40.183 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.183 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.183 [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... 22:16:40.210 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.211 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.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/fca54004-5d0d-11df-a996-001302895b2b.exml... 22:16:40.215 [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 22:16:40.218 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.218 [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 22:16:40.218 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.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/fca54004-5d0d-11df-a996-001302895b2b.exml. 0s35ms [pure insertion] marking any relevant derived attributes for update...22:16:40.218 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:40.219 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:40.219 [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... 22:16:40.219 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.220 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.220 [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... 22:16:40.223 [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 22:16:40.227 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 22:16:40.227 [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 22:16:40.228 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:16:40.228 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:40.228 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.228 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.228 [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... 22:16:40.228 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.229 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.229 [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... 22:16:40.230 [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 22:16:40.245 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 22:16:40.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.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml 22:16:40.246 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 22:16:40.246 [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. 0s18ms [pure insertion] marking any relevant derived attributes for update...22:16:40.246 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.247 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.247 [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... 22:16:40.247 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.248 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.248 [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... 22:16:40.248 [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 22:16:40.260 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.260 [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 22:16:40.260 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.260 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...22:16:40.260 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.260 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.260 [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... 22:16:40.261 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.262 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.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/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 22:16:40.262 [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 22:16:40.283 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.283 [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 22:16:40.283 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.283 [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. 0s23ms [pure insertion] marking any relevant derived attributes for update...22:16:40.283 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:40.284 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:40.284 [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... 22:16:40.284 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.312 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.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-01f7-0000-000000000000.exml... 22:16:40.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-01f7-0000-000000000000.exml 22:16:40.333 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.333 [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 22:16:40.333 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.333 [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. 0s49ms [pure insertion] marking any relevant derived attributes for update...22:16:40.333 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.333 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.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/01ec141c-0000-12f2-0000-000000000000.exml... 22:16:40.334 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.335 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.335 [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... 22:16:40.335 [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 22:16:40.342 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.342 [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 22:16:40.342 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.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/01ec141c-0000-12f2-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:40.342 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.342 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.342 [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... 22:16:40.342 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.344 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.344 [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... 22:16:40.344 [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 22:16:40.350 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:16:40.350 [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 22:16:40.350 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.351 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:40.351 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.351 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.351 [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... 22:16:40.351 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.352 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.352 [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... 22:16:40.352 [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 22:16:40.359 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.359 [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 22:16:40.359 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.359 [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...22:16:40.359 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.359 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.359 [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... 22:16:40.359 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.360 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.360 [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... 22:16:40.366 [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 22:16:40.369 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:16:40.369 [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 22:16:40.369 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.369 [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...22:16:40.369 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.369 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.369 [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... 22:16:40.369 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.370 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.371 [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... 22:16:40.375 [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 22:16:40.413 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.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-01d9-0000-000000000000.exml 22:16:40.413 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.413 [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. 0s44ms [pure insertion] marking any relevant derived attributes for update...22:16:40.413 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.413 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.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/01ec152c-0000-144f-0000-000000000000.exml... 22:16:40.414 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.415 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.415 [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... 22:16:40.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/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml 22:16:40.430 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 22:16:40.430 [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 22:16:40.431 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 22:16:40.431 [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. 0s17ms [pure insertion] marking any relevant derived attributes for update...22:16:40.431 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.431 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.431 [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... 22:16:40.431 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.432 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.432 [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... 22:16:40.433 [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 22:16:40.445 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.445 [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 22:16:40.445 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.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/99bf7919-5d09-11df-a996-001302895b2b.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...22:16:40.445 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.445 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.445 [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... 22:16:40.445 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.446 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.446 [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... 22:16:40.447 [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 22:16:40.468 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.468 [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 22:16:40.468 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.468 [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. 0s23ms [pure insertion] marking any relevant derived attributes for update...22:16:40.468 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.468 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.469 [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... 22:16:40.469 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.470 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.470 [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... 22:16:40.470 [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 22:16:40.484 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:40.484 [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 22:16:40.485 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:40.485 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...22:16:40.485 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.485 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.485 [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... 22:16:40.485 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.486 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.486 [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... 22:16:40.486 [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 22:16:40.493 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.493 [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 22:16:40.493 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.493 [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...22:16:40.493 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.493 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.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/01ec1ac4-0000-2f09-0000-000000000000.exml... 22:16:40.494 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.495 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.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/01ec1ac4-0000-2f09-0000-000000000000.exml... 22:16:40.495 [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 22:16:40.502 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.502 [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 22:16:40.502 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.502 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:40.502 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.502 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.502 [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... 22:16:40.502 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.503 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.503 [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... 22:16:40.503 [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 22:16:40.510 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.510 [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 22:16:40.510 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.510 [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...22:16:40.510 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.510 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.511 [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... 22:16:40.511 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.512 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.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/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml... 22:16:40.518 [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 22:16:40.522 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 22:16:40.522 [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 22:16:40.523 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:16:40.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/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml. 0s13ms [pure insertion] marking any relevant derived attributes for update...22:16:40.523 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.523 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.524 [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... 22:16:40.524 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.525 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.525 [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... 22:16:40.534 [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 22:16:40.581 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec) 22:16:40.581 [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 22:16:40.582 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 22:16:40.582 [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. 0s58ms [pure insertion] marking any relevant derived attributes for update...22:16:40.582 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.582 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.583 [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... 22:16:40.583 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.584 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.584 [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... 22:16:40.584 [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 22:16:40.595 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.596 [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 22:16:40.596 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.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/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml. 0s13ms [pure insertion] marking any relevant derived attributes for update...22:16:40.596 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.596 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.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/00700680-0000-01ba-0000-000000000000.exml... 22:16:40.596 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.597 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.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/00700680-0000-01ba-0000-000000000000.exml... 22:16:40.598 [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 22:16:40.612 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.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-01ba-0000-000000000000.exml 22:16:40.612 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.612 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...22:16:40.612 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.612 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.613 [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... 22:16:40.613 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.614 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.614 [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... 22:16:40.614 [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 22:16:40.636 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.636 [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 22:16:40.636 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.636 [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. 0s23ms [pure insertion] marking any relevant derived attributes for update...22:16:40.636 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.636 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.637 [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... 22:16:40.637 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.638 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.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/00700680-0000-01cc-0000-000000000000.exml... 22:16:40.638 [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 22:16:40.661 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.661 [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 22:16:40.661 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.661 [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. 0s24ms [pure insertion] marking any relevant derived attributes for update...22:16:40.661 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.661 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.661 [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... 22:16:40.661 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.662 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.663 [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... 22:16:40.663 [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 22:16:40.669 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.669 [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 22:16:40.669 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.669 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:40.669 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.670 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.670 [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... 22:16:40.670 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.671 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.671 [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... 22:16:40.671 [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 22:16:40.678 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.678 [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 22:16:40.678 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.678 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:40.678 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.678 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.678 [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... 22:16:40.678 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.679 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.679 [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... 22:16:40.680 [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 22:16:40.686 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.686 [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 22:16:40.686 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.686 [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...22:16:40.686 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:40.687 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:40.687 [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... 22:16:40.687 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.711 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.711 [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... 22:16:40.719 [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 22:16:40.724 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 22:16:40.724 [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 22:16:40.725 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 22:16:40.725 [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. 0s38ms [pure insertion] marking any relevant derived attributes for update...22:16:40.725 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.725 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.725 [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... 22:16:40.725 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.726 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.726 [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... 22:16:40.736 [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 22:16:40.739 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.739 [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 22:16:40.740 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.740 [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. 0s15ms [pure insertion] marking any relevant derived attributes for update...22:16:40.740 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.740 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.740 [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... 22:16:40.740 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.741 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.741 [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... 22:16:40.741 [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 22:16:40.755 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.755 [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 22:16:40.755 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.755 [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. 0s15ms [pure insertion] marking any relevant derived attributes for update...22:16:40.755 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.755 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.755 [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... 22:16:40.756 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.756 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.756 [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... 22:16:40.757 [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 22:16:40.764 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 22:16:40.764 [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 22:16:40.765 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:40.765 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...22:16:40.765 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.765 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.765 [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... 22:16:40.765 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.766 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.766 [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... 22:16:40.766 [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 22:16:40.789 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.789 [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 22:16:40.789 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.789 [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. 0s24ms [pure insertion] marking any relevant derived attributes for update...22:16:40.789 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.789 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.790 [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... 22:16:40.790 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.791 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.791 [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... 22:16:40.791 [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 22:16:40.806 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.806 [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 22:16:40.806 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.806 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...22:16:40.806 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.806 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.806 [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... 22:16:40.807 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.808 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.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/bae91a3b-7009-11e0-a462-0027103f347c.exml... 22:16:40.808 [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 22:16:40.859 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 22:16:40.859 [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 22:16:40.859 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:40.859 [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. 0s53ms [pure insertion] marking any relevant derived attributes for update...22:16:40.859 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:40.860 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:40.860 [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... 22:16:40.860 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.861 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.861 [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... 22:16:40.861 [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 22:16:40.873 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:16:40.873 [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 22:16:40.873 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.873 [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...22:16:40.873 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.873 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.874 [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... 22:16:40.874 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.875 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.875 [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... 22:16:40.875 [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 22:16:40.881 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.881 [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 22:16:40.881 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.882 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:40.882 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.882 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.882 [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... 22:16:40.882 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.883 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.883 [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... 22:16:40.889 [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 22:16:40.892 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.892 [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 22:16:40.892 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.892 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...22:16:40.892 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.892 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.893 [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... 22:16:40.893 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.894 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.894 [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... 22:16:40.897 [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 22:16:40.901 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.901 [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 22:16:40.901 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.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/b9654705-c2f9-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:40.901 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.901 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.901 [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... 22:16:40.901 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.902 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.902 [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... 22:16:40.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/00080cf0-0000-00cf-0000-000000000000.exml 22:16:40.908 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.908 [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 22:16:40.908 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.908 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:40.908 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.908 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.909 [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... 22:16:40.909 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.910 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.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/00bc0050-0000-006b-0000-000000000000.exml... 22:16:40.910 [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 22:16:40.917 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.917 [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 22:16:40.917 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.917 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:40.917 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.917 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.917 [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... 22:16:40.917 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.918 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.918 [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... 22:16:40.918 [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 22:16:40.932 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.932 [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 22:16:40.932 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.932 [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. 0s15ms [pure insertion] marking any relevant derived attributes for update...22:16:40.932 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.932 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.933 [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... 22:16:40.933 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.934 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.934 [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... 22:16:40.934 [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 22:16:40.949 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.949 [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 22:16:40.949 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.949 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...22:16:40.949 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.949 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.949 [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... 22:16:40.949 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.950 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.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-0206-0000-000000000000.exml... 22:16:40.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-0206-0000-000000000000.exml 22:16:40.991 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.991 [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 22:16:40.991 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.991 [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. 0s42ms [pure insertion] marking any relevant derived attributes for update...22:16:40.991 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.991 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:40.991 [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... 22:16:40.991 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:40.992 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:40.992 [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... 22:16:40.993 [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 22:16:40.999 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:40.999 [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 22:16:40.999 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:40.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/00700680-0000-01fb-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:40.999 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:40.999 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.000 [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... 22:16:41.000 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.000 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.000 [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... 22:16:41.001 [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 22:16:41.008 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.008 [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 22:16:41.008 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.008 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:41.008 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.008 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.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/86eada10-32d9-11e0-91f3-0027103f347c.exml... 22:16:41.008 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.009 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.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/86eada10-32d9-11e0-91f3-0027103f347c.exml... 22:16:41.015 [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 22:16:41.019 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.019 [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 22:16:41.019 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.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/86eada10-32d9-11e0-91f3-0027103f347c.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:41.019 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.019 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.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/007006dc-0000-0139-0000-000000000000.exml... 22:16:41.019 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.020 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.020 [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... 22:16:41.024 [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 22:16:41.027 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.027 [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 22:16:41.027 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.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/007006dc-0000-0139-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:41.027 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.027 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.028 [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... 22:16:41.028 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.029 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.029 [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... 22:16:41.029 [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 22:16:41.044 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 22:16:41.044 [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 22:16:41.044 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.044 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...22:16:41.044 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.044 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.044 [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... 22:16:41.044 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.045 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.045 [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... 22:16:41.045 [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 22:16:41.053 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:41.053 [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 22:16:41.053 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:41.053 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:41.053 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.053 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.054 [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... 22:16:41.054 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.055 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.055 [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... 22:16:41.055 [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 22:16:41.075 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.075 [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 22:16:41.075 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.075 [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. 0s21ms [pure insertion] marking any relevant derived attributes for update...22:16:41.075 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:41.076 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:41.076 [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, 6 sec total) 22:16:41.076 [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... 22:16:41.076 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.077 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.077 [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... 22:16:41.077 [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 22:16:41.092 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.092 [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 22:16:41.092 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.092 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...22:16:41.092 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.092 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.092 [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... 22:16:41.092 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.093 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.093 [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... 22:16:41.094 [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 22:16:41.100 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.100 [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 22:16:41.100 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.100 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:41.100 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.100 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.101 [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... 22:16:41.101 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.102 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.102 [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... 22:16:41.102 [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 22:16:41.109 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.109 [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 22:16:41.109 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.109 [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...22:16:41.109 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.109 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.109 [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... 22:16:41.109 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.110 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.110 [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... 22:16:41.111 [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 22:16:41.117 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.117 [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 22:16:41.118 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.118 [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...22:16:41.118 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.118 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.118 [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... 22:16:41.118 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.120 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.120 [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... 22:16:41.125 [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 22:16:41.129 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 22:16:41.129 [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 22:16:41.130 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:16:41.130 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...22:16:41.130 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.130 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.131 [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... 22:16:41.131 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.132 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.132 [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... 22:16:41.142 [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 22:16:41.145 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.145 [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 22:16:41.146 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.146 [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. 0s15ms [pure insertion] marking any relevant derived attributes for update...22:16:41.146 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.146 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.146 [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... 22:16:41.146 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.147 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.147 [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... 22:16:41.147 [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 22:16:41.154 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 22:16:41.154 [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 22:16:41.154 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:16:41.154 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:41.154 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:41.155 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:41.155 [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... 22:16:41.155 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.157 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.157 [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... 22:16:41.157 [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 22:16:41.170 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.170 [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 22:16:41.170 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.170 [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. 0s15ms [pure insertion] marking any relevant derived attributes for update...22:16:41.170 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.170 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.170 [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... 22:16:41.170 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.172 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.172 [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... 22:16:41.172 [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 22:16:41.193 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.193 [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 22:16:41.193 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.193 [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. 0s23ms [pure insertion] marking any relevant derived attributes for update...22:16:41.193 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.193 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.194 [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... 22:16:41.194 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.211 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.212 [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... 22:16:41.212 [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 22:16:41.235 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:41.235 [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 22:16:41.235 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:41.235 [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. 0s41ms [pure insertion] marking any relevant derived attributes for update...22:16:41.235 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.235 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.236 [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... 22:16:41.236 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.237 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.237 [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... 22:16:41.237 [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 22:16:41.243 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.243 [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 22:16:41.243 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.243 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:41.243 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.243 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.244 [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... 22:16:41.244 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.245 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.245 [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... 22:16:41.245 [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 22:16:41.252 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.252 [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 22:16:41.252 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.252 [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...22:16:41.252 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.252 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.252 [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... 22:16:41.252 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.253 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.253 [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... 22:16:41.253 [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 22:16:41.260 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.260 [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 22:16:41.260 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.260 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:41.261 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:41.261 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:41.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/002005c0-0001-0009-0000-000000000000.exml... 22:16:41.261 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.262 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.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/002005c0-0001-0009-0000-000000000000.exml... 22:16:41.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 22:16:41.271 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.271 [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 22:16:41.271 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.271 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...22:16:41.271 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.271 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.272 [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... 22:16:41.272 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.273 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.273 [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... 22:16:41.276 [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 22:16:41.280 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.280 [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 22:16:41.280 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.280 [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...22:16:41.280 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.280 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.280 [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... 22:16:41.280 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.281 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.281 [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... 22:16:41.281 [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 22:16:41.287 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.287 [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 22:16:41.287 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.287 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:41.287 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.287 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.288 [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... 22:16:41.288 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.289 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.289 [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... 22:16:41.289 [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 22:16:41.313 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.313 [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 22:16:41.313 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.313 [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. 0s25ms [pure insertion] marking any relevant derived attributes for update...22:16:41.313 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.313 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.313 [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... 22:16:41.313 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.314 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.315 [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... 22:16:41.315 [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 22:16:41.359 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:41.359 [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 22:16:41.359 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:41.360 [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. 0s47ms [pure insertion] marking any relevant derived attributes for update...22:16:41.360 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.360 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.360 [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... 22:16:41.360 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.361 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.361 [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... 22:16:41.362 [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 22:16:41.386 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.386 [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 22:16:41.386 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.387 [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. 0s27ms [pure insertion] marking any relevant derived attributes for update...22:16:41.387 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.387 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.387 [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... 22:16:41.387 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.388 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.388 [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... 22:16:41.388 [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 22:16:41.395 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 22:16:41.395 [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 22:16:41.395 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:41.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/a74178fb-df2b-11de-905b-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:41.395 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.395 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.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/01ec12fc-0000-024c-0000-000000000000.exml... 22:16:41.395 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.396 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.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/01ec12fc-0000-024c-0000-000000000000.exml... 22:16:41.397 [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 22:16:41.403 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.403 [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 22:16:41.403 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.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/01ec12fc-0000-024c-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:41.403 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:41.404 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:41.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/01ec12fc-0000-021a-0000-000000000000.exml... 22:16:41.404 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.405 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.405 [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... 22:16:41.405 [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 22:16:41.412 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.412 [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 22:16:41.412 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.412 [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...22:16:41.412 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.412 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.412 [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... 22:16:41.412 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.413 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.413 [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... 22:16:41.419 [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 22:16:41.423 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:41.423 [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 22:16:41.423 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:41.423 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:41.423 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.423 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.424 [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... 22:16:41.424 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.425 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.425 [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... 22:16:41.428 [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 22:16:41.431 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.431 [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 22:16:41.431 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.431 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:41.431 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.431 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.432 [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... 22:16:41.432 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.433 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.433 [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... 22:16:41.433 [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 22:16:41.438 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.438 [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 22:16:41.438 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.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/ad46ab04-9310-11df-a4cf-0014224f9977.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...22:16:41.438 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.438 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.439 [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... 22:16:41.439 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.440 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.440 [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... 22:16:41.440 [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 22:16:41.448 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 22:16:41.448 [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 22:16:41.448 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.448 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:41.448 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.448 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.448 [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... 22:16:41.448 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.449 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.449 [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... 22:16:41.450 [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 22:16:41.471 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 22:16:41.471 [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 22:16:41.471 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:41.471 [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. 0s23ms [pure insertion] marking any relevant derived attributes for update...22:16:41.471 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.471 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.472 [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... 22:16:41.472 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.473 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.473 [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... 22:16:41.474 [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 22:16:41.496 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 22:16:41.496 [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 22:16:41.511 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 22:16:41.511 [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. 0s39ms [pure insertion] marking any relevant derived attributes for update...22:16:41.511 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.511 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.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/de95a30a-def3-4199-88a5-577f867327a2.exml... 22:16:41.512 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.513 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.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/de95a30a-def3-4199-88a5-577f867327a2.exml... 22:16:41.513 [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 22:16:41.521 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:41.521 [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 22:16:41.521 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:41.521 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:41.522 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:41.522 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:41.522 [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... 22:16:41.522 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.523 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.523 [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... 22:16:41.523 [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 22:16:41.530 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:16:41.530 [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 22:16:41.530 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.530 [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...22:16:41.530 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.530 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.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/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 22:16:41.530 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.531 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.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/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 22:16:41.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/Standard.DataType/00000004-0000-000f-0000-000000000000.exml 22:16:41.572 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 22:16:41.572 [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 22:16:41.572 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.572 [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. 0s42ms [pure insertion] marking any relevant derived attributes for update...22:16:41.572 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.572 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.572 [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... 22:16:41.572 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.573 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.573 [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... 22:16:41.579 [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 22:16:41.583 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:41.583 [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 22:16:41.583 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:41.583 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:41.583 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.583 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.584 [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... 22:16:41.584 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.585 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.585 [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... 22:16:41.588 [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 22:16:41.591 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.591 [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 22:16:41.591 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.591 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:41.591 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.591 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.591 [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... 22:16:41.591 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.592 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.592 [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... 22:16:41.592 [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 22:16:41.599 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 22:16:41.599 [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 22:16:41.600 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:16:41.600 [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...22:16:41.600 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.600 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.600 [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... 22:16:41.600 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.601 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.601 [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... 22:16:41.601 [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 22:16:41.611 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.611 [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 22:16:41.611 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.611 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...22:16:41.612 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.612 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.612 [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... 22:16:41.612 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.613 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.613 [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... 22:16:41.613 [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 22:16:41.639 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.639 [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 22:16:41.639 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.639 [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. 0s27ms [pure insertion] marking any relevant derived attributes for update...22:16:41.639 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:41.640 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:41.640 [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... 22:16:41.640 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.642 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.642 [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... 22:16:41.642 [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 22:16:41.664 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.664 [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 22:16:41.665 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.665 [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. 0s25ms [pure insertion] marking any relevant derived attributes for update...22:16:41.665 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.665 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.666 [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... 22:16:41.666 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.667 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.667 [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... 22:16:41.667 [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 22:16:41.673 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.673 [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 22:16:41.673 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.673 [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...22:16:41.673 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.673 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.673 [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... 22:16:41.673 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.674 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.674 [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... 22:16:41.674 [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 22:16:41.681 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:41.681 [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 22:16:41.681 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:41.681 [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...22:16:41.681 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:41.682 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:41.682 [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... 22:16:41.682 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.683 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.683 [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... 22:16:41.683 [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 22:16:41.690 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:41.690 [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 22:16:41.690 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:41.690 [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...22:16:41.690 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.690 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.690 [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... 22:16:41.691 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.691 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.691 [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... 22:16:41.698 [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 22:16:41.703 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.703 [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 22:16:41.703 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.703 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...22:16:41.703 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.703 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.703 [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... 22:16:41.703 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.704 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.704 [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... 22:16:41.714 [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 22:16:41.717 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.717 [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 22:16:41.718 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.718 [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. 0s15ms [pure insertion] marking any relevant derived attributes for update...22:16:41.718 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.718 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.718 [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... 22:16:41.718 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.719 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.719 [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... 22:16:41.719 [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 22:16:41.725 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.725 [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 22:16:41.725 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.725 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:41.725 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.725 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.726 [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... 22:16:41.726 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.727 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.727 [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... 22:16:41.727 [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 22:16:41.742 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 22:16:41.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/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml 22:16:41.742 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.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/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...22:16:41.742 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.742 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.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/ec22d8ff-de86-11de-905b-001302895b2b.exml... 22:16:41.743 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.744 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.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/ec22d8ff-de86-11de-905b-001302895b2b.exml... 22:16:41.744 [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 22:16:41.766 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.766 [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 22:16:41.766 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.766 [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. 0s23ms [pure insertion] marking any relevant derived attributes for update...22:16:41.766 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.766 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.767 [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... 22:16:41.767 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.768 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.769 [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... 22:16:41.769 [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 22:16:41.807 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 22:16:41.807 [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 22:16:41.808 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.808 [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. 0s41ms [pure insertion] marking any relevant derived attributes for update...22:16:41.808 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.808 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.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/00700680-0000-01c3-0000-000000000000.exml... 22:16:41.808 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.809 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.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/00700680-0000-01c3-0000-000000000000.exml... 22:16:41.810 [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 22:16:41.816 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.816 [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 22:16:41.816 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.816 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:41.816 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.816 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.816 [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... 22:16:41.816 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.817 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.817 [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... 22:16:41.817 [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 22:16:41.833 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 22:16:41.833 [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 22:16:41.833 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.833 [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. 0s17ms [pure insertion] marking any relevant derived attributes for update...22:16:41.833 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.833 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.834 [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... 22:16:41.834 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.835 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.835 [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... 22:16:41.835 [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 22:16:41.841 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:16:41.841 [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 22:16:41.842 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.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/ab241507-a18e-4711-8acd-db5abd8b525f.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:41.842 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.842 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.842 [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... 22:16:41.842 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.843 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.843 [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... 22:16:41.849 [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 22:16:41.852 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.852 [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 22:16:41.852 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.852 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...22:16:41.852 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.852 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.853 [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... 22:16:41.853 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.854 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.854 [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... 22:16:41.857 [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 22:16:41.862 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 22:16:41.862 [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 22:16:41.862 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:16:41.862 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:41.862 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.862 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.863 [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... 22:16:41.863 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.864 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.864 [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... 22:16:41.864 [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 22:16:41.923 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 22:16:41.923 [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 22:16:41.923 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.923 [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. 0s60ms [pure insertion] marking any relevant derived attributes for update...22:16:41.923 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.923 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.923 [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... 22:16:41.923 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.924 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.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.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml... 22:16:41.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.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml 22:16:41.934 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:16:41.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.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml 22:16:41.935 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.935 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...22:16:41.935 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.935 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.935 [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... 22:16:41.935 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.936 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.936 [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... 22:16:41.937 [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 22:16:41.959 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.959 [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 22:16:41.959 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.959 [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. 0s24ms [pure insertion] marking any relevant derived attributes for update...22:16:41.959 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.959 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.959 [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... 22:16:41.959 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.961 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.961 [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... 22:16:41.961 [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 22:16:41.976 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.976 [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 22:16:41.976 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.976 [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. 0s17ms [pure insertion] marking any relevant derived attributes for update...22:16:41.976 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.976 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.976 [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... 22:16:41.976 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.977 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.977 [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... 22:16:41.977 [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 22:16:41.984 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.984 [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 22:16:41.984 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.984 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:41.984 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:41.984 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:41.984 [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... 22:16:41.984 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.985 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.985 [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... 22:16:41.985 [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 22:16:41.992 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:41.992 [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 22:16:41.992 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:41.992 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:41.992 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:41.993 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:41.993 [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... 22:16:41.993 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:41.994 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:41.994 [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... 22:16:41.994 [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 22:16:42.001 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16: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/8e76c95f-5821-11df-be59-001302895b2b.exml 22:16:42.001 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16: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/8e76c95f-5821-11df-be59-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:42.001 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.001 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16: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/01ec12fc-0000-0238-0000-000000000000.exml... 22:16:42.001 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.002 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16: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/01ec12fc-0000-0238-0000-000000000000.exml... 22:16:42.008 [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 22:16:42.012 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.012 [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 22:16:42.012 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.012 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:42.012 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.012 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.012 [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... 22:16:42.012 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.013 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.013 [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... 22:16: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/00700680-0000-01c7-0000-000000000000.exml 22:16:42.021 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.021 [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 22:16:42.021 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.021 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:42.021 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.021 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.021 [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... 22:16:42.021 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.022 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.022 [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... 22:16:42.022 [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 22:16:42.029 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:42.029 [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 22:16:42.029 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:42.029 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:42.029 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.029 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.029 [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... 22:16:42.029 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.030 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.030 [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... 22:16:42.030 [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 22:16:42.036 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.036 [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 22:16:42.036 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.036 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:42.036 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.036 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16: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.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml... 22:16:42.037 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.038 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.038 [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... 22:16:42.038 [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 22:16:42.060 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:42.060 [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 22:16:42.061 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:42.061 [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. 0s24ms [pure insertion] marking any relevant derived attributes for update...22:16:42.061 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.061 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.061 [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... 22:16:42.061 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.062 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.062 [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... 22:16:42.063 [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 22:16:42.085 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 22:16:42.085 [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 22:16:42.085 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:42.085 [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. 0s24ms [pure insertion] marking any relevant derived attributes for update...22:16:42.085 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.085 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.086 [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... 22:16:42.086 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.087 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.087 [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... 22:16:42.087 [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 22:16:42.144 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 22:16:42.144 [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 22:16:42.144 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:16:42.144 [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. 0s58ms [pure insertion] marking any relevant derived attributes for update...22:16:42.144 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.144 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.145 [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... 22:16:42.145 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.146 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.146 [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... 22:16:42.146 [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 22:16:42.152 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.152 [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 22:16:42.165 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.165 [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. 0s20ms [pure insertion] marking any relevant derived attributes for update...22:16:42.165 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.165 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.165 [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... 22:16:42.165 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.166 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.166 [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... 22:16:42.166 [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 22:16:42.177 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.177 [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 22:16:42.177 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.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/33ea7558-fb93-11df-8b5e-0027103f347c.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...22:16:42.177 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.177 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.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/0054070c-0000-005d-0000-000000000000.exml... 22:16:42.178 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.178 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.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/0054070c-0000-005d-0000-000000000000.exml... 22:16:42.185 [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 22:16:42.188 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.188 [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 22:16:42.188 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.188 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:42.189 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.189 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.189 [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... 22:16:42.189 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.190 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.190 [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... 22:16:42.193 [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 22:16:42.197 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.197 [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 22:16:42.197 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.197 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:42.197 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.197 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.197 [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... 22:16:42.197 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.198 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.198 [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... 22:16:42.198 [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 22:16:42.205 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:42.205 [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 22:16:42.205 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:42.205 [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...22:16:42.205 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.205 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.205 [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... 22:16:42.205 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.206 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.206 [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... 22:16:42.207 [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 22:16:42.212 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.212 [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 22:16:42.213 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.213 [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...22:16:42.213 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.213 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.213 [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... 22:16:42.213 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.214 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.214 [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... 22:16:42.214 [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 22:16:42.236 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 22:16:42.236 [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 22:16:42.237 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:16:42.237 [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. 0s24ms [pure insertion] marking any relevant derived attributes for update...22:16:42.237 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.237 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.237 [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... 22:16:42.237 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.238 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.238 [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... 22:16:42.238 [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 22:16:42.253 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.253 [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 22:16:42.253 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.253 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...22:16:42.253 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.253 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.253 [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... 22:16:42.253 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.254 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.254 [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... 22:16:42.255 [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 22:16:42.261 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.261 [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 22:16:42.261 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.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/89326f2e-c2fc-11de-8ac8-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:42.262 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.262 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.262 [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... 22:16:42.262 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.263 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.263 [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... 22:16:42.263 [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 22:16:42.335 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 22:16:42.335 [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 22:16:42.336 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 22:16:42.336 [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. 0s74ms [pure insertion] marking any relevant derived attributes for update...22:16:42.336 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.336 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.336 [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... 22:16:42.336 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.337 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.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/00700680-0000-01f1-0000-000000000000.exml... 22:16:42.338 [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 22:16:42.345 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.345 [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 22:16:42.345 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.345 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:42.345 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.345 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.346 [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... 22:16:42.346 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.347 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.347 [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... 22:16:42.353 [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 22:16:42.356 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.356 [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 22:16:42.356 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.356 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...22:16:42.356 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.356 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.356 [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... 22:16:42.356 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.357 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.357 [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... 22:16:42.361 [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 22:16:42.363 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:16:42.363 [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 22:16:42.364 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.364 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:42.364 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.364 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.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/01ec12fc-0000-0265-0000-000000000000.exml... 22:16:42.364 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.365 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.365 [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... 22:16:42.365 [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 22:16:42.372 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.372 [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 22:16:42.372 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.372 [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...22:16:42.372 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.372 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.372 [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... 22:16:42.372 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.373 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.373 [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... 22:16:42.373 [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 22:16:42.381 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.381 [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 22:16:42.381 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.381 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:42.381 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.381 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.381 [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... 22:16:42.381 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.383 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.383 [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... 22:16:42.383 [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 22:16:42.404 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:42.405 [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 22:16:42.405 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:42.405 [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. 0s24ms [pure insertion] marking any relevant derived attributes for update...22:16:42.405 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.405 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.405 [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... 22:16:42.405 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.406 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.407 [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... 22:16:42.407 [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 22:16:42.421 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.421 [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 22:16:42.422 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.422 [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. 0s17ms [pure insertion] marking any relevant derived attributes for update...22:16:42.422 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.422 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.422 [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... 22:16:42.422 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.423 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.423 [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... 22:16:42.423 [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 22:16:42.438 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 22:16:42.438 [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 22:16:42.438 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:16:42.438 [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. 0s16ms [pure insertion] marking any relevant derived attributes for update...22:16:42.438 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.438 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.439 [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... 22:16:42.439 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.440 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.440 [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... 22:16:42.440 [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 22:16:42.446 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 22:16:42.446 [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 22:16:42.446 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:16:42.446 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:42.446 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.446 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.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/1b7fd53f-205e-11df-948e-001302895b2b.exml... 22:16:42.447 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.448 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.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/1b7fd53f-205e-11df-948e-001302895b2b.exml... 22:16:42.448 [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 22:16:42.495 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.495 [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 22:16:42.496 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.496 [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. 0s49ms [pure insertion] marking any relevant derived attributes for update...22:16:42.496 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.496 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.496 [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... 22:16:42.496 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.497 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.497 [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... 22:16:42.504 [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 22:16:42.507 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.507 [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 22:16:42.507 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.508 [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. 0s12ms [pure insertion] marking any relevant derived attributes for update...22:16:42.508 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.508 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.508 [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... 22:16:42.508 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.509 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.509 [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... 22:16:42.513 [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 22:16:42.598 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 22:16:42.598 [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 22:16:42.598 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:16:42.598 [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. 0s90ms [pure insertion] marking any relevant derived attributes for update...22:16:42.598 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:42.599 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:42.599 [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... 22:16:42.599 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.600 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.600 [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... 22:16:42.600 [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 22:16:42.607 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 22:16:42.607 [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 22:16:42.610 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.610 [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. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:42.610 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:42.611 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:42.611 [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... 22:16:42.611 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.612 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.612 [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... 22:16:42.612 [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 22:16:42.625 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 22:16:42.625 [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 22:16:42.625 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 22:16:42.625 [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. 0s14ms [pure insertion] marking any relevant derived attributes for update...22:16:42.625 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.625 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.626 [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... 22:16:42.626 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.627 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.627 [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... 22:16:42.627 [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 22:16:42.664 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 22:16:42.664 [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 22:16:42.665 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.665 [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. 0s39ms [pure insertion] marking any relevant derived attributes for update...22:16:42.665 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.665 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.665 [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... 22:16:42.665 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.666 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.666 [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... 22:16:42.667 [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 22:16:42.689 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:16:42.689 [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 22:16:42.689 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:42.689 [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. 0s24ms [pure insertion] marking any relevant derived attributes for update...22:16:42.689 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.689 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.690 [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... 22:16:42.690 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.691 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.691 [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... 22:16:42.691 [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 22:16:42.697 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec) 22:16:42.697 [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 22:16:42.698 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:16:42.698 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:42.698 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.698 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.698 [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... 22:16:42.698 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.699 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.699 [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... 22:16:42.699 [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 22:16:42.706 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:16:42.706 [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 22:16:42.706 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.706 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:42.706 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:42.707 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:42.707 [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... 22:16:42.707 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.708 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.708 [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... 22:16:42.708 [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 22:16:42.715 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.715 [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 22:16:42.715 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.715 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:42.715 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.715 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.715 [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... 22:16:42.715 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.716 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.716 [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... 22:16:42.722 [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 22:16:42.726 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.726 [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 22:16:42.726 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.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/5d357779-c2fd-11de-8ac8-001302895b2b.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...22:16:42.726 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.726 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.726 [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... 22:16:42.726 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.727 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.727 [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... 22:16:42.731 [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 22:16:42.733 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:16:42.733 [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 22:16:42.733 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.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.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:42.733 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.733 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.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/01ec141c-0000-1301-0000-000000000000.exml... 22:16:42.734 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.735 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.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/01ec141c-0000-1301-0000-000000000000.exml... 22:16:42.735 [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 22:16:42.741 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.741 [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 22:16:42.742 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.742 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:42.742 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.742 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.742 [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... 22:16:42.742 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.743 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.743 [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... 22:16:42.743 [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 22:16:42.754 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec) 22:16:42.754 [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 22:16:42.756 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 22:16:42.756 [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. 0s14ms [pure insertion] marking any relevant derived attributes for update...22:16:42.756 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.756 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.757 [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... 22:16:42.757 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.758 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.758 [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... 22:16:42.758 [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 22:16:42.810 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.810 [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 22:16:42.811 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.811 [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. 0s54ms [pure insertion] marking any relevant derived attributes for update...22:16:42.811 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.811 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.811 [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... 22:16:42.811 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.812 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.812 [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... 22:16:42.813 [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 22:16:42.832 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.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/fd461312-91e1-4589-a042-c814e1f53e6a.exml 22:16:42.832 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.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/fd461312-91e1-4589-a042-c814e1f53e6a.exml. 0s21ms [pure insertion] marking any relevant derived attributes for update...22:16:42.832 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.832 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.832 [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, 8 sec total) 22:16:42.833 [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... 22:16:42.833 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.834 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.834 [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... 22:16:42.834 [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 22:16:42.841 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.841 [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 22:16:42.841 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.841 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:42.841 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.841 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.841 [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... 22:16:42.841 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.842 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.842 [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... 22:16:42.843 [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 22:16:42.849 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.849 [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 22:16:42.849 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.849 [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. 0s8ms [pure insertion] marking any relevant derived attributes for update...22:16:42.849 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.849 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.850 [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... 22:16:42.850 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.851 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.851 [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... 22:16:42.851 [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 22:16:42.858 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.858 [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 22:16:42.860 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.860 [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. 0s10ms [pure insertion] marking any relevant derived attributes for update...22:16:42.860 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.860 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.860 [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... 22:16:42.860 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.861 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.861 [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... 22:16:42.865 [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 22:16:42.869 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.869 [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 22:16:42.869 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.869 [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. 0s9ms [pure insertion] marking any relevant derived attributes for update...22:16:42.869 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.869 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.869 [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... 22:16:42.869 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.870 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.870 [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... 22:16:42.874 [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 22:16:42.913 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.913 [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 22:16:42.913 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.913 [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. 0s44ms [pure insertion] marking any relevant derived attributes for update...22:16:42.913 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.913 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.913 [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... 22:16:42.913 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.914 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.914 [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... 22:16:42.914 [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 22:16:42.926 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16:42.926 [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 22:16:42.926 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.926 [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. 0s13ms [pure insertion] marking any relevant derived attributes for update...22:16:42.926 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.926 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.927 [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... 22:16:42.927 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.928 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.928 [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... 22:16:42.928 [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 22:16:42.934 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:16:42.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.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml 22:16:42.934 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16:42.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.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:16:42.934 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.934 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.935 [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... 22:16:42.935 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.936 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.936 [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... 22:16:42.936 [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 22:16:42.950 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:16: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/007006dc-0000-0137-0000-000000000000.exml 22:16:42.950 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:16: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/007006dc-0000-0137-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...22:16:42.950 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:42.951 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:42.951 [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... 22:16:42.951 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:42.952 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:42.952 [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... 22:16:42.952 [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 22:16:42.975 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 22:16:42.975 [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 22:16:42.975 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:16:42.976 [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. 0s25ms [pure insertion] marking any relevant derived attributes for update...22:16:42.976 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:16:42.976 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:16:42.976 [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, 8 sec total) 22:16:42.976 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:16:42.976 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:16:42.976 [pool-212-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:16:45.673 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 22:16:45.951 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 22:16:45.951 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.975s attempting to resolve any uninitialized derived attributes... 22:16:45.951 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:16:45.951 [pool-212-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:16:45.952 [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... 22:16:45.952 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s976ms [proxy update] 22:16:45.952 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:16:45.955 [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 ~13s validating changes... 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/4e477e48-35b4-11df-9280-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.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.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.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-01d1-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/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/00bc3ac0-0000-0d9a-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml validating file UPDATED for /data/fragments/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/01ec12fc-0000-0a37-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.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/6f3c6234-52b8-11df-a320-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/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.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/002005c0-0001-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-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/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/00700680-0000-01d5-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/00000000-0000-9c46-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.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/Standard.DataType/00000004-0000-0005-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/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-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/de38398e-c746-11e1-8624-0027103f347d.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/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.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/5d167c0f-df53-11de-b2b1-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/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-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/229bc921-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.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/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.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-0bfd-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.Stereotype/15d2108f-5d0c-11df-a996-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/3254be34-c7d8-4018-8a68-5de65c30b773.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/01ec2468-0000-0ac1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.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/00700680-0000-01e7-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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-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/01ec12fc-0000-0242-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/0bd72298-5d08-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-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.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.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/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.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/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/90a0e341-5d0d-11df-a996-001302895b2b.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/00000000-0000-9c49-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.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/e4c6c55f-c2fc-11de-8ac8-001302895b2b.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.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.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.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/6432b987-256f-4121-9428-a89d364c2cef.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-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/00700680-0000-01e5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.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/0054070c-0000-005f-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/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.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/01ec152c-0000-144f-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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-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/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/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml validating file UPDATED for /data/fragments/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-01cc-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/a46b20b8-26ab-11df-ac88-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.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.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/3edfb381-5d0d-11df-a996-001302895b2b.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/b9654705-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.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/021863a9-f3db-11df-8ada-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.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/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.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/5582e283-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-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/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.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/744f6321-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.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-01ca-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-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/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.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/01ec12fc-0000-024c-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.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/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.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/de95a30a-def3-4199-88a5-577f867327a2.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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.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/3c4678f8-f169-11df-ae59-0014224f9977.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/e445c33b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.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.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/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/ec22d8ff-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.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/00140d80-0000-0110-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/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/00700680-0000-01f9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-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/8e76c95f-5821-11df-be59-001302895b2b.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/00700680-0000-01c7-0000-000000000000.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/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.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.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/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.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/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.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/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.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/2d98d6ca-5644-418a-9bae-94b5362d3c51.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.MetaclassReference/00bc2f68-0000-0fc2-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-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.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.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/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/007006dc-0000-0137-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml changed resource size: 619 relevant graph size: 619 validated changes... true 22:16:46.139 [pool-212-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 13 s 953 ms 22:16:46.147 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:16:46.147 [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 22:16:46.149 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:16:46.149 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:16:47.245 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:16:47.249 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:16:49.241 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:16:49.242 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:16:49.242 [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 22:16:49.293 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:16:49.293 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:16:49.409 [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 22:16:49.409 [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 22:16:49.410 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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[] 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.451 [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 22:16:49.452 [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 22:16:49.452 [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 22:16:49.452 [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 22:16:49.452 [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 22:16:49.452 [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 22:16:49.452 [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 22:16:49.452 [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 22:16:49.452 [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 22:16:49.452 [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 22:16:49.452 [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 22:16:49.452 [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[] 22:16:49.452 [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 22:16:49.452 [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 22:16:49.452 [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 22:16:49.452 [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 22:16:49.452 [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 22:16:49.452 [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 22:16:49.452 [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 22:16:49.491 [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 22:16:49.491 [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 22:16:49.516 [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 22:16:49.516 [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 22:16:49.519 [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 22:16:49.530 [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 22:16:49.632 [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 22:16:49.634 [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 22:16:49.634 [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 22:16:49.635 [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 22:16:49.636 [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 22:16:49.638 [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 22:16:49.680 [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 22:16:49.716 [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 22:16:49.716 [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 22:16:49.716 [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 22:16:49.716 [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 22:16:49.716 [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 22:16:49.718 [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 22:16:49.718 [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 22:16:49.750 [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 22:16:49.751 [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 22:16:49.751 [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 22:16:49.751 [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 22:16:49.752 [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[] 22:16:49.753 [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 22:16:49.753 [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 22:16:49.753 [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 22:16:49.753 [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 22:16:49.753 [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 22:16:49.753 [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 22:16:49.753 [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 22:16:49.753 [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 22:16:49.753 [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 22:16:49.753 [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 22:16:49.753 [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 22:16:49.753 [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 22:16:49.753 [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 22:16:49.754 [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 22:16:49.754 [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 22:16:49.754 [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 22:16:49.754 [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 22:16:49.754 [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 22:16:49.754 [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 22:16:49.755 [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 22:16:49.755 [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 22:16:49.755 [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 22:16:49.755 [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 22:16:49.755 [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 22:16:49.755 [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 22:16:49.755 [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 22:16:49.755 [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 22:16:49.757 [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 22:16:50.073 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 184 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:16:50.073 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:16:50.128 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:16:50.128 [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! 22:16:50.128 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:16:50.129 [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 22:16:50.129 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:16:50.344 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7203522246188168417/:org.eclipse.hawk.localfolder.LocalFolder:false 22:16:50.345 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:16:50.345 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:16:50.348 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:16:50.349 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:16:50.349 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:16:52.501 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit737848203841299089/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@47de0997 (id: _ba16239e-181e-4b9f-bc5b-0bb2ee973450, anyAttribute: null) (name: null) (isClosed: false, isExecutable: false, processType: None)' is not legal. (file:/tmp/junit7203522246188168417/v0-B.2.0.bpmn, -1, -1) 22:16:52.838 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:16:53.550 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /v0-B.2.0.bpmn... 0s713ms [pure insertion] marking any relevant derived attributes for update...22:16:53.551 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s76ms 22:16:53.627 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s76ms 22:16:53.627 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:16:53.627 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:16:53.693 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:16:53.693 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.066s attempting to resolve any uninitialized derived attributes... 22:16:53.693 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:16:53.693 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:16:53.760 [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... 22:16:53.760 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s134ms [proxy update] 22:16:53.761 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:16:53.761 [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 22:16:53.761 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 416 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit7203522246188168417/v0-B.2.0.bpmn 22:16:53.761 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:16:53.763 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:16:53.764 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:16:53.764 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:16:54.677 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit737848203841299089/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:16:54.724 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 22:16:54.778 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:54.778 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:16:54.778 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /v0-B.2.0.bpmn... 22:16:54.779 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 22:16:54.828 [pool-219-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.MessageVisibleKind 22:16:54.852 [pool-219-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.ParticipantBandKind 22:16:54.931 [pool-219-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.ProcessType 22:16:55.117 [pool-219-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.GatewayDirection 22:16:55.152 [pool-219-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.MultiInstanceBehavior 22:16:55.222 [pool-219-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.AssociationDirection 22:16:55.314 [pool-219-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.EventBasedGatewayType 22:16:55.412 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec) 22:16:55.412 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 22:16:55.437 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~0 sec) 22:16:55.437 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /v0-B.2.0.bpmn. 0s713ms [pure insertion] marking any relevant derived attributes for update...22:16:55.437 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:16:55.438 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:16:55.438 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:16:55.438 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:16:55.438 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:16:57.372 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total) 22:16:57.482 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs 22:16:57.482 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.044s attempting to resolve any uninitialized derived attributes... 22:16:57.482 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:16:57.482 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:16:57.483 [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... 22:16:57.483 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s45ms [proxy update] 22:16:57.483 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:16:57.483 [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 0 time ~3s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1020 relevant graph size: 1020 validated changes... true 22:16:57.612 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 851 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit7203522246188168417/v0-B.2.0.bpmn 22:16:57.612 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:16:57.614 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:16:57.615 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:16:57.615 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:16:58.656 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit737848203841299089/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:16:58.696 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 22:16:58.698 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:16:58.710 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:16:59.490 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store 22:16:59.512 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:231 u:106 d:228 ratio: 0.553921568627451 22:16:59.512 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 22:16:59.512 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 22:16:59.513 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn 22:16:59.845 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.332s 22:17:01.391 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit737848203841299089/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:01.415 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 22:17:01.912 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec) 22:17:01.912 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 22:17:01.950 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~0 sec) 22:17:01.951 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s255ms [pure insertion] marking any relevant derived attributes for update...22:17:01.951 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:17:01.951 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:17:01.951 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:17:01.951 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:17:01.951 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:03.818 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total) 22:17:03.912 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs 22:17:03.912 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.961s attempting to resolve any uninitialized derived attributes... 22:17:03.912 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:17:03.913 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:17:03.913 [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... 22:17:03.913 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s962ms [proxy update] 22:17:03.913 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:17:03.913 [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 22:17:04.021 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 409 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v3-B.2.0.bpmn over /tmp/junit7203522246188168417/v0-B.2.0.bpmn 22:17:04.021 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:17:04.023 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:17:04.024 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:17:04.024 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:17:04.961 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit737848203841299089/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:05.003 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 22:17:05.006 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:17:05.006 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:05.714 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store 22:17:05.736 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:350 u:240 d:235 ratio: 0.8088235294117647 22:17:05.736 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 22:17:05.736 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 22:17:05.737 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn 22:17:05.942 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.205s 22:17:07.479 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit737848203841299089/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:07.504 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 22:17:07.921 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2137sec) 22:17:07.921 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 22:17:08.014 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~0 sec) 22:17:08.014 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s11ms [pure insertion] marking any relevant derived attributes for update...22:17:08.014 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:17:08.015 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:17:08.015 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:17:08.015 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:17:08.015 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:10.069 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/320 proxy references (0 sec total) 22:17:10.201 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 320 refs 22:17:10.202 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.187s attempting to resolve any uninitialized derived attributes... 22:17:10.202 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:17:10.202 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:17:10.202 [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... 22:17:10.202 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s187ms [proxy update] 22:17:10.202 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 22:17:10.202 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. c elems 1125 d elems 1020 time ~6s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1125 relevant graph size: 1125 validated changes... true 22:17:10.317 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 296 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit7203522246188168417/v0-B.2.0.bpmn 22:17:10.317 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:17:10.319 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:17:10.320 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:17:10.320 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:17:11.250 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit737848203841299089/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:11.290 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 22:17:11.312 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:17:11.312 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:12.138 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store 22:17:12.170 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:257 u:403 d:253 ratio: 0.8115555555555556 22:17:12.210 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 22:17:12.210 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 22:17:12.211 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn 22:17:12.513 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.302s 22:17:14.310 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit737848203841299089/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:14.335 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 22:17:14.754 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2133sec) 22:17:14.754 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 22:17:14.843 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~0 sec) 22:17:14.843 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s553ms [pure insertion] marking any relevant derived attributes for update...22:17:14.843 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:17:14.844 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:17:14.844 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:17:14.844 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:17:14.844 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:16.775 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total) 22:17:16.957 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs 22:17:16.957 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.113s attempting to resolve any uninitialized derived attributes... 22:17:16.957 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:17:16.957 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:17:16.957 [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... 22:17:16.957 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s114ms [proxy update] 22:17:16.958 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:17:16.958 [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 22:17:17.021 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 704 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit7203522246188168417/v0-B.2.0.bpmn 22:17:17.022 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:17:17.024 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:17:17.024 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:17:17.024 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:17:18.038 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit737848203841299089/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:18.074 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 22:17:18.077 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:17:18.077 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:19.003 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store 22:17:19.025 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:253 u:617 d:243 ratio: 0.9893333333333333 22:17:19.025 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 22:17:19.025 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 22:17:19.026 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn 22:17:19.233 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.207s 22:17:20.598 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit737848203841299089/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:20.623 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 22:17:21.024 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec) 22:17:21.024 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 22:17:21.118 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~0 sec) 22:17:21.118 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s44ms [pure insertion] marking any relevant derived attributes for update...22:17:21.118 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:17:21.118 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:17:21.118 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:17:21.118 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:17:21.118 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:23.161 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total) 22:17:23.338 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs 22:17:23.338 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.22s attempting to resolve any uninitialized derived attributes... 22:17:23.338 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:17:23.338 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:17:23.339 [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... 22:17:23.339 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s221ms [proxy update] 22:17:23.339 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:17:23.339 [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 22:17:23.424 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 402 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit7203522246188168417/v0-B.2.0.bpmn 22:17:23.424 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:17:23.427 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:17:23.427 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:17:23.427 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:17:24.620 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit737848203841299089/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:24.655 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 22:17:24.658 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:17:24.658 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:25.635 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store 22:17:25.654 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:249 u:312 d:237 ratio: 0.7080745341614907 22:17:25.654 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 22:17:25.654 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 22:17:25.655 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn 22:17:25.842 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.187s 22:17:27.222 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit737848203841299089/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:27.247 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 22:17:27.526 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec) 22:17:27.526 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 22:17:27.619 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~0 sec) 22:17:27.619 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 2s964ms [pure insertion] marking any relevant derived attributes for update...22:17:27.619 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:17:27.619 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:17:27.619 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:17:27.619 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:17:27.619 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:29.482 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total) 22:17:29.586 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs 22:17:29.586 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.967s attempting to resolve any uninitialized derived attributes... 22:17:29.586 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:17:29.586 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:17:29.587 [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... 22:17:29.587 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s968ms [proxy update] 22:17:29.587 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:17:29.587 [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 22:17:29.640 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 216 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit7203522246188168417/v0-B.2.0.bpmn 22:17:29.640 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:17:29.642 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:17:29.643 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:17:29.643 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:17:30.600 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit737848203841299089/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:30.635 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 22:17:30.638 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:17:30.638 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:31.594 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store 22:17:31.615 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:247 u:321 d:240 ratio: 0.7169476486246673 22:17:31.615 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 22:17:31.615 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 22:17:31.616 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn 22:17:31.821 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.205s 22:17:33.310 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit737848203841299089/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:33.335 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 22:17:33.661 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec) 22:17:33.661 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 22:17:33.728 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~0 sec) 22:17:33.728 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s93ms [pure insertion] marking any relevant derived attributes for update...22:17:33.728 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:17:33.729 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:17:33.729 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:17:33.729 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:17:33.729 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:35.624 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total) 22:17:35.715 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs 22:17:35.715 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.986s attempting to resolve any uninitialized derived attributes... 22:17:35.715 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:17:35.715 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:17:35.716 [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... 22:17:35.716 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s987ms [proxy update] 22:17:35.716 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 22:17:35.716 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 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 22:17:35.757 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 117 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit7203522246188168417/v0-B.2.0.bpmn 22:17:35.810 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:17:35.813 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:17:35.813 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:17:35.813 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:17:36.763 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit737848203841299089/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:36.798 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 22:17:36.801 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:17:36.801 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:37.709 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store 22:17:37.729 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:259 u:383 d:253 ratio: 0.7941437444543035 22:17:37.729 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 22:17:37.729 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 22:17:37.730 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn 22:17:37.854 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.124s 22:17:39.274 [pool-219-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit737848203841299089/test_bpmn[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:39.298 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 22:17:39.635 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1129 NODES AND 1129 M->MM REFERENCES! (took ~2140sec) 22:17:39.635 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 22:17:39.667 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1590 REFERENCES! (took ~0 sec) 22:17:39.667 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 2s869ms [pure insertion] marking any relevant derived attributes for update...22:17:39.667 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:17:39.668 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:17:39.668 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:17:39.668 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:17:39.668 [pool-219-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:41.764 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/322 proxy references (0 sec total) 22:17:41.871 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 322 refs 22:17:41.871 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.203s attempting to resolve any uninitialized derived attributes... 22:17:41.871 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:17:41.871 [pool-219-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:17:41.871 [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... 22:17:41.871 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s204ms [proxy update] 22:17:41.872 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1129 d elems 1127 time ~6s validating changes... 22:17:41.872 [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 changed resource size: 1129 relevant graph size: 1129 validated changes... true 22:17:41.911 [pool-219-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 101 ms 22:17:41.911 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:17:41.911 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7203522246188168417/:org.eclipse.hawk.localfolder.LocalFolder:false 22:17:41.913 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:17:41.913 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:17:42.861 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:17:42.865 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:17:44.872 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:17:44.873 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:17:44.873 [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 22:17:44.873 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:17:44.873 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:17:44.873 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:17:44.873 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:17:44.874 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 22:17:44.874 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:17:44.874 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:17:44.874 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:17:44.875 [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 22:17:44.875 [pool-225-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 22:17:44.878 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:17:44.878 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:17:44.950 [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 22:17:44.966 [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 22:17:44.966 [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 22:17:44.966 [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[] 22:17:44.967 [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 22:17:44.967 [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 22:17:44.967 [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 22:17:44.967 [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 22:17:44.968 [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 22:17:44.968 [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 22:17:44.968 [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 22:17:44.968 [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 22:17:44.968 [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 22:17:44.968 [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 22:17:44.968 [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 22:17:44.968 [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 22:17:44.968 [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 22:17:44.969 [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 22:17:44.969 [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 22:17:44.969 [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 22:17:44.969 [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 22:17:44.969 [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 22:17:44.969 [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 22:17:44.969 [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 22:17:44.969 [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 22:17:44.969 [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 22:17:44.969 [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 22:17:44.969 [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 22:17:44.969 [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 22:17:44.970 [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 22:17:44.970 [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 22:17:44.970 [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 22:17:44.970 [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 22:17:44.970 [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 22:17:45.030 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 22:17:45.030 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:17:45.217 [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 22:17:45.218 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:17:45.219 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:17:45.220 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:17:45.222 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:17:45.222 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:17:46.657 [pool-225-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9023138319300545957/test_instanceCountsAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:46.662 [pool-225-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:47.174 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 22:17:47.466 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:17:47.467 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:17:47.467 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 22:17:48.108 [pool-225-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9023138319300545957/test_instanceCountsAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:48.114 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 22:17:48.115 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:17:48.115 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 22:17:48.116 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:17:48.116 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 1s454ms [pure insertion] marking any relevant derived attributes for update...22:17:48.116 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s17ms 22:17:48.134 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s17ms 22:17:48.134 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 22:17:48.134 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:17:48.135 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:17:48.135 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 22:17:48.135 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 22:17:48.135 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:17:48.135 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 22:17:48.135 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:17:48.135 [pool-225-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...22:17:48.135 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:17:48.136 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:17:48.136 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 22:17:48.136 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:17:48.137 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:17:48.137 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 22:17:48.138 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 22:17:48.138 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:17:48.138 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 22:17:48.138 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:17:48.138 [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...22:17:48.138 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:17:48.138 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:17:48.138 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:17:48.139 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:17:48.139 [pool-225-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:50.120 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 22:17:50.330 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 22:17:50.330 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.191s attempting to resolve any uninitialized derived attributes... 22:17:50.330 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:17:50.330 [pool-225-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:17:50.331 [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... 22:17:50.331 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s193ms [proxy update] 22:17:50.331 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:17:50.331 [pool-225-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 22:17:50.333 [pool-225-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 114 ms 22:17:50.335 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:17:50.335 [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 22:17:50.336 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:17:50.336 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:17:51.145 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:17:51.149 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:17:53.132 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:17:53.133 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:17:53.133 [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 22:17:53.133 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:17:53.133 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:17:53.133 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:17:53.133 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:17:53.134 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:17:53.134 [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! 22:17:53.134 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:17:53.134 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:17:53.135 [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 22:17:53.136 [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 22:17:53.138 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:17:53.138 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:17:53.234 [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 22:17:53.267 [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 22:17:53.268 [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 22:17:53.268 [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 22:17:53.268 [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 22:17:53.268 [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 22:17:53.269 [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 22:17:53.269 [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 22:17:53.269 [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 22:17:53.269 [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 22:17:53.269 [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 22:17:53.269 [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 22:17:53.269 [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 22:17:53.269 [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[] 22:17:53.269 [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 22:17:53.270 [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 22:17:53.270 [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 22:17:53.270 [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 22:17:53.270 [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 22:17:53.270 [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 22:17:53.270 [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 22:17:53.270 [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 22:17:53.270 [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 22:17:53.270 [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 22:17:53.270 [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 22:17:53.270 [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 22:17:53.270 [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 22:17:53.270 [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 22:17:53.271 [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 22:17:53.271 [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 22:17:53.271 [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 22:17:53.271 [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 22:17:53.271 [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 22:17:53.271 [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 22:17:53.373 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 22:17:53.373 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:17:53.611 [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 22:17:53.612 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:17:53.612 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:17:53.613 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:17:53.615 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:17:53.615 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:17:55.317 [pool-232-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3509542550806103794/test_listFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:55.322 [pool-232-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:56.036 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 22:17:56.342 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:17:56.343 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:17:56.343 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 22:17:57.118 [pool-232-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3509542550806103794/test_listFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:17:57.124 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 22:17:57.125 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:17:57.125 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 22:17:57.125 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:17:57.125 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 1s803ms [pure insertion] marking any relevant derived attributes for update...22:17:57.125 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s52ms 22:17:57.177 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s52ms 22:17:57.178 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 22:17:57.178 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:17:57.179 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:17:57.179 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 22:17:57.179 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 22:17:57.179 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:17:57.179 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 22:17:57.179 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:17:57.179 [pool-232-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...22:17:57.179 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:17:57.179 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:17:57.180 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 22:17:57.180 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:17:57.181 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:17:57.181 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 22:17:57.181 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 22:17:57.181 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:17:57.181 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 22:17:57.221 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:17:57.221 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s41ms [pure insertion] marking any relevant derived attributes for update...22:17:57.221 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:17:57.221 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:17:57.221 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:17:57.221 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:17:57.221 [pool-232-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:17:59.312 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 22:17:59.557 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 22:17:59.557 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.336s attempting to resolve any uninitialized derived attributes... 22:17:59.557 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:17:59.557 [pool-232-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:17:59.558 [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... 22:17:59.558 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s337ms [proxy update] 22:17:59.558 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:17:59.558 [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 c elems 9 d elems 0 time ~5s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 22:17:59.560 [pool-232-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 948 ms 22:17:59.561 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:17:59.561 [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 22:17:59.562 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:17:59.562 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:18:00.634 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:18:00.638 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:18:02.700 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:18:02.701 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:02.701 [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 22:18:02.701 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:18:02.701 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:18:02.701 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:18:02.701 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:18:02.703 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:18:02.703 [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! 22:18:02.703 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:18:02.703 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:18:02.703 [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... changed resource size: 0 relevant graph size: 0 validated changes... true 22:18:02.704 [pool-239-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 22:18:02.707 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:18:02.707 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:18:02.810 [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 22:18:02.844 [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 22:18:02.845 [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 22:18:02.845 [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 22:18:02.845 [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 22:18:02.845 [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 22:18:02.845 [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 22:18:02.845 [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 22:18:02.845 [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 22:18:02.845 [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 22:18:02.845 [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[] 22:18:02.846 [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 22:18:02.846 [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 22:18:02.846 [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 22:18:02.846 [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 22:18:02.846 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.847 [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 22:18:02.975 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 22:18:02.975 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:18:03.163 [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 22:18:03.164 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:03.164 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:18:03.165 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:18:03.167 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:18:03.167 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:18:04.786 [pool-239-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3979521762372296970/test_instanceCounts[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:18:04.791 [pool-239-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:18:05.543 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 22:18:05.928 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:05.929 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:05.929 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 22:18:06.745 [pool-239-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3979521762372296970/test_instanceCounts[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:18:06.752 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 22:18:06.753 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:18:06.753 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 22:18:06.754 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:18:06.754 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 1s963ms [pure insertion] marking any relevant derived attributes for update...22:18:06.754 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s67ms 22:18:06.821 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s67ms 22:18:06.822 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 22:18:06.822 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:06.824 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:06.824 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 22:18:06.824 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 22:18:06.824 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:18:06.824 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 22:18:06.825 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:18:06.825 [pool-239-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...22:18:06.825 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:06.825 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:06.825 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 22:18:06.825 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:06.827 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:06.827 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 22:18:06.827 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 22:18:06.828 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:18:06.828 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 22:18:06.828 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:18:06.828 [pool-239-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...22:18:06.828 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:06.828 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:06.828 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:18:06.828 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:18:06.828 [pool-239-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:18:08.988 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 22:18:09.226 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 22:18:09.226 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.398s attempting to resolve any uninitialized derived attributes... 22:18:09.226 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:18:09.226 [pool-239-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:18:09.227 [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... 22:18:09.227 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s399ms [proxy update] 22:18:09.227 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:18:09.227 [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 ~6s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 22:18:09.229 [pool-239-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 65 ms 22:18:09.231 [pool-239-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 22:18:09.232 [pool-239-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3979521762372296970/test_instanceCounts[Neo4j]/db 22:18:09.233 [pool-239-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 22:18:09.233 [pool-239-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3979521762372296970/test_instanceCounts[Neo4j]/db 22:18:09.234 [pool-239-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 22:18:09.234 [pool-239-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3979521762372296970/test_instanceCounts[Neo4j]/db 22:18:09.235 [pool-239-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 22:18:09.235 [pool-239-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3979521762372296970/test_instanceCounts[Neo4j]/db 22:18:09.236 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:18:09.236 [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 22:18:09.237 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:09.237 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:18:10.250 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:18:10.254 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:18:12.219 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:18:12.220 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:12.220 [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 22:18:12.220 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:18:12.220 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:18:12.220 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:18:12.220 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:18:12.221 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:18:12.221 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 22:18:12.221 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 22:18:12.221 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:18:12.222 [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 22:18:12.222 [pool-246-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 22:18:12.224 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:18:12.224 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:18:12.312 [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 22:18:12.358 [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 22:18:12.358 [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 22:18:12.358 [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 22:18:12.358 [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 22:18:12.358 [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 22:18:12.358 [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 22:18:12.358 [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 22:18:12.359 [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 22:18:12.359 [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 22:18:12.359 [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 22:18:12.359 [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 22:18:12.359 [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 22:18:12.359 [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 22:18:12.359 [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 22:18:12.359 [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 22:18:12.359 [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 22:18:12.359 [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[] 22:18:12.359 [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 22:18:12.359 [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 22:18:12.359 [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 22:18:12.359 [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 22:18:12.359 [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 22:18:12.359 [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 22:18:12.360 [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 22:18:12.360 [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 22:18:12.360 [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 22:18:12.360 [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 22:18:12.360 [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 22:18:12.360 [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 22:18:12.361 [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 22:18:12.361 [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 22:18:12.361 [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 22:18:12.361 [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 22:18:12.469 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 22:18:12.469 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:18:12.706 [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 22:18:12.707 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:12.707 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:18:12.709 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:18:12.711 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:18:12.711 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:18:14.454 [pool-246-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2266966461323312844/test_reverseRefs[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:18:14.460 [pool-246-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:18:15.112 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 22:18:15.438 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:15.439 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:15.439 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 22:18:16.172 [pool-246-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2266966461323312844/test_reverseRefs[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:18:16.178 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 22:18:16.179 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:18:16.179 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 22:18:16.180 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:18:16.180 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 1s720ms [pure insertion] marking any relevant derived attributes for update...22:18:16.180 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s42ms 22:18:16.222 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s42ms 22:18:16.223 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 22:18:16.223 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:16.225 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:16.225 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 22:18:16.225 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 22:18:16.226 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:18:16.226 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 22:18:16.226 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:18:16.226 [pool-246-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...22:18:16.226 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:16.226 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:16.227 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 22:18:16.227 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:16.229 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:16.229 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 22:18:16.229 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 22:18:16.230 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:18:16.230 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 22:18:16.230 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:18:16.230 [pool-246-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...22:18:16.230 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:16.230 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:16.230 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:18:16.230 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:18:16.230 [pool-246-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:18:18.315 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 22:18:18.560 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 22:18:18.561 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.33s attempting to resolve any uninitialized derived attributes... 22:18:18.561 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:18:18.561 [pool-246-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:18:18.561 [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... 22:18:18.561 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s331ms [proxy update] 22:18:18.561 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:18:18.561 [pool-246-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/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 22:18:18.563 [pool-246-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 856 ms 22:18:18.566 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 22:18:18.566 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2266966461323312844/test_reverseRefs[Neo4j]/db 22:18:18.568 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 22:18:18.568 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2266966461323312844/test_reverseRefs[Neo4j]/db 22:18:18.569 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 22:18:18.569 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2266966461323312844/test_reverseRefs[Neo4j]/db 22:18:18.570 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 22:18:18.570 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2266966461323312844/test_reverseRefs[Neo4j]/db 22:18:18.572 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 22:18:18.572 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2266966461323312844/test_reverseRefs[Neo4j]/db 22:18:18.573 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 22:18:18.573 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2266966461323312844/test_reverseRefs[Neo4j]/db 22:18:18.574 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:18:18.574 [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 22:18:18.575 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:18.575 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:18:19.584 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:18:19.588 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:18:21.020 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:18:21.021 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:21.021 [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 22:18:21.021 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:18:21.021 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:18:21.021 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:18:21.021 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:18:21.022 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:18:21.022 [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! 22:18:21.022 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 22:18:21.022 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:18:21.023 [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 22:18:21.023 [pool-253-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 22:18:21.025 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:18:21.025 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:18:21.096 [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 22:18:21.099 [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 22:18:21.099 [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 22:18:21.099 [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 22:18:21.100 [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[] 22:18:21.100 [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 22:18:21.100 [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 22:18:21.100 [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 22:18:21.100 [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 22:18:21.100 [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 22:18:21.100 [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 22:18:21.100 [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 22:18:21.100 [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 22:18:21.100 [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 22:18:21.100 [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 22:18:21.100 [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 22:18:21.100 [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 22:18:21.100 [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 22:18:21.100 [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 22:18:21.100 [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 22:18:21.101 [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 22:18:21.101 [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 22:18:21.101 [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 22:18:21.101 [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 22:18:21.101 [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 22:18:21.101 [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 22:18:21.101 [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 22:18:21.101 [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 22:18:21.101 [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 22:18:21.101 [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 22:18:21.101 [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 22:18:21.101 [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 22:18:21.101 [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 22:18:21.134 [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 22:18:21.212 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 22:18:21.212 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:18:21.424 [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 22:18:21.425 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:21.426 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:18:21.427 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:18:21.429 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:18:21.429 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:18:22.914 [pool-253-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1970413746112386309/test_forwardRefs[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:18:22.919 [pool-253-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:18:23.477 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 22:18:23.715 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:23.715 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:23.715 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 22:18:24.432 [pool-253-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1970413746112386309/test_forwardRefs[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:18:24.439 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 22:18:24.440 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:18:24.440 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 22:18:24.440 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:18:24.440 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 1s521ms [pure insertion] marking any relevant derived attributes for update...22:18:24.440 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s26ms 22:18:24.466 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s26ms 22:18:24.467 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 22:18:24.467 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:24.467 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:24.467 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 22:18:24.468 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 22:18:24.468 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:18:24.468 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 22:18:24.468 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 22:18:24.468 [pool-253-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...22:18:24.468 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:24.468 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:24.469 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 22:18:24.469 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:24.471 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:24.471 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 22:18:24.471 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 22:18:24.472 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:18:24.472 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 22:18:24.472 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:18:24.472 [pool-253-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...22:18:24.472 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:24.472 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:24.472 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:18:24.472 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:18:24.472 [pool-253-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:18:26.505 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 22:18:26.754 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 22:18:26.754 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.282s attempting to resolve any uninitialized derived attributes... 22:18:26.754 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:18:26.754 [pool-253-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:18:26.755 [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... 22:18:26.755 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s283ms [proxy update] 22:18:26.755 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:18:26.755 [pool-253-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 /root.model validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 22:18:26.756 [pool-253-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 330 ms 22:18:26.760 [pool-253-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 22:18:26.760 [pool-253-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1970413746112386309/test_forwardRefs[Neo4j]/db 22:18:26.762 [pool-253-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 22:18:26.762 [pool-253-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1970413746112386309/test_forwardRefs[Neo4j]/db 22:18:26.764 [pool-253-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 22:18:26.764 [pool-253-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1970413746112386309/test_forwardRefs[Neo4j]/db 22:18:26.765 [pool-253-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 22:18:26.765 [pool-253-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1970413746112386309/test_forwardRefs[Neo4j]/db 22:18:26.767 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:18:26.767 [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 22:18:26.769 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:26.769 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:18:27.561 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:18:27.565 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:18:29.589 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:18:29.590 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:29.590 [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 22:18:29.590 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:18:29.590 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:18:29.590 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:18:29.590 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:18:29.591 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:18:29.591 [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! 22:18:29.591 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:18:29.591 [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 22:18:29.592 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 22:18:29.593 [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 22:18:29.606 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:18:29.606 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:18:29.690 [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 22:18:29.690 [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 22:18:29.690 [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 22:18:29.690 [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[] 22:18:29.690 [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 22:18:29.690 [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 22:18:29.692 [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 22:18:29.693 [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 22:18:29.693 [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 22:18:29.693 [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 22:18:29.694 [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 22:18:29.694 [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 22:18:29.694 [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 22:18:29.694 [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 22:18:29.694 [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 22:18:29.694 [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 22:18:29.694 [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 22:18:29.694 [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 22:18:29.694 [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 22:18:29.694 [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 22:18:29.695 [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 22:18:29.695 [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 22:18:29.695 [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 22:18:29.695 [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 22:18:29.695 [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 22:18:29.695 [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 22:18:29.695 [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 22:18:29.695 [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 22:18:29.695 [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 22:18:29.695 [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 22:18:29.695 [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 22:18:29.695 [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 22:18:29.695 [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 22:18:29.695 [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 22:18:29.695 [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 22:18:29.695 [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 22:18:29.725 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 22:18:29.727 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 22:18:29.727 [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 22:18:29.749 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 22:18:29.749 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 22:18:29.752 [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 22:18:29.752 [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 22:18:29.753 [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 22:18:29.754 [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 22:18:29.898 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 22:18:29.898 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:18:30.085 [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 22:18:30.086 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:30.086 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:18:30.096 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:18:30.097 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:18:30.097 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:18:32.025 [pool-260-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7808179572217135279/test_allContents[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:18:32.114 [pool-260-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:18:32.856 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 22:18:33.193 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:33.193 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:33.193 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 22:18:33.985 [pool-260-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7808179572217135279/test_allContents[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:18:33.992 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 22:18:34.428 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 22:18:34.428 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 22:18:34.526 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 22:18:34.526 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 2s412ms [pure insertion] marking any relevant derived attributes for update...22:18:34.526 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s34ms 22:18:34.560 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s34ms 22:18:34.561 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:18:34.561 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:18:34.561 [pool-260-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:18:36.548 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:18:36.548 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.987s attempting to resolve any uninitialized derived attributes... 22:18:36.548 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:18:36.548 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:18:36.549 [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... 22:18:36.549 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s988ms [proxy update] 22:18:36.549 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:18:36.549 [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 ~6s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 22:18:36.925 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 839 ms 22:18:37.133 [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 22:18:37.134 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:37.134 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:18:37.147 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:18:37.149 [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/ 22:18:37.149 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:18:37.149 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:18:37.947 [pool-260-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7808179572217135279/test_allContents[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:18:37.968 [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... 22:18:37.971 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:37.971 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:37.971 [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... 22:18:37.971 [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 22:18:38.335 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 22:18:38.335 [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 22:18:38.355 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 22:18:38.355 [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. 0s387ms [pure insertion] marking any relevant derived attributes for update...22:18:38.355 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s55ms 22:18:38.410 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s55ms 22:18:38.417 [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... 22:18:38.417 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:38.418 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:38.418 [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... 22:18:38.418 [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 22:18:38.422 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:18:38.422 [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 22:18:38.422 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:18:38.422 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...22:18:38.422 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:38.422 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:38.429 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 22:18:38.429 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:38.429 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:38.429 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 22:18:38.430 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 22:18:38.432 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 22:18:38.432 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 22:18:38.433 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:18:38.433 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...22:18:38.433 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:38.433 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:38.439 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 22:18:38.439 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:38.440 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:38.440 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 22:18:38.440 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 22:18:38.445 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:18:38.445 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 22:18:38.445 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:18:38.445 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...22:18:38.445 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:38.445 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:38.525 [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... 22:18:38.525 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:38.526 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:38.526 [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... 22:18:38.526 [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 22:18:38.851 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 22:18:38.852 [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 22:18:38.935 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 22:18:38.935 [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. 0s410ms [pure insertion] marking any relevant derived attributes for update...22:18:38.935 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:38.935 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:38.941 [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... 22:18:38.941 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:38.942 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:38.942 [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... 22:18:38.942 [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 22:18:38.945 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:18:38.945 [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 22:18:38.945 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:18:38.945 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...22:18:38.945 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:38.945 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:39.013 [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... 22:18:39.013 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:39.014 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:39.014 [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... 22:18:39.014 [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 22:18:39.019 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:18:39.019 [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 22:18:39.019 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:18:39.019 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...22:18:39.019 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:39.019 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:39.026 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 22:18:39.026 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:39.026 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:39.026 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 22:18:39.027 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 22:18:39.030 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:18:39.030 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 22:18:39.030 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:18:39.030 [pool-260-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...22:18:39.030 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:39.030 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:39.037 [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... 22:18:39.037 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:39.037 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:39.037 [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... 22:18:39.038 [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 22:18:39.040 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:18:39.041 [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 22:18:39.041 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:18:39.041 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...22:18:39.041 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:39.041 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:39.049 [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... 22:18:39.049 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:39.110 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:39.110 [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... 22:18:39.111 [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 22:18:39.224 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 22:18:39.224 [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 22:18:39.230 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 22:18:39.230 [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. 0s181ms [pure insertion] marking any relevant derived attributes for update...22:18:39.230 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:18:39.231 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:18:39.237 [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... 22:18:39.237 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:39.239 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:39.239 [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... 22:18:39.239 [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 22:18:39.242 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:18:39.242 [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 22:18:39.242 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:18:39.242 [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. 0s5ms [pure insertion] marking any relevant derived attributes for update...22:18:39.242 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:39.242 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:39.242 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:18:39.242 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:18:39.242 [pool-260-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:18:41.383 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 22:18:42.343 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 22:18:42.343 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~3.101s attempting to resolve any uninitialized derived attributes... 22:18:42.343 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:18:42.343 [pool-260-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:18:42.343 [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... 22:18:42.343 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 3s101ms [proxy update] 22:18:42.343 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 22:18:42.344 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. time ~5s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.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.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 22:18:42.615 [pool-260-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 481 ms 22:18:42.615 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7808179572217135279/test_allContents[Neo4j]/db 22:18:42.624 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7808179572217135279/test_allContents[Neo4j]/db 22:18:42.631 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7808179572217135279/test_allContents[Neo4j]/db 22:18:42.632 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7808179572217135279/test_allContents[Neo4j]/db 22:18:42.634 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7808179572217135279/test_allContents[Neo4j]/db 22:18:42.815 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7808179572217135279/test_allContents[Neo4j]/db 22:18:42.816 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7808179572217135279/test_allContents[Neo4j]/db 22:18:42.817 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:18:42.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/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 22:18:42.818 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:42.818 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:18:44.252 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:18:44.256 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:18:45.796 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:18:45.797 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:45.797 [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 22:18:45.797 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:18:45.797 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:18:45.797 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:18:45.797 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:18:45.798 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:18:45.798 [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! 22:18:45.798 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:18:45.798 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:18:45.799 [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 22:18:45.799 [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 22:18:45.814 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:18:45.814 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:18:45.872 [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 22:18:45.872 [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 22:18:45.872 [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 22:18:45.874 [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 22:18:45.874 [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 22:18:45.874 [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 22:18:45.874 [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 22:18:45.874 [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 22:18:45.874 [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 22:18:45.874 [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 22:18:45.874 [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 22:18:45.874 [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 22:18:45.874 [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 22:18:45.875 [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 22:18:45.875 [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 22:18:45.876 [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 22:18:45.876 [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 22:18:45.876 [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 22:18:45.876 [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 22:18:45.876 [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 22:18:45.876 [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 22:18:45.876 [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 22:18:45.876 [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 22:18:45.876 [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 22:18:45.876 [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 22:18:45.877 [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 22:18:45.877 [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[] 22:18:45.877 [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 22:18:45.877 [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 22:18:45.877 [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 22:18:45.877 [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 22:18:45.877 [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 22:18:45.877 [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 22:18:45.877 [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 22:18:45.877 [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 22:18:45.878 [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 22:18:45.907 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 22:18:45.907 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 22:18:45.909 [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 22:18:45.911 [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 22:18:45.911 [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 22:18:45.913 [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 22:18:45.941 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 22:18:45.942 [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 22:18:45.942 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 22:18:46.029 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 22:18:46.029 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:18:46.292 [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 22:18:46.293 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:46.293 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:18:46.301 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:18:46.303 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:18:46.303 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:18:47.949 [pool-267-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1051643435382651853/test_subtreeTraversalScoping[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:18:47.983 [pool-267-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:18:48.532 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 22:18:48.782 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:48.783 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:48.783 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 22:18:49.400 [pool-267-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1051643435382651853/test_subtreeTraversalScoping[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:18:49.408 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 22:18:49.665 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 22:18:49.665 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 22:18:49.732 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 22:18:49.732 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s749ms [pure insertion] marking any relevant derived attributes for update...22:18:49.732 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s26ms 22:18:49.758 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s26ms 22:18:49.758 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:18:49.758 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:18:49.758 [pool-267-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:18:51.440 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:18:51.440 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.682s attempting to resolve any uninitialized derived attributes... 22:18:51.440 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:18:51.440 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:18:51.441 [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... 22:18:51.441 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s683ms [proxy update] 22:18:51.441 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:18:51.441 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 validating file UPDATED for /set0.xmi changed 1 loaded 1 c elems 5353 d elems 0 time ~5s validating changes... changed resource size: 5353 relevant graph size: 5353 validated changes... true 22:18:51.674 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 381 ms 22:18:51.931 [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 22:18:51.932 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:51.932 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:18:51.945 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:18:51.947 [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/ 22:18:51.947 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:18:51.947 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:18:52.653 [pool-267-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1051643435382651853/test_subtreeTraversalScoping[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:18:52.664 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 22:18:52.667 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:52.667 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:52.667 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 22:18:52.667 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 22:18:52.669 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:18:52.669 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 22:18:52.669 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:18:52.669 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...22:18:52.669 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:18:52.670 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:18:52.676 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 22:18:52.676 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:52.678 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:52.678 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 22:18:52.678 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 22:18:52.679 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:18:52.679 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 22:18:52.679 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:18:52.680 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...22:18:52.680 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:52.680 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:52.686 [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... 22:18:52.686 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:52.688 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:52.688 [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... 22:18:52.688 [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 22:18:52.689 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:18:52.689 [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 22:18:52.689 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:18:52.689 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...22:18:52.689 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:18:52.690 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:18:52.718 [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... 22:18:52.718 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:52.720 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:52.720 [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... 22:18:52.721 [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 22:18:53.010 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 22:18:53.010 [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 22:18:53.040 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 22:18:53.040 [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. 0s322ms [pure insertion] marking any relevant derived attributes for update...22:18:53.040 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:53.040 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:53.047 [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... 22:18:53.047 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:53.049 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:53.049 [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... 22:18:53.050 [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 22:18:53.147 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 22:18:53.147 [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 22:18:53.153 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 22:18:53.153 [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. 0s106ms [pure insertion] marking any relevant derived attributes for update...22:18:53.153 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:53.153 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:53.159 [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... 22:18:53.160 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:53.161 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:53.162 [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... 22:18:53.162 [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 22:18:53.163 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:18:53.163 [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 22:18:53.163 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:18:53.163 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...22:18:53.163 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:53.163 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:53.219 [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... 22:18:53.219 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:53.221 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:53.221 [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... 22:18:53.222 [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 22:18:53.444 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 22:18:53.445 [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 22:18:53.466 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 22:18:53.466 [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...22:18:53.466 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:53.466 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:53.471 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 22:18:53.472 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:53.473 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:53.473 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 22:18:53.474 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 22:18:53.510 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 22:18:53.510 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 22:18:53.511 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:18:53.511 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s40ms [pure insertion] marking any relevant derived attributes for update...22:18:53.511 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:53.511 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:53.516 [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... 22:18:53.516 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:53.518 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:53.518 [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... 22:18:53.519 [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 22:18:53.520 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:18:53.520 [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 22:18:53.520 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:18:53.520 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...22:18:53.520 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:18:53.521 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:18:53.526 [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... 22:18:53.526 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:53.528 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:53.528 [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... 22:18:53.529 [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 22:18:53.529 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:18:53.529 [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 22:18:53.530 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:18:53.530 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...22:18:53.530 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:53.530 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:53.534 [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... 22:18:53.535 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:18:53.537 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:18:53.537 [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... 22:18:53.538 [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 22:18:53.538 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:18:53.538 [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 22:18:53.538 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:18:53.538 [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...22:18:53.538 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:18:53.538 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:18:53.538 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:18:53.538 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:18:53.538 [pool-267-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:18:55.301 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 22:18:56.157 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 22:18:56.157 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.619s attempting to resolve any uninitialized derived attributes... 22:18:56.157 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:18:56.157 [pool-267-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:18:56.158 [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... 22:18:56.158 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s620ms [proxy update] 22:18:56.158 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:18:56.159 [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 validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 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.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /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/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 changed resource size: 5353 relevant graph size: 5353 validated changes... true 22:18:56.416 [pool-267-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 484 ms 22:18:56.416 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 22:18:56.416 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1051643435382651853/test_subtreeTraversalScoping[Neo4j]/db 22:18:56.420 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 22:18:56.420 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1051643435382651853/test_subtreeTraversalScoping[Neo4j]/db 22:18:56.422 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:18:56.422 [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 22:18:56.423 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:56.423 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:18:57.216 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:18:57.220 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:18:59.135 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:18:59.137 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:59.137 [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 22:18:59.137 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:18:59.137 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:18:59.137 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:18:59.137 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:18:59.138 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:18:59.138 [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! 22:18:59.138 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:18:59.138 [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 22:18:59.139 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 22:18:59.139 [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 22:18:59.152 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:18:59.152 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:18:59.245 [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 22:18:59.245 [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 22:18:59.245 [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 22:18:59.246 [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 22:18:59.246 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 22:18:59.246 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 22:18:59.249 [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 22:18:59.251 [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 22:18:59.251 [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 22:18:59.288 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 22:18:59.290 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 22:18:59.290 [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 22:18:59.321 [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 22:18:59.321 [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 22:18:59.321 [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 22:18:59.321 [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 22:18:59.321 [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 22:18:59.321 [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[] 22:18:59.321 [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 22:18:59.321 [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 22:18:59.321 [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 22:18:59.321 [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 22:18:59.322 [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 22:18:59.322 [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 22:18:59.322 [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 22:18:59.323 [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 22:18:59.323 [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 22:18:59.323 [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 22:18:59.323 [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 22:18:59.323 [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 22:18:59.323 [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 22:18:59.323 [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 22:18:59.323 [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 22:18:59.324 [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 22:18:59.324 [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 22:18:59.324 [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 22:18:59.324 [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 22:18:59.324 [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 22:18:59.324 [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 22:18:59.324 [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 22:18:59.324 [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 22:18:59.324 [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 22:18:59.324 [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 22:18:59.324 [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 22:18:59.324 [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 22:18:59.461 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 22:18:59.461 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:18:59.694 [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 22:18:59.695 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:18:59.695 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:18:59.704 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:18:59.705 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:18:59.705 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:19:01.338 [pool-274-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7850359590876677721/test_getAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:19:01.364 [pool-274-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:19:02.172 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 22:19:02.522 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:02.523 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:02.523 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 22:19:03.214 [pool-274-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7850359590876677721/test_getAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:19:03.221 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 22:19:03.514 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 22:19:03.514 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 22:19:03.546 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 22:19:03.546 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 2s182ms [pure insertion] marking any relevant derived attributes for update...22:19:03.546 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s82ms 22:19:03.629 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s82ms 22:19:03.629 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:19:03.629 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:19:03.629 [pool-274-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:19:05.464 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:19:05.464 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.835s attempting to resolve any uninitialized derived attributes... 22:19:05.464 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:19:05.464 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:19:05.464 [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... 22:19:05.464 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s835ms [proxy update] 22:19:05.464 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:19:05.464 [pool-274-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 5353 d elems 0 time ~5s validating changes... changed resource size: 5353 relevant graph size: 5353 validated changes... true 22:19:05.681 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 986 ms 22:19:05.980 [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 22:19:05.982 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:19:05.982 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:19:05.993 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:19:05.995 [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/ 22:19:05.995 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:19:05.995 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:19:06.835 [pool-274-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7850359590876677721/test_getAllOf[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:19:06.846 [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... 22:19:06.850 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:06.850 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:06.850 [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... 22:19:06.850 [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 22:19:06.852 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:19:06.852 [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 22:19:06.852 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:06.852 [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. 0s6ms [pure insertion] marking any relevant derived attributes for update...22:19:06.852 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:19:06.853 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:19:06.871 [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... 22:19:06.871 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:06.872 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:06.872 [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... 22:19:06.872 [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 22:19:07.160 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 22:19:07.160 [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 22:19:07.217 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 22:19:07.218 [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. 0s347ms [pure insertion] marking any relevant derived attributes for update...22:19:07.218 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:07.218 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:07.224 [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... 22:19:07.224 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:07.225 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:07.225 [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... 22:19:07.225 [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 22:19:07.349 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 22:19:07.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.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 22:19:07.354 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 22:19:07.354 [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. 0s130ms [pure insertion] marking any relevant derived attributes for update...22:19:07.354 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:07.354 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:07.359 [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... 22:19:07.359 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:07.360 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:07.360 [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... 22:19:07.360 [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 22:19:07.361 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:19:07.361 [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 22:19:07.361 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:07.361 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...22:19:07.361 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:07.361 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:07.366 [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... 22:19:07.366 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:07.366 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:07.366 [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... 22:19:07.366 [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 22:19:07.367 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:19:07.367 [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 22:19:07.367 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:07.367 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...22:19:07.367 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:07.367 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:07.371 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 22:19:07.372 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:07.411 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:07.411 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 22:19:07.411 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 22:19:07.412 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:19:07.412 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 22:19:07.412 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:07.412 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s41ms [pure insertion] marking any relevant derived attributes for update...22:19:07.412 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:07.412 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:07.416 [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... 22:19:07.416 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:07.417 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:07.417 [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... 22:19:07.418 [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 22:19:07.418 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:19:07.418 [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 22:19:07.418 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:07.418 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...22:19:07.418 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:07.418 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:07.423 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 22:19:07.423 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:07.424 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:07.424 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 22:19:07.424 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 22:19:07.425 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 22:19:07.425 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 22:19:07.425 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:07.425 [pool-274-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...22:19:07.425 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:07.425 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:07.429 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 22:19:07.429 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:07.430 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:07.430 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 22:19:07.431 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 22:19:07.431 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:19:07.431 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 22:19:07.431 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:07.431 [pool-274-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...22:19:07.431 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:07.431 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:07.440 [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... 22:19:07.440 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:07.442 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:07.442 [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... 22:19:07.442 [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 22:19:07.631 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 22:19:07.631 [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 22:19:07.651 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 22:19:07.651 [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. 0s211ms [pure insertion] marking any relevant derived attributes for update...22:19:07.651 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:07.651 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:07.656 [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... 22:19:07.656 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:07.658 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:07.658 [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... 22:19:07.658 [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 22:19:07.659 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:19:07.659 [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 22:19:07.659 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:19:07.659 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...22:19:07.659 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:07.659 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:07.659 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:19:07.659 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:19:07.659 [pool-274-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:19:09.532 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 22:19:10.523 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 22:19:10.523 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.864s attempting to resolve any uninitialized derived attributes... 22:19:10.523 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:19:10.523 [pool-274-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:19:10.524 [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... 22:19:10.524 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s865ms [proxy update] 22:19:10.524 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:19:10.525 [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 d elems 0 time ~4s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /set0.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 /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 22:19:10.828 [pool-274-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 846 ms 22:19:10.829 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7850359590876677721/test_getAllOf[Neo4j]/db 22:19:10.834 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7850359590876677721/test_getAllOf[Neo4j]/db 22:19:10.845 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7850359590876677721/test_getAllOf[Neo4j]/db 22:19:10.847 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7850359590876677721/test_getAllOf[Neo4j]/db 22:19:10.918 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7850359590876677721/test_getAllOf[Neo4j]/db 22:19:10.918 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType... 22:19:10.920 [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); 22:19:11.023 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType 22:19:11.025 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 22:19:11.039 [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) 22:19:11.039 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.016s 22:19:11.039 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType. 22:19:11.150 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:19:11.150 [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 22:19:11.151 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:19:11.151 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:19:12.717 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:19:12.721 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:19:15.011 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:19:15.012 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:19:15.012 [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 22:19:15.012 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:19:15.012 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:19:15.012 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:19:15.012 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:19:15.013 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:19:15.014 [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! 22:19:15.014 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:19:15.014 [pool-282-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 22:19:15.014 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:19:15.015 [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 22:19:15.027 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:19:15.027 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:19:15.136 [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 22:19:15.136 [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 22:19:15.136 [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 22:19:15.136 [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 22:19:15.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 22:19:15.136 [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 22:19:15.138 [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 22:19:15.138 [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 22:19:15.138 [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 22:19:15.138 [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[] 22:19:15.138 [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 22:19:15.138 [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 22:19:15.138 [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 22:19:15.138 [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 22:19:15.138 [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 22:19:15.138 [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 22:19:15.138 [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 22:19:15.139 [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 22:19:15.139 [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 22:19:15.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 22:19:15.139 [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 22:19:15.139 [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 22:19:15.139 [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 22:19:15.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 22:19:15.140 [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 22:19:15.140 [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 22:19:15.140 [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 22:19:15.140 [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 22:19:15.140 [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 22:19:15.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 22:19:15.140 [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 22:19:15.140 [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 22:19:15.141 [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 22:19:15.141 [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 22:19:15.141 [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 22:19:15.141 [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 22:19:15.172 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 22:19:15.173 [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 22:19:15.174 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 22:19:15.204 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 22:19:15.204 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 22:19:15.205 [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 22:19:15.208 [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 22:19:15.211 [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 22:19:15.211 [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 22:19:15.336 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 22:19:15.336 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:19:15.532 [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 22:19:15.533 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:19:15.533 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:19:15.541 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:19:15.543 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:19:15.543 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:19:17.113 [pool-282-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit458102264990855032/test_getFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:19:17.138 [pool-282-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:19:17.836 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 22:19:18.115 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:18.115 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:18.115 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 22:19:18.832 [pool-282-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit458102264990855032/test_getFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:19:18.839 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 22:19:19.062 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 22:19:19.062 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 22:19:19.126 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 22:19:19.126 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s988ms [pure insertion] marking any relevant derived attributes for update...22:19:19.126 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s56ms 22:19:19.182 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s56ms 22:19:19.182 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:19:19.182 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:19:19.182 [pool-282-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:19:21.037 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:19:21.037 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.855s attempting to resolve any uninitialized derived attributes... 22:19:21.037 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:19:21.037 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:19:21.037 [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... 22:19:21.037 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s855ms [proxy update] 22:19:21.037 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:19:21.037 [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 22:19:21.248 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 715 ms 22:19:21.479 [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 22:19:21.480 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:19:21.480 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:19:21.492 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:19:21.494 [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/ 22:19:21.494 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:19:21.494 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:19:22.251 [pool-282-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit458102264990855032/test_getFiles[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:19:22.267 [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... 22:19:22.270 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:22.270 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:22.270 [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... 22:19:22.270 [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 22:19:22.611 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 22:19:22.611 [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 22:19:22.640 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 22:19:22.640 [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. 0s373ms [pure insertion] marking any relevant derived attributes for update...22:19:22.640 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:22.640 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:22.645 [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... 22:19:22.645 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:22.645 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:22.645 [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... 22:19:22.645 [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 22:19:22.648 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:19:22.648 [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 22:19:22.648 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:22.648 [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. 0s3ms [pure insertion] marking any relevant derived attributes for update...22:19:22.648 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:22.648 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:22.652 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 22:19:22.652 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:22.653 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:22.653 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 22:19:22.653 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 22:19:22.658 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:19:22.658 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 22:19:22.658 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:22.658 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...22:19:22.658 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:22.658 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:22.662 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 22:19:22.662 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:22.663 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:22.663 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 22:19:22.663 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 22:19:22.665 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 22:19:22.665 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 22:19:22.665 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:22.665 [pool-282-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...22:19:22.665 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:22.665 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:22.713 [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... 22:19:22.713 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:22.714 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:22.714 [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... 22:19:22.714 [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 22:19:22.717 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:19:22.717 [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 22:19:22.717 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:22.717 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...22:19:22.717 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:22.717 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:22.723 [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... 22:19:22.723 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:22.724 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:22.724 [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... 22:19:22.724 [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 22:19:22.776 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 22:19:22.776 [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 22:19:22.782 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 22:19:22.782 [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. 0s59ms [pure insertion] marking any relevant derived attributes for update...22:19:22.782 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:19:22.783 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:19:22.817 [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... 22:19:22.817 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:22.818 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:22.818 [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... 22:19:22.818 [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 22:19:22.957 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 22:19:22.957 [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 22:19:22.979 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 22:19:22.979 [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. 0s162ms [pure insertion] marking any relevant derived attributes for update...22:19:22.979 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:22.979 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:23.012 [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... 22:19:23.012 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:23.013 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:23.013 [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... 22:19:23.013 [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 22:19:23.016 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:19:23.016 [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 22:19:23.016 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:23.016 [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. 0s4ms [pure insertion] marking any relevant derived attributes for update...22:19:23.016 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:23.016 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:23.020 [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... 22:19:23.021 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:23.021 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:23.021 [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... 22:19:23.021 [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 22:19:23.024 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:19:23.024 [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 22:19:23.024 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:23.024 [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...22:19:23.024 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:19:23.025 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:19:23.029 [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... 22:19:23.029 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:23.030 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:23.030 [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... 22:19:23.031 [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 22:19:23.035 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:19:23.035 [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 22:19:23.036 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:19:23.036 [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. 0s7ms [pure insertion] marking any relevant derived attributes for update...22:19:23.036 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:23.036 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:23.040 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 22:19:23.040 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:23.042 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:23.042 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 22:19:23.042 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 22:19:23.045 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:19:23.045 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 22:19:23.045 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:23.045 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...22:19:23.045 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:23.045 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:23.045 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:19:23.045 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:19:23.045 [pool-282-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:19:24.923 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 22:19:25.848 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 22:19:25.848 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.803s attempting to resolve any uninitialized derived attributes... 22:19:25.848 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:19:25.848 [pool-282-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:19:25.849 [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... 22:19:25.849 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s804ms [proxy update] 22:19:25.849 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:19:25.850 [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 ~4s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.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/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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.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 /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 22:19:26.076 [pool-282-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 596 ms 22:19:26.076 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit458102264990855032/test_getFiles[Neo4j]/db 22:19:26.077 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit458102264990855032/test_getFiles[Neo4j]/db 22:19:26.079 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:19:26.079 [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 22:19:26.080 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:19:26.080 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:19:27.098 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:19:27.102 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:19:29.476 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:19:29.477 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:19:29.477 [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 22:19:29.477 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:19:29.477 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:19:29.477 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:19:29.477 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:19:29.478 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 22:19:29.478 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:19:29.478 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:19:29.479 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:19:29.479 [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 22:19:29.479 [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 22:19:29.492 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:19:29.492 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:19:29.636 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 22:19:29.636 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 22:19:29.638 [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 22:19:29.640 [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 22:19:29.641 [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 22:19:29.642 [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 22:19:29.689 [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 22:19:29.689 [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 22:19:29.689 [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 22:19:29.689 [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 22:19:29.689 [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[] 22:19:29.689 [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 22:19:29.689 [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 22:19:29.689 [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 22:19:29.690 [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 22:19:29.690 [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 22:19:29.690 [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 22:19:29.690 [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 22:19:29.690 [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 22:19:29.690 [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 22:19:29.690 [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 22:19:29.690 [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 22:19:29.690 [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 22:19:29.690 [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 22:19:29.690 [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 22:19:29.690 [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 22:19:29.690 [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 22:19:29.690 [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 22:19:29.691 [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 22:19:29.691 [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 22:19:29.691 [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 22:19:29.691 [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 22:19:29.691 [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 22:19:29.691 [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 22:19:29.691 [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 22:19:29.691 [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 22:19:29.691 [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 22:19:29.691 [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 22:19:29.691 [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 22:19:29.727 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 22:19:29.728 [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 22:19:29.729 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 22:19:29.763 [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 22:19:29.763 [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 22:19:29.763 [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 22:19:29.876 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 22:19:29.876 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:19:30.066 [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 22:19:30.067 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:19:30.067 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:19:30.076 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:19:30.078 [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/ 22:19:30.078 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:19:30.078 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:19:31.770 [pool-289-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1658735642125787647/test_getAllOfCountsSubtypes[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:19:31.780 [pool-289-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:19:32.580 [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... 22:19:32.930 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:32.930 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:32.930 [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... 22:19:33.722 [pool-289-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1658735642125787647/test_getAllOfCountsSubtypes[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:19:33.729 [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 22:19:33.730 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:19:33.730 [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 22:19:33.731 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:33.731 [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. 1s951ms [pure insertion] marking any relevant derived attributes for update...22:19:33.731 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s58ms 22:19:33.789 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s58ms 22:19:33.793 [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... 22:19:33.793 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:33.794 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:33.794 [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... 22:19:33.794 [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 22:19:33.795 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:19:33.795 [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 22:19:33.795 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:33.795 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...22:19:33.795 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:33.795 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:33.801 [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... 22:19:33.801 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:33.802 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:33.802 [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... 22:19:33.802 [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 22:19:33.862 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 22:19:33.862 [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 22:19:33.868 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 22:19:33.868 [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. 0s67ms [pure insertion] marking any relevant derived attributes for update...22:19:33.868 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:33.868 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:33.872 [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... 22:19:33.872 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:33.873 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:33.873 [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... 22:19:33.873 [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 22:19:33.874 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:19:33.874 [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 22:19:33.874 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:33.874 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...22:19:33.874 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:33.874 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:33.912 [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... 22:19:33.912 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:33.913 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:33.913 [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... 22:19:33.913 [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 22:19:34.082 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 22:19:34.082 [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 22:19:34.138 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 22:19:34.138 [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. 0s226ms [pure insertion] marking any relevant derived attributes for update...22:19:34.138 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:34.138 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:34.143 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 22:19:34.143 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:34.144 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:34.144 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 22:19:34.144 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 22:19:34.145 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 22:19:34.145 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 22:19:34.145 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:34.145 [pool-289-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...22:19:34.145 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:34.145 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:34.149 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 22:19:34.149 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:34.150 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:34.150 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 22:19:34.150 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 22:19:34.151 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:19:34.151 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 22:19:34.151 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:34.151 [pool-289-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...22:19:34.151 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:34.151 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:34.155 [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... 22:19:34.155 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:34.155 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:34.155 [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... 22:19:34.156 [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 22:19:34.156 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 22:19:34.156 [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 22:19:34.156 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:34.156 [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. 0s1ms [pure insertion] marking any relevant derived attributes for update...22:19:34.156 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:34.156 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:34.160 [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... 22:19:34.160 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:34.161 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:34.161 [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... 22:19:34.161 [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 22:19:34.162 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 22:19:34.162 [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 22:19:34.162 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 22:19:34.162 [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. 0s2ms [pure insertion] marking any relevant derived attributes for update...22:19:34.162 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:34.162 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:34.212 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 22:19:34.212 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:34.213 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:34.213 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 22:19:34.213 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 22:19:34.213 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 22:19:34.213 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 22:19:34.213 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:19:34.213 [pool-289-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...22:19:34.213 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:34.213 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:34.222 [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... 22:19:34.222 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:34.224 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:34.224 [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... 22:19:34.224 [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 22:19:34.419 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 22:19:34.419 [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 22:19:34.439 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 22:19:34.439 [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. 0s217ms [pure insertion] marking any relevant derived attributes for update...22:19:34.439 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:19:34.439 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:19:34.439 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:19:34.439 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:19:34.439 [pool-289-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:19:37.008 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 22:19:37.902 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 22:19:37.902 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~3.463s attempting to resolve any uninitialized derived attributes... 22:19:37.902 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:19:37.902 [pool-289-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:19:37.902 [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... 22:19:37.902 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 3s463ms [proxy update] 22:19:37.902 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:19:37.903 [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 validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggc elems 5353 d elems 0 able/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi time ~7s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /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.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 22:19:38.213 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 8 s 146 ms 22:19:38.213 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1658735642125787647/test_getAllOfCountsSubtypes[Neo4j]/db 22:19:38.216 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot... 22:19:38.217 [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); 22:19:38.327 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot 22:19:38.328 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 22:19:38.330 [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) 22:19:38.330 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.003s 22:19:38.330 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot. 22:19:38.403 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1658735642125787647/test_getAllOfCountsSubtypes[Neo4j]/db 22:19:38.404 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot... 22:19:38.404 [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); 22:19:38.477 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot 22:19:38.477 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 22:19:38.479 [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) 22:19:38.479 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.002s 22:19:38.479 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot. 22:19:38.583 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: sync metrics: 22:19:38.585 [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 22:19:38.585 [pool-289-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 2 ms 22:19:38.586 [pool-289-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1658735642125787647/test_getAllOfCountsSubtypes[Neo4j]/db 22:19:38.587 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:19:38.587 [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 22:19:38.588 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:19:38.588 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:19:40.913 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:19:40.918 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:19:43.266 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:19:43.267 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:19:43.267 [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 22:19:43.267 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:19:43.267 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:19:43.267 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:19:43.267 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:19:43.268 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:19:43.268 [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! 22:19:43.268 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:19:43.269 [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 22:19:43.269 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:19:43.269 [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 22:19:43.271 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:19:43.271 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:19:43.427 [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 22:19:43.427 [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 22:19:43.427 [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 22:19:43.427 [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 22:19:43.427 [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 22:19:43.427 [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 22:19:43.428 [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 22:19:43.428 [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 22:19:43.428 [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 22:19:43.428 [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 22:19:43.428 [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 22:19:43.428 [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[] 22:19:43.429 [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 22:19:43.429 [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 22:19:43.429 [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 22:19:43.429 [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 22:19:43.429 [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 22:19:43.429 [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 22:19:43.429 [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 22:19:43.429 [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 22:19:43.429 [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 22:19:43.429 [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 22:19:43.429 [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 22:19:43.429 [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 22:19:43.429 [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 22:19:43.429 [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 22:19:43.429 [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 22:19:43.429 [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 22:19:43.430 [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 22:19:43.430 [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 22:19:43.430 [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 22:19:43.430 [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 22:19:43.430 [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 22:19:43.491 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 22:19:43.491 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:19:43.491 [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 22:19:43.493 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:19:43.493 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:19:43.566 [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 22:19:43.567 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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[] 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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[] 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.568 [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 22:19:43.633 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 22:19:43.633 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:19:43.633 [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 22:19:43.634 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:19:43.634 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:19:43.710 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 22:19:43.799 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 22:19:43.799 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:19:44.287 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit4855163403304256867/:org.eclipse.hawk.localfolder.LocalFolder:false 22:19:44.288 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:19:44.288 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:19:44.289 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:19:44.290 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:19:44.290 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:19:46.203 [pool-298-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5662690086291397680/test_addChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:19:46.208 [pool-298-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:19:47.169 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 22:19:47.479 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:47.479 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:19:47.479 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 22:19:48.287 [pool-298-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5662690086291397680/test_addChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:19:48.293 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 22:19:48.294 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 22:19:48.294 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 22:19:48.294 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:19:48.294 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 2s86ms [pure insertion] marking any relevant derived attributes for update...22:19:48.294 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s61ms 22:19:48.355 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s61ms 22:19:48.355 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:19:48.355 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:19:48.355 [pool-298-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:19:50.328 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:19:50.328 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.973s attempting to resolve any uninitialized derived attributes... 22:19:50.328 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:19:50.328 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:19:50.328 [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... 22:19:50.328 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s973ms [proxy update] 22:19:50.328 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~6s 22:19:50.328 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 22:19:50.331 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 43 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/add-child.model over /tmp/junit4855163403304256867/tree.model 22:19:50.332 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:19:50.332 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:19:50.333 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:19:50.333 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:19:51.140 [pool-298-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5662690086291397680/test_addChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:19:51.145 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 22:19:51.147 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:19:51.147 [pool-298-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:19:51.945 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 22:19:51.945 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 22:19:51.945 [pool-298-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 22:19:51.945 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model... 22:19:51.946 [pool-298-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 22:19:51.947 [pool-298-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.001s 22:19:53.174 [pool-298-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5662690086291397680/test_addChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:19:53.181 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 22:19:53.181 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 22:19:53.181 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 22:19:53.181 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 22:19:53.181 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model. 2s36ms [pure insertion] marking any relevant derived attributes for update...22:19:53.181 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:19:53.182 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:19:53.182 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:19:53.182 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:19:53.182 [pool-298-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:19:54.836 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:19:54.836 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.654s attempting to resolve any uninitialized derived attributes... 22:19:54.836 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:19:54.836 [pool-298-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:19:54.837 [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... 22:19:54.837 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s655ms [proxy update] 22:19:54.837 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:19:54.837 [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 22:19:54.840 [pool-298-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 508 ms relevant graph size: 3 validated changes... true 22:19:54.841 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:19:54.841 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit4855163403304256867/:org.eclipse.hawk.localfolder.LocalFolder:false 22:19:54.842 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:19:54.842 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:19:55.843 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:19:55.847 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:19:57.872 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:19:57.873 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:19:57.873 [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 22:19:57.873 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:19:57.873 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:19:57.873 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:19:57.873 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:19:57.874 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:19:57.874 [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! 22:19:57.874 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:19:57.875 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:19:57.875 [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 22:19:57.875 [pool-305-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 22:19:57.876 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:19:57.876 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:19:57.997 [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 22:19:57.998 [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 22:19:57.999 [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 22:19:57.999 [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 22:19:57.999 [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 22:19:57.999 [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 22:19:57.999 [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 22:19:57.999 [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 22:19:57.999 [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 22:19:57.999 [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 22:19:57.999 [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 22:19:57.999 [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 22:19:57.999 [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 22:19:58.000 [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 22:19:58.000 [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 22:19:58.000 [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 22:19:58.000 [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 22:19:58.000 [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 22:19:58.000 [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 22:19:58.000 [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 22:19:58.000 [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 22:19:58.000 [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 22:19:58.000 [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 22:19:58.000 [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 22:19:58.000 [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[] 22:19:58.000 [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 22:19:58.000 [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 22:19:58.000 [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 22:19:58.000 [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 22:19:58.000 [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 22:19:58.000 [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 22:19:58.000 [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 22:19:58.000 [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 22:19:58.063 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 22:19:58.063 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:19:58.063 [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 22:19:58.064 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:19:58.064 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:19:58.138 [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 22:19:58.138 [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 22:19:58.138 [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 22:19:58.138 [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 22:19:58.138 [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 22:19:58.138 [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 22:19:58.138 [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 22:19:58.138 [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 22:19:58.138 [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 22:19:58.138 [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 22:19:58.138 [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[] 22:19:58.138 [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 22:19:58.138 [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 22:19:58.138 [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 22:19:58.138 [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 22:19:58.138 [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 22:19:58.138 [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 22:19:58.138 [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 22:19:58.138 [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 22:19:58.138 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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[] 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.139 [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 22:19:58.140 [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 22:19:58.140 [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 22:19:58.140 [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 22:19:58.140 [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 22:19:58.140 [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 22:19:58.140 [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 22:19:58.140 [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 22:19:58.140 [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 22:19:58.140 [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 22:19:58.140 [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 22:19:58.140 [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 22:19:58.140 [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 22:19:58.188 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 22:19:58.188 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:19:58.188 [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 22:19:58.189 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:19:58.189 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:19:58.273 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 22:19:58.323 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 22:19:58.323 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:19:58.559 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5686202394047934507/:org.eclipse.hawk.localfolder.LocalFolder:false 22:19:58.560 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:19:58.560 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:19:58.561 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:19:58.561 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:19:58.561 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:20:00.183 [pool-305-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3002802002092794521/test_addModel[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:20:00.188 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:20:00.188 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:20:00.188 [pool-305-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:20:01.126 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:20:01.126 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.938s attempting to resolve any uninitialized derived attributes... 22:20:01.126 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:20:01.126 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:20:01.201 [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... 22:20:01.201 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s104ms [proxy update] 22:20:01.292 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:20:01.292 [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 22:20:01.292 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 732 ms 22:20:01.292 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:20:01.293 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:20:01.294 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:20:01.294 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:20:02.109 [pool-305-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3002802002092794521/test_addModel[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:20:02.114 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 22:20:02.185 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:20:02.185 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:20:02.185 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 22:20:02.185 [pool-305-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 22:20:02.186 [pool-305-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 22:20:02.186 [pool-305-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 22:20:02.186 [pool-305-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:20:02.186 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s72ms [pure insertion] marking any relevant derived attributes for update...22:20:02.186 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:20:02.187 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:20:02.187 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:20:02.187 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:20:02.187 [pool-305-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:20:03.972 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:20:03.972 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.785s attempting to resolve any uninitialized derived attributes... 22:20:03.972 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:20:03.972 [pool-305-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:20:03.973 [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... 22:20:03.973 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s786ms [proxy update] 22:20:03.973 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:20:03.973 [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 22:20:03.976 [pool-305-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 683 ms 22:20:03.977 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:20:03.977 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5686202394047934507/:org.eclipse.hawk.localfolder.LocalFolder:false 22:20:03.978 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:20:03.978 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:20:04.961 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:20:04.965 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:20:06.507 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:20:06.508 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:20:06.508 [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 22:20:06.508 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:06.508 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:06.508 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:20:06.508 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:20:06.509 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:20:06.510 [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! 22:20:06.510 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:20:06.510 [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 22:20:06.510 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:20:06.511 [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 22:20:06.512 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:06.512 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:06.583 [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 22:20:06.585 [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 22:20:06.585 [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 22:20:06.585 [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 22:20:06.585 [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 22:20:06.586 [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 22:20:06.586 [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 22:20:06.586 [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 22:20:06.586 [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 22:20:06.586 [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 22:20:06.586 [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[] 22:20:06.586 [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 22:20:06.586 [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 22:20:06.586 [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 22:20:06.586 [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 22:20:06.586 [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 22:20:06.586 [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 22:20:06.586 [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 22:20:06.586 [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 22:20:06.586 [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 22:20:06.586 [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 22:20:06.586 [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 22:20:06.587 [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 22:20:06.587 [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 22:20:06.587 [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 22:20:06.587 [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 22:20:06.587 [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 22:20:06.587 [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 22:20:06.587 [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 22:20:06.587 [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 22:20:06.587 [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 22:20:06.587 [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 22:20:06.587 [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 22:20:06.632 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 22:20:06.632 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:20:06.632 [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 22:20:06.633 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:06.633 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:06.708 [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 22:20:06.708 [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 22:20:06.708 [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 22:20:06.708 [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 22:20:06.709 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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[] 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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[] 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.710 [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 22:20:06.749 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 22:20:06.749 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:20:06.749 [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 22:20:06.750 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:06.750 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:06.818 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 22:20:06.854 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 22:20:06.854 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:20:07.037 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7782185074821539974/:org.eclipse.hawk.localfolder.LocalFolder:false 22:20:07.038 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:20:07.038 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:20:07.038 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:20:07.040 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:20:07.040 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:20:08.885 [pool-311-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4328863099926057257/test_renameRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:20:08.891 [pool-311-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:20:09.785 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 22:20:10.078 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:20:10.079 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:20:10.079 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 22:20:10.746 [pool-311-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4328863099926057257/test_renameRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:20:10.752 [pool-311-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 22:20:10.753 [pool-311-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 22:20:10.753 [pool-311-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 22:20:10.753 [pool-311-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:20:10.753 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 1s862ms [pure insertion] marking any relevant derived attributes for update...22:20:10.753 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s43ms 22:20:10.796 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s43ms 22:20:10.796 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:20:10.796 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:20:10.796 [pool-311-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:20:12.378 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:20:12.378 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.582s attempting to resolve any uninitialized derived attributes... 22:20:12.378 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:20:12.378 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:20:12.379 [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... 22:20:12.379 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s583ms [proxy update] 22:20:12.379 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:20:12.379 [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 ~5s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 22:20:12.381 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 343 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-root.model over /tmp/junit7782185074821539974/tree.model 22:20:12.381 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:20:12.382 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:20:12.384 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:20:12.384 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:20:13.065 [pool-311-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4328863099926057257/test_renameRoot[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:20:13.070 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 22:20:13.073 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:20:13.073 [pool-311-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:20:13.745 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 22:20:13.745 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 22:20:13.745 [pool-311-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 22:20:13.745 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 22:20:13.745 [pool-311-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 22:20:13.835 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model. 0s765ms [pure insertion] marking any relevant derived attributes for update...22:20:13.835 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:20:13.836 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:20:13.836 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:20:13.836 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:20:13.836 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:20:13.836 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 22:20:13.836 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:20:13.836 [pool-311-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:20:13.836 [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... 22:20:13.836 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 22:20:13.836 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:20:13.837 [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 changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 22:20:13.837 [pool-311-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 456 ms 22:20:13.840 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:20:13.840 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7782185074821539974/:org.eclipse.hawk.localfolder.LocalFolder:false 22:20:13.841 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:20:13.841 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:20:15.302 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:20:15.306 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:20:17.305 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:20:17.306 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:20:17.306 [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 22:20:17.306 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:17.306 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:17.306 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:20:17.306 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:20:17.307 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:20:17.308 [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! 22:20:17.308 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:20:17.308 [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 22:20:17.308 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:20:17.309 [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 22:20:17.310 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:17.310 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:17.400 [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 22:20:17.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 22:20:17.400 [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 22:20:17.400 [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 22:20:17.400 [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 22:20:17.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 22:20:17.400 [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 22:20:17.400 [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 22:20:17.400 [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 22:20:17.400 [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 22:20:17.400 [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 22:20:17.400 [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 22:20:17.400 [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 22:20:17.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 22:20:17.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 22:20:17.401 [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 22:20:17.401 [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 22:20:17.401 [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 22:20:17.401 [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 22:20:17.401 [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 22:20:17.401 [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 22:20:17.402 [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[] 22:20:17.402 [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 22:20:17.402 [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 22:20:17.402 [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 22:20:17.402 [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 22:20:17.402 [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 22:20:17.402 [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 22:20:17.402 [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 22:20:17.402 [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 22:20:17.402 [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 22:20:17.402 [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 22:20:17.402 [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 22:20:17.472 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 22:20:17.472 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:20:17.472 [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 22:20:17.473 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:17.473 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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 22:20:17.548 [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[] 22:20:17.548 [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 22:20:17.548 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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[] 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.550 [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 22:20:17.614 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 22:20:17.614 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:20:17.614 [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 22:20:17.615 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:17.615 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:17.691 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 22:20:17.756 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 22:20:17.756 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:20:17.943 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8102925803002779212/:org.eclipse.hawk.localfolder.LocalFolder:false 22:20:17.944 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:20:17.944 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:20:17.945 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:20:17.947 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:20:17.947 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:20:20.209 [pool-318-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7056566354891504248/test_eContainer[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:20:20.215 [pool-318-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:20:21.255 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 22:20:21.585 [pool-318-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:20:21.586 [pool-318-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:20:21.586 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 22:20:22.328 [pool-318-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7056566354891504248/test_eContainer[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:20:22.334 [pool-318-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 22:20:22.335 [pool-318-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 22:20:22.335 [pool-318-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 22:20:22.335 [pool-318-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:20:22.335 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 2s120ms [pure insertion] marking any relevant derived attributes for update...22:20:22.335 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s60ms 22:20:22.395 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s60ms 22:20:22.395 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:20:22.395 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:20:22.395 [pool-318-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:20:24.281 [pool-318-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:20:24.281 [pool-318-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.886s attempting to resolve any uninitialized derived attributes... 22:20:24.281 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:20:24.281 [pool-318-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:20:24.281 [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... 22:20:24.281 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s886ms [proxy update] 22:20:24.281 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:20:24.282 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~6s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 22:20:24.285 [pool-318-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 341 ms property: eContainer not found in metamodel for type: Tree 22:20:24.289 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:20:24.289 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8102925803002779212/:org.eclipse.hawk.localfolder.LocalFolder:false 22:20:24.290 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:20:24.290 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:20:25.189 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:20:25.192 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:20:27.234 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:20:27.235 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:20:27.235 [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 22:20:27.235 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:27.235 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:27.235 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:20:27.235 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:20:27.236 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:20:27.236 [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! 22:20:27.236 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:20:27.237 [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 22:20:27.237 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:20:27.237 [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 22:20:27.238 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:27.238 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:27.328 [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 22:20:27.328 [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 22:20:27.328 [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 22:20:27.328 [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 22:20:27.328 [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 22:20:27.328 [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 22:20:27.328 [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 22:20:27.328 [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 22:20:27.328 [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[] 22:20:27.329 [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 22:20:27.329 [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 22:20:27.329 [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 22:20:27.329 [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 22:20:27.329 [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 22:20:27.329 [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 22:20:27.329 [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 22:20:27.329 [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 22:20:27.329 [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 22:20:27.329 [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 22:20:27.329 [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 22:20:27.329 [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 22:20:27.329 [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 22:20:27.330 [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 22:20:27.330 [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 22:20:27.330 [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 22:20:27.330 [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 22:20:27.330 [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 22:20:27.330 [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 22:20:27.330 [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 22:20:27.330 [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 22:20:27.330 [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 22:20:27.330 [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 22:20:27.330 [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 22:20:27.400 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 22:20:27.400 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:20:27.400 [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 22:20:27.402 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:27.402 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:27.485 [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 22:20:27.485 [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 22:20:27.485 [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 22:20:27.485 [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 22:20:27.485 [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 22:20:27.485 [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 22:20:27.485 [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 22:20:27.485 [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 22:20:27.485 [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 22:20:27.485 [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 22:20:27.485 [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 22:20:27.486 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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[] 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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[] 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.487 [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 22:20:27.543 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 22:20:27.543 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:20:27.543 [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 22:20:27.544 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:27.544 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:27.620 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 22:20:27.668 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 22:20:27.668 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:20:27.872 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8080192856781110268/:org.eclipse.hawk.localfolder.LocalFolder:false 22:20:27.873 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:20:27.873 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:20:27.874 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:20:27.875 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:20:27.875 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:20:29.946 [pool-325-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2621807994576519019/test_removeChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:20:29.952 [pool-325-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:20:30.939 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 22:20:31.239 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:20:31.239 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:20:31.240 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 22:20:31.997 [pool-325-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2621807994576519019/test_removeChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:20:32.004 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 22:20:32.004 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 22:20:32.004 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 22:20:32.004 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:20:32.004 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 2s52ms [pure insertion] marking any relevant derived attributes for update...22:20:32.004 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s86ms 22:20:32.090 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s86ms 22:20:32.090 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:20:32.090 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:20:32.090 [pool-325-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:20:33.998 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:20:33.999 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.909s attempting to resolve any uninitialized derived attributes... 22:20:33.999 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:20:33.999 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:20:33.999 [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... 22:20:33.999 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s909ms [proxy update] 22:20:33.999 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:20:33.999 [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 validated changes... true 22:20:34.002 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 129 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/remove-child.model over /tmp/junit8080192856781110268/tree.model 22:20:34.002 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:20:34.003 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:20:34.003 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:20:34.003 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:20:34.759 [pool-325-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2621807994576519019/test_removeChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:20:34.765 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 22:20:34.767 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:20:34.767 [pool-325-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:20:35.477 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 22:20:35.477 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 22:20:35.477 [pool-325-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 22:20:35.477 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model... 22:20:35.478 [pool-325-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 22:20:35.479 [pool-325-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.001s 22:20:36.736 [pool-325-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2621807994576519019/test_removeChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:20:36.742 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 22:20:36.743 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 22:20:36.743 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 22:20:36.743 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 22:20:36.743 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model. 1s978ms [pure insertion] marking any relevant derived attributes for update...22:20:36.743 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:20:36.743 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:20:36.743 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:20:36.743 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:20:36.743 [pool-325-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:20:38.489 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:20:38.489 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.746s attempting to resolve any uninitialized derived attributes... 22:20:38.489 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:20:38.489 [pool-325-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:20:38.490 [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... 22:20:38.490 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s747ms [proxy update] 22:20:38.490 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:20:38.490 [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 1 d elems 2 time ~4s validating changes... validating file UPDATED for /tree.model changed resource size: 1 relevant graph size: 1 validated changes... true 22:20:38.493 [pool-325-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 491 ms 22:20:38.494 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:20:38.494 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8080192856781110268/:org.eclipse.hawk.localfolder.LocalFolder:false 22:20:38.495 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:20:38.495 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:20:39.372 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:20:39.375 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:20:41.483 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:20:41.484 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:20:41.484 [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 22:20:41.484 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:41.484 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:41.484 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:20:41.484 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:20:41.485 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:20:41.486 [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! 22:20:41.486 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:20:41.486 [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 22:20:41.487 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 22:20:41.487 [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 22:20:41.488 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:41.488 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:41.575 [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 22:20:41.575 [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 22:20:41.577 [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 22:20:41.577 [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 22:20:41.577 [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 22:20:41.578 [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 22:20:41.578 [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 22:20:41.578 [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 22:20:41.578 [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 22:20:41.578 [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 22:20:41.578 [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 22:20:41.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 22:20:41.578 [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 22:20:41.578 [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 22:20:41.578 [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 22:20:41.578 [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 22:20:41.578 [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 22:20:41.578 [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 22:20:41.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[] 22:20:41.578 [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 22:20:41.578 [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 22:20:41.579 [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 22:20:41.579 [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 22:20:41.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 22:20:41.579 [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 22:20:41.579 [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 22:20:41.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 22:20:41.579 [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 22:20:41.579 [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 22:20:41.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 22:20:41.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 22:20:41.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 22:20:41.579 [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 22:20:41.651 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 22:20:41.651 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:20:41.651 [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 22:20:41.652 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:41.652 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.725 [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 22:20:41.726 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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[] 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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 22:20:41.727 [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[] 22:20:41.784 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 22:20:41.784 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:20:41.784 [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 22:20:41.785 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:41.785 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:41.852 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 22:20:41.901 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 22:20:41.901 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:20:42.088 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit800098467010181411/:org.eclipse.hawk.localfolder.LocalFolder:false 22:20:42.089 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:20:42.089 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:20:42.090 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:20:42.092 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:20:42.092 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:20:44.010 [pool-332-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit976572471228324110/test_renameChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:20:44.016 [pool-332-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:20:45.335 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 22:20:45.620 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:20:45.621 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:20:45.621 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 22:20:46.438 [pool-332-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit976572471228324110/test_renameChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:20:46.444 [pool-332-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 22:20:46.445 [pool-332-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 22:20:46.445 [pool-332-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 22:20:46.445 [pool-332-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 22:20:46.445 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 2s429ms [pure insertion] marking any relevant derived attributes for update...22:20:46.445 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s52ms 22:20:46.497 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s52ms 22:20:46.497 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:20:46.497 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:20:46.497 [pool-332-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:20:48.419 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:20:48.419 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.922s attempting to resolve any uninitialized derived attributes... 22:20:48.419 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:20:48.419 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:20:48.419 [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... 22:20:48.419 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s923ms [proxy update] 22:20:48.420 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:20:48.420 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~6s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 22:20:48.422 [pool-332-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/changed-trees/rename-child.model over /tmp/junit800098467010181411/tree.model 22:20:48.423 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:20:48.423 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:20:48.424 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:20:48.424 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:20:49.166 [pool-332-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit976572471228324110/test_renameChild[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:20:49.171 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 22:20:49.173 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:20:49.173 [pool-332-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:20:49.845 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 22:20:49.845 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 22:20:49.845 [pool-332-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 22:20:49.845 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 22:20:49.845 [pool-332-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 22:20:49.926 [pool-332-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...22:20:49.926 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:20:49.926 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:20:49.926 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:20:49.926 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:20:49.926 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 22:20:49.926 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 22:20:49.926 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:20:49.926 [pool-332-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:20:49.927 [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... 22:20:49.927 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 22:20:49.927 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:20:49.927 [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 22:20:49.928 [pool-332-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 505 ms 22:20:49.930 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:20:49.930 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit800098467010181411/:org.eclipse.hawk.localfolder.LocalFolder:false 22:20:49.931 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:20:49.931 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:20:50.783 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:20:50.787 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:20:52.583 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:20:52.584 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:20:52.584 [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 22:20:52.825 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:20:52.825 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:20:52.995 [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 22:20:52.996 [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 22:20:52.996 [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 22:20:53.011 [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 22:20:53.012 [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 22:20:53.039 [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 22:20:53.039 [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 22:20:53.063 [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 22:20:53.064 [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 22:20:53.064 [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 22:20:53.064 [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 22:20:53.064 [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 22:20:53.111 [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 22:20:53.111 [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 22:20:53.113 [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 22:20:53.118 [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 22:20:53.120 [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 22:20: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::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 22:20:53.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::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 22:20:53.219 [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 22:20:53.229 [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 22:20:53.232 [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 22:20:53.239 [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 22:20:53.239 [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 22:20:53.244 [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 22:20:53.245 [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 22:20:53.249 [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 22:20:53.384 [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 22:20:53.384 [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 22:20:53.384 [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 22:20:53.384 [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 22:20:53.384 [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 22:20:53.384 [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 22:20:53.384 [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 22:20:53.384 [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 22:20:53.384 [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 22:20:53.384 [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 22:20:53.384 [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 22:20:53.384 [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 22:20:53.384 [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 22:20:53.384 [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 22:20:53.384 [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[] 22:20:53.384 [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 22:20:53.384 [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 22:20:53.384 [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 22:20:53.384 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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[] 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.385 [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 22:20:53.412 [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 22:20:53.413 [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 22:20:53.413 [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 22:20:53.413 [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 22:20:53.413 [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 22:20:53.431 [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 22:20:53.447 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:20:53.447 [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 22:20:53.448 [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 22:20:53.448 [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 22:20:53.464 [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 22:20:53.464 [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 22:20:53.464 [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 22:20:53.464 [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 22:20:53.464 [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 22:20:53.481 [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 22:20:53.481 [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 22:20:53.511 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:20:53.512 [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 22:20:53.512 [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 22:20:53.512 [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 22:20:53.512 [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 22:20:53.530 [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 22:20:53.531 [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 22:20:53.547 [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 22:20:53.548 [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 22:20:53.548 [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 22:20:53.548 [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 22:20:53.549 [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[] 22:20:53.549 [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 22:20:53.549 [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 22:20:53.549 [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 22:20:53.549 [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 22:20:53.549 [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 22:20:53.549 [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 22:20:53.549 [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 22:20:53.549 [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 22:20:53.549 [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 22:20:53.549 [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 22:20:53.549 [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 22:20:53.549 [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 22:20:53.550 [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 22:20:53.550 [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 22:20:53.550 [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 22:20:53.550 [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 22:20:53.550 [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 22:20:53.550 [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 22:20:53.550 [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 22:20:53.551 [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 22:20:53.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 22:20:53.551 [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 22:20:53.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 22:20:53.551 [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 22:20:53.551 [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 22:20:53.551 [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 22:20:53.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 22:20:53.553 [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 22:20:53.572 [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 22:20:53.573 [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 22:20:53.573 [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 22:20:53.573 [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 22:20:53.573 [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 22:20:53.745 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:20:53.745 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:20:53.755 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:20:53.755 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:20:53.755 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:20:53.756 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:20:53.756 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:20:53.826 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 22:20:53.827 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:20:53.827 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:20:53.827 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:20:53.831 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:20:53.831 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:20:56.458 [pool-339-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6284621311325898064/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:20:56.467 [pool-339-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:20:57.024 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 22:20:57.259 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:20:57.260 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:20:57.260 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 22:20:57.851 [pool-339-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6284621311325898064/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:20:57.861 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 22:20:57.889 [pool-339-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind 22:20:58.043 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 22:20:58.043 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 22:20:58.044 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 22:20:58.044 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 1s577ms [pure insertion] marking any relevant derived attributes for update...22:20:58.044 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s74ms 22:20:58.118 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s74ms 22:20:58.120 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 22:20:58.121 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:20:58.122 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:20:58.122 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 22:20:58.123 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 22:20:58.534 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 22:20:58.534 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 22:20:58.538 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 22:20:58.538 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s418ms [pure insertion] marking any relevant derived attributes for update...22:20:58.538 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:20:58.538 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:20:58.616 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 22:20:58.616 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:20:58.617 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:20:58.617 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 22:20:58.617 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 22:20:58.743 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 22:20:58.743 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 22:20:58.745 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 22:20:58.745 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s129ms [pure insertion] marking any relevant derived attributes for update...22:20:58.745 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:20:58.745 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:20:58.746 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 22:20:58.746 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:20:58.747 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:20:58.747 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 22:20:58.747 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 22:20:58.935 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 22:20:58.935 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 22:20:58.942 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 22:20:58.942 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s196ms [pure insertion] marking any relevant derived attributes for update...22:20:58.942 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:20:58.942 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:20:59.011 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:20:59.011 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:20:59.011 [pool-339-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:21:00.809 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 22:21:00.810 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 22:21:00.810 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.799s attempting to resolve any uninitialized derived attributes... 22:21:00.810 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:21:00.810 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:21:00.811 [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... 22:21:00.811 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s800ms [proxy update] 22:21:00.811 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:21:00.811 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:21:00.811 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 984 ms 22:21:00.811 [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 22:21:00.813 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:21:00.813 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:21:00.914 [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 22:21:00.914 [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 22:21:00.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 22:21:00.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 22:21:00.965 [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 22:21:00.965 [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 22:21:00.982 [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 22:21:00.998 [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 22:21:01.121 [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) 22:21:01.122 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:21:01.334 [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/junit8126223574479777405/:org.eclipse.hawk.localfolder.LocalFolder:false 22:21:01.335 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:21:01.335 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:21:01.335 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:21:01.335 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:21:01.335 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:21:02.607 [pool-339-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6284621311325898064/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:21:02.613 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:21:02.613 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:21:02.613 [pool-339-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:21:03.418 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 22:21:03.419 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 22:21:03.419 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.806s attempting to resolve any uninitialized derived attributes... 22:21:03.419 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:21:03.419 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:21:03.419 [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... 22:21:03.419 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s806ms [proxy update] 22:21:03.419 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:21:03.420 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:21:03.420 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:21:03.421 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:21:04.034 [pool-339-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6284621311325898064/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:21:04.042 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 22:21:04.045 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:04.045 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:04.045 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml... 22:21:04.045 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 22:21:04.174 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 22:21:04.174 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 22:21:04.175 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 22:21:04.175 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml. 0s133ms [pure insertion] marking any relevant derived attributes for update...22:21:04.175 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:21:04.175 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:21:04.176 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:21:04.176 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:21:04.176 [pool-339-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:21:05.859 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 22:21:05.860 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 24 proxy ref lists left after resolving 0 refs 22:21:05.860 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.684s attempting to resolve any uninitialized derived attributes... 22:21:05.860 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:21:05.860 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:21:05.860 [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... 22:21:05.860 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s684ms [proxy update] 22:21:05.860 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:21:05.860 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:21:05.860 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 525 ms 22:21:05.871 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:21:05.871 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:21:05.872 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:21:05.872 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:21:06.470 [pool-339-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6284621311325898064/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:21:06.477 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 22:21:06.480 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:06.480 [pool-339-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:21:06.999 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store 22:21:07.021 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 22:21:07.021 [pool-339-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 22:21:07.021 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /model.uml... 22:21:07.022 [pool-339-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml 22:21:07.025 [pool-339-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.003s 22:21:08.264 [pool-339-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6284621311325898064/test_upgradeModelProfileVersion[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:21:08.272 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 22:21:08.397 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 22:21:08.397 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 22:21:08.398 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 22:21:08.398 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /model.uml. 1s921ms [pure insertion] marking any relevant derived attributes for update...22:21:08.398 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:21:08.398 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:21:08.399 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:21:08.399 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:21:08.399 [pool-339-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:21:10.053 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 22:21:10.054 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 24 proxy ref lists left after resolving 0 refs 22:21:10.054 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.655s attempting to resolve any uninitialized derived attributes... 22:21:10.054 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:21:10.054 [pool-339-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:21:10.054 [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... 22:21:10.054 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s655ms [proxy update] 22:21:10.054 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:21:10.055 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:21:10.055 [pool-339-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 184 ms 22:21:10.062 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:21:10.062 [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/junit8126223574479777405/:org.eclipse.hawk.localfolder.LocalFolder:false 22:21:10.063 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:21:10.063 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:21:10.710 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:21:10.713 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:21:12.554 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:21:12.555 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:21:12.555 [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 22:21:12.572 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:21:12.572 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:21:12.654 [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 22:21:12.655 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:21:12.655 [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 22:21:12.655 [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 22:21:12.656 [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 22:21:12.689 [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 22:21:12.689 [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 22:21:12.713 [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 22:21:12.713 [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 22:21:12.715 [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 22:21:12.719 [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 22:21:12.721 [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 22:21:12.804 [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 22:21:12.807 [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 22:21:12.812 [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 22:21:12.820 [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 22:21:12.823 [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 22:21:12.829 [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 22:21:12.830 [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 22:21:12.833 [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 22:21:12.835 [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 22:21:12.838 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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[] 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.900 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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[] 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.901 [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 22:21:12.930 [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 22:21:12.955 [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 22:21:12.956 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:21:12.956 [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 22:21:12.956 [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 22:21:12.980 [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 22:21:12.980 [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 22:21:12.980 [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 22:21:12.981 [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 22:21:12.981 [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 22:21:13.006 [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 22:21:13.006 [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 22:21:13.006 [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 22:21:13.007 [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 22:21:13.007 [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 22:21:13.039 [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 22:21:13.039 [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 22:21:13.039 [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 22:21:13.039 [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 22:21:13.039 [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 22:21:13.073 [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 22:21:13.073 [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 22:21:13.073 [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 22:21:13.073 [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 22:21:13.073 [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 22:21:13.108 [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 22:21:13.108 [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 22:21:13.139 [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 22:21:13.140 [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 22:21:13.140 [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 22:21:13.140 [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 22:21:13.141 [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[] 22:21:13.141 [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 22:21:13.141 [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 22:21:13.141 [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 22:21:13.141 [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 22:21:13.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 22:21:13.141 [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 22:21:13.141 [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 22:21:13.141 [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 22:21:13.141 [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 22:21:13.141 [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 22:21:13.141 [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 22:21:13.141 [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 22:21:13.142 [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 22:21:13.142 [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 22:21:13.142 [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 22:21:13.142 [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 22:21:13.142 [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 22:21:13.142 [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 22:21:13.142 [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 22:21:13.143 [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 22:21:13.143 [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 22:21:13.143 [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 22:21:13.143 [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 22:21:13.143 [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 22:21:13.143 [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 22:21:13.143 [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 22:21:13.143 [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 22:21:13.145 [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 22:21:13.173 [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 22:21:13.173 [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 22:21:13.198 [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 22:21:13.198 [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 22:21:13.198 [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 22:21:13.198 [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 22:21:13.198 [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 22:21:13.447 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:21:13.447 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:21:13.454 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:21:13.454 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:21:13.454 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:21:13.454 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:21:13.454 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:21:13.469 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 22:21:13.470 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:21:13.470 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:21:13.470 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:21:13.472 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:21:13.472 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:21:16.184 [pool-346-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1515258943740060289/test_stereotypeAsModel[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:21:16.202 [pool-346-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:21:16.844 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 22:21:17.134 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:17.135 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:17.135 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 22:21:17.851 [pool-346-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1515258943740060289/test_stereotypeAsModel[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:21:17.860 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 22:21:17.990 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 22:21:17.991 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 22:21:17.992 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 22:21:17.992 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 1s790ms [pure insertion] marking any relevant derived attributes for update...22:21:17.992 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s43ms 22:21:18.035 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s43ms 22:21:18.037 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 22:21:18.037 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:18.037 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:18.037 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 22:21:18.037 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 22:21:18.239 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 22:21:18.239 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 22:21:18.245 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 22:21:18.245 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s208ms [pure insertion] marking any relevant derived attributes for update...22:21:18.245 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:21:18.245 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:21:18.247 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 22:21:18.247 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:18.249 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:18.249 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 22:21:18.310 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 22:21:18.617 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 22:21:18.617 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 22:21:18.620 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 22:21:18.620 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s373ms [pure insertion] marking any relevant derived attributes for update...22:21:18.620 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:21:18.620 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:21:18.621 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 22:21:18.621 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:18.623 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:18.623 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 22:21:18.624 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 22:21:18.733 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 22:21:18.733 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 22:21:18.734 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 22:21:18.734 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s113ms [pure insertion] marking any relevant derived attributes for update...22:21:18.734 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:21:18.734 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:21:18.734 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:21:18.734 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:21:18.734 [pool-346-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:21:20.697 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 22:21:20.698 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 22:21:20.698 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.964s attempting to resolve any uninitialized derived attributes... 22:21:20.698 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:21:20.698 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:21:20.699 [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... 22:21:20.699 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s965ms [proxy update] 22:21:20.699 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:21:20.699 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:21:20.699 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 229 ms 22:21:20.916 [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 22:21:20.917 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:21:20.917 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:21:20.919 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:21:20.919 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:21:20.919 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:21:21.680 [pool-346-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1515258943740060289/test_stereotypeAsModel[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:21:21.686 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.profile.uml... 22:21:21.689 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:21.689 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:21.689 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.profile.uml... 22:21:21.689 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.profile.uml 22:21:22.251 [pool-346-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind 22:21:22.355 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec) 22:21:22.355 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.profile.uml 22:21:22.358 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 22:21:22.358 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.profile.uml. 0s672ms [pure insertion] marking any relevant derived attributes for update...22:21:22.358 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:21:22.359 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:21:22.359 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:21:22.359 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:21:22.359 [pool-346-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:21:24.221 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/72 proxy references (0 sec total) 22:21:24.325 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 70 proxy ref lists left after resolving 2 refs 22:21:24.325 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.966s attempting to resolve any uninitialized derived attributes... 22:21:24.325 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:21:24.325 [pool-346-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:21:24.326 [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... 22:21:24.326 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s967ms [proxy update] 22:21:24.326 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:21:24.326 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:21:24.326 [pool-346-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 409 ms 22:21:24.332 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:21:24.332 [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 22:21:24.333 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:21:24.333 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:21:25.233 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:21:25.237 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:21:26.753 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:21:26.754 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:21:26.754 [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 22:21:26.768 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:21:26.768 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:21:26.840 [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 22:21:26.840 [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 22:21:26.841 [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 22:21:26.845 [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 22:21:26.847 [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 22:21:26.860 [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 22:21:26.863 [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 22:21:26.868 [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 22:21:26.973 [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 22:21:26.976 [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 22:21:26.982 [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 22:21:26.982 [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 22:21:27.012 [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 22:21:27.013 [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 22:21:27.016 [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 22:21:27.076 [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 22:21:27.076 [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 22:21:27.076 [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 22:21:27.076 [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 22:21:27.076 [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 22:21:27.076 [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 22:21:27.076 [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 22:21:27.076 [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 22:21:27.076 [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 22:21:27.076 [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 22:21:27.076 [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 22:21:27.076 [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 22:21:27.076 [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 22:21:27.076 [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 22:21:27.076 [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[] 22:21:27.076 [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 22:21:27.076 [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 22:21:27.076 [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 22:21:27.076 [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 22:21:27.077 [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 22:21:27.077 [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 22:21:27.077 [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 22:21:27.077 [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 22:21:27.077 [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 22:21:27.077 [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 22:21:27.077 [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 22:21:27.077 [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 22:21:27.077 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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 22:21:27.110 [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[] 22:21:27.110 [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 22:21:27.110 [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 22:21:27.111 [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 22:21:27.111 [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 22:21:27.111 [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 22:21:27.111 [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 22:21:27.111 [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 22:21:27.131 [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 22:21:27.165 [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 22:21:27.166 [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 22:21:27.189 [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 22:21:27.189 [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 22:21:27.210 [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 22:21:27.212 [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 22:21:27.212 [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 22:21:27.231 [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 22:21:27.231 [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 22:21:27.248 [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 22:21:27.248 [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 22:21:27.248 [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 22:21:27.249 [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 22:21:27.249 [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 22:21:27.273 [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 22:21:27.273 [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 22:21:27.273 [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 22:21:27.274 [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 22:21:27.274 [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 22:21:27.311 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:21:27.311 [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 22:21:27.312 [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 22:21:27.312 [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 22:21:27.332 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:21:27.332 [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 22:21:27.333 [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 22:21:27.333 [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 22:21:27.333 [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 22:21:27.357 [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 22:21:27.357 [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 22:21:27.373 [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 22:21:27.373 [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 22:21:27.373 [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 22:21:27.374 [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 22:21:27.374 [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 22:21:27.411 [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 22:21:27.412 [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 22:21:27.412 [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 22:21:27.412 [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 22:21:27.413 [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[] 22:21:27.413 [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 22:21:27.413 [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 22:21:27.413 [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 22:21:27.413 [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 22:21:27.413 [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 22:21:27.413 [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 22:21:27.413 [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 22:21:27.413 [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 22:21:27.413 [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 22:21:27.413 [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 22:21:27.413 [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 22:21:27.413 [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 22:21:27.414 [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 22:21:27.414 [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 22:21:27.414 [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 22:21:27.414 [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 22:21:27.414 [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 22:21:27.414 [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 22:21:27.414 [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 22:21:27.415 [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 22:21:27.415 [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 22:21:27.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 22:21:27.415 [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 22:21:27.415 [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 22:21:27.415 [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 22:21:27.415 [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 22:21:27.415 [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 22:21:27.417 [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 22:21:27.440 [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 22:21:27.440 [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 22:21:27.440 [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 22:21:27.440 [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 22:21:27.440 [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 22:21:27.630 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:21:27.630 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:21:27.637 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:21:27.637 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:21:27.637 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:21:27.638 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:21:27.638 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:21:27.651 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 22:21:27.652 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:21:27.652 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:21:27.652 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:21:27.654 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:21:27.654 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:21:30.150 [pool-353-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7456989497688486306/test_localfolderCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:21:30.170 [pool-353-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:21:30.766 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 22:21:31.051 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:31.052 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:31.052 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 22:21:31.710 [pool-353-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7456989497688486306/test_localfolderCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:21:31.718 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 22:21:31.856 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 22:21:31.856 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 22:21:31.858 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 22:21:31.858 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 1s688ms [pure insertion] marking any relevant derived attributes for update...22:21:31.858 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s27ms 22:21:31.885 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s27ms 22:21:31.886 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 22:21:31.886 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:31.887 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:31.887 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 22:21:31.887 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 22:21:32.017 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 22:21:32.017 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 22:21:32.018 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 22:21:32.018 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s132ms [pure insertion] marking any relevant derived attributes for update...22:21:32.018 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:21:32.018 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:21:32.019 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 22:21:32.019 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:32.021 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:32.021 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 22:21:32.021 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 22:21:32.161 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 22:21:32.161 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 22:21:32.214 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 22:21:32.214 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s195ms [pure insertion] marking any relevant derived attributes for update...22:21:32.214 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:21:32.214 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:21:32.216 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 22:21:32.216 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:32.218 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:32.218 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 22:21:32.218 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 22:21:32.432 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 22:21:32.432 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 22:21:32.435 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 22:21:32.435 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s219ms [pure insertion] marking any relevant derived attributes for update...22:21:32.435 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:21:32.435 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:21:32.435 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:21:32.435 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:21:32.435 [pool-353-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:21:34.210 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 22:21:34.211 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 22:21:34.211 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.776s attempting to resolve any uninitialized derived attributes... 22:21:34.211 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:21:34.211 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:21:34.212 [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... 22:21:34.212 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s777ms [proxy update] 22:21:34.212 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:21:34.212 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:21:34.212 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 560 ms 22:21:34.433 [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 22:21:34.434 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:21:34.434 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:21:34.436 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:21:34.437 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:21:34.437 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:21:35.072 [pool-353-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7456989497688486306/test_localfolderCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:21:35.078 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 22:21:35.081 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:35.081 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:35.081 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 22:21:35.081 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml 22:21:35.294 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 22:21:35.294 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml 22:21:35.295 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 22:21:35.295 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s217ms [pure insertion] marking any relevant derived attributes for update...22:21:35.295 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:21:35.296 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:21:35.311 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 22:21:35.311 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:35.311 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:35.311 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 22:21:35.312 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml 22:21:35.428 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 22:21:35.428 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml 22:21:35.429 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 22:21:35.429 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s118ms [pure insertion] marking any relevant derived attributes for update...22:21:35.429 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:21:35.429 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:21:35.430 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:21:35.430 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:21:35.430 [pool-353-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:21:37.076 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 22:21:37.242 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 30 refs 22:21:37.242 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.812s attempting to resolve any uninitialized derived attributes... 22:21:37.242 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:21:37.242 [pool-353-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:21:37.243 [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... 22:21:37.243 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s813ms [proxy update] 22:21:37.243 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:21:37.243 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:21:37.243 [pool-353-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 809 ms 22:21:37.243 [pool-353-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7456989497688486306/test_localfolderCrosslinks[Neo4j]/db 22:21:37.249 [pool-353-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7456989497688486306/test_localfolderCrosslinks[Neo4j]/db 22:21:37.250 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:21:37.250 [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 22:21:37.251 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:21:37.251 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:21:38.068 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:21:38.072 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:21:40.004 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:21:40.005 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:21:40.005 [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 22:21:40.017 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:21:40.017 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:21:40.113 [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 22:21:40.113 [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 22:21:40.114 [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 22:21:40.118 [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 22:21:40.120 [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 22:21:40.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::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 22:21:40.137 [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 22:21:40.142 [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 22:21:40.225 [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 22:21:40.231 [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 22:21:40.240 [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 22:21:40.241 [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 22:21:40.247 [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 22:21:40.249 [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 22:21:40.254 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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[] 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.359 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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[] 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.360 [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 22:21:40.388 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:21:40.389 [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 22:21:40.389 [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 22:21:40.412 [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 22:21:40.439 [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 22:21:40.439 [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 22:21:40.439 [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 22:21:40.439 [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 22:21:40.440 [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 22:21:40.464 [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 22:21:40.464 [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 22:21:40.489 [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 22:21:40.514 [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 22:21:40.514 [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 22:21:40.514 [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 22:21:40.514 [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 22:21:40.515 [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 22:21:40.539 [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 22:21:40.539 [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 22:21:40.564 [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 22:21:40.564 [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 22:21:40.590 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:21:40.590 [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 22:21:40.590 [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 22:21:40.590 [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 22:21:40.590 [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 22:21:40.623 [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 22:21:40.623 [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 22:21:40.624 [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 22:21:40.624 [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 22:21:40.624 [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 22:21:40.647 [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 22:21:40.648 [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 22:21:40.648 [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 22:21:40.648 [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 22:21:40.649 [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[] 22:21:40.649 [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 22:21:40.649 [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 22:21:40.649 [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 22:21:40.649 [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 22:21:40.649 [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 22:21:40.649 [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 22:21:40.649 [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 22:21:40.649 [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 22:21:40.649 [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 22:21:40.649 [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 22:21:40.649 [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 22:21:40.649 [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 22:21:40.650 [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 22:21:40.650 [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 22:21:40.650 [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 22:21:40.650 [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 22:21:40.650 [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 22:21:40.650 [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 22:21:40.650 [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 22:21:40.651 [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 22:21:40.651 [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 22:21:40.651 [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 22:21:40.651 [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 22:21:40.651 [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 22:21:40.651 [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 22:21:40.651 [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 22:21:40.651 [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 22:21:40.652 [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 22:21:40.673 [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 22:21:40.673 [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 22:21:40.673 [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 22:21:40.673 [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 22:21:40.673 [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 22:21:40.697 [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 22:21:40.697 [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 22:21:40.697 [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 22:21:40.697 [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 22:21:40.697 [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 22:21:40.922 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:21:40.922 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:21:40.929 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:21:40.930 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:21:40.930 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:21:40.930 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:21:40.930 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:21:40.942 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 22:21:40.943 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:21:40.943 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:21:40.943 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:21:40.946 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:21:40.946 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:21:43.234 [pool-360-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit990921109161412531/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:21:43.242 [pool-360-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:21:43.889 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 22:21:44.518 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:44.518 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:44.518 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 22:21:45.227 [pool-360-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit990921109161412531/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:21:45.237 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 22:21:45.374 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 22:21:45.374 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 22:21:45.375 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 22:21:45.375 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 2s133ms [pure insertion] marking any relevant derived attributes for update...22:21:45.375 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s52ms 22:21:45.427 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s52ms 22:21:45.442 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 22:21:45.442 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:45.443 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:45.443 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 22:21:45.443 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 22:21:45.716 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 22:21:45.716 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 22:21:45.717 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 22:21:45.718 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s276ms [pure insertion] marking any relevant derived attributes for update...22:21:45.718 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:21:45.718 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:21:45.719 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 22:21:45.719 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:45.722 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:45.722 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 22:21:45.723 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 22:21:45.953 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 22:21:45.953 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 22:21:46.014 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 22:21:46.014 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s295ms [pure insertion] marking any relevant derived attributes for update...22:21:46.014 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:21:46.014 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:21:46.016 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 22:21:46.016 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:46.019 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:46.019 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 22:21:46.020 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 22:21:46.317 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 22:21:46.317 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 22:21:46.321 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 22:21:46.321 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s305ms [pure insertion] marking any relevant derived attributes for update...22:21:46.321 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:21:46.321 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:21:46.322 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:21:46.322 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:21:46.322 [pool-360-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:21:48.300 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 22:21:48.301 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 22:21:48.301 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.979s attempting to resolve any uninitialized derived attributes... 22:21:48.301 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:21:48.301 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:21:48.302 [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... 22:21:48.302 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s980ms [proxy update] 22:21:48.302 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:21:48.302 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:21:48.302 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 359 ms 22:21:48.534 [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 22:21:48.535 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:21:48.535 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:21:48.536 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:21:48.536 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:21:48.536 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:21:49.222 [pool-360-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit990921109161412531/test_zoo[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:21:49.228 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 22:21:49.230 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:49.230 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:49.230 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml... 22:21:49.231 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 22:21:49.411 [pool-360-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind 22:21:49.420 [pool-360-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind 22:21:49.420 [pool-360-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind 22:21:49.436 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec) 22:21:49.436 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 22:21:49.438 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 22:21:49.438 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml. 0s210ms [pure insertion] marking any relevant derived attributes for update...22:21:49.438 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:21:49.439 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:21:49.439 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:21:49.439 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:21:49.439 [pool-360-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:21:51.191 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/23 proxy references (0 sec total) 22:21:51.317 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 3 refs 22:21:51.317 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.878s attempting to resolve any uninitialized derived attributes... 22:21:51.317 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:21:51.317 [pool-360-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:21:51.318 [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... 22:21:51.318 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s879ms [proxy update] 22:21:51.318 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:21:51.318 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:21:51.318 [pool-360-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 783 ms 22:21:51.328 [pool-360-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit990921109161412531/test_zoo[Neo4j]/db 22:21:51.330 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:21:51.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/uml/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 22:21:51.331 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:21:51.331 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:21:52.293 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:21:52.297 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:21:53.796 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:21:53.797 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:21:53.797 [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 22:21:53.809 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:21:53.809 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:21:53.874 [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 22:21:53.874 [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 22:21:53.875 [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 22:21:53.875 [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 22:21:53.876 [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 22:21:53.916 [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 22:21:53.916 [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 22:21:53.916 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:21:53.916 [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 22:21:53.916 [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 22:21:53.931 [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 22:21:53.932 [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 22:21:53.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::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 22:21:53.937 [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 22:21:53.939 [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 22:21:53.953 [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 22:21:53.956 [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 22:21:54.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::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 22:21:54.017 [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 22:21:54.020 [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 22:21:54.026 [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 22:21:54.026 [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 22:21:54.030 [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 22:21:54.032 [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 22:21:54.035 [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 22:21:54.120 [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 22:21:54.120 [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 22:21:54.120 [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 22:21:54.120 [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 22:21:54.120 [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 22:21:54.120 [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 22:21:54.120 [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 22:21:54.120 [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 22:21:54.120 [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 22:21:54.120 [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 22:21:54.120 [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 22:21:54.120 [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 22:21:54.120 [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 22:21:54.120 [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 22:21:54.120 [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[] 22:21:54.120 [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 22:21:54.121 [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 22:21:54.121 [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 22:21:54.122 [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 22:21:54.122 [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 22:21:54.122 [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 22:21:54.122 [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 22:21:54.122 [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 22:21:54.122 [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 22:21:54.122 [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 22:21:54.122 [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 22:21:54.122 [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 22:21:54.122 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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[] 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.123 [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 22:21:54.140 [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 22:21:54.140 [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 22:21:54.141 [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 22:21:54.141 [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 22:21:54.141 [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 22:21:54.157 [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 22:21:54.157 [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 22:21:54.174 [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 22:21:54.174 [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 22:21:54.212 [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 22:21:54.232 [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 22:21:54.232 [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 22:21:54.249 [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 22:21:54.249 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:21:54.250 [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 22:21:54.250 [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 22:21:54.266 [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 22:21:54.266 [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 22:21:54.266 [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 22:21:54.267 [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 22:21:54.267 [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 22:21:54.282 [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 22:21:54.282 [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 22:21:54.282 [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 22:21:54.282 [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 22:21:54.283 [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 22:21:54.311 [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 22:21:54.312 [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 22:21:54.312 [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 22:21:54.312 [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 22:21:54.313 [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[] 22:21:54.313 [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 22:21:54.313 [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 22:21:54.313 [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 22:21:54.313 [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 22:21:54.313 [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 22:21:54.313 [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 22:21:54.313 [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 22:21:54.313 [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 22:21:54.313 [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 22:21:54.313 [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 22:21:54.313 [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 22:21:54.313 [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 22:21:54.314 [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 22:21:54.314 [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 22:21:54.314 [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 22:21:54.314 [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 22:21:54.314 [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 22:21:54.314 [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 22:21:54.314 [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 22:21:54.314 [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 22:21:54.315 [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 22:21:54.315 [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 22:21:54.315 [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 22:21:54.315 [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 22:21:54.315 [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 22:21:54.315 [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 22:21:54.315 [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 22:21:54.316 [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 22:21:54.341 [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 22:21:54.341 [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 22:21:54.341 [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 22:21:54.341 [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 22:21:54.341 [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 22:21:54.489 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:21:54.489 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:21:54.495 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:21:54.495 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:21:54.495 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:21:54.495 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:21:54.495 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:21:54.522 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 22:21:54.523 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:21:54.523 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:21:54.523 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:21:54.525 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:21:54.525 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:21:57.393 [pool-367-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5844938088288600199/test_indexLibraries[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:21:57.402 [pool-367-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:21:57.979 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 22:21:58.219 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:58.219 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:58.219 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 22:21:58.836 [pool-367-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5844938088288600199/test_indexLibraries[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:21:58.846 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 22:21:59.031 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 22:21:59.031 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 22:21:59.034 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 22:21:59.034 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 1s632ms [pure insertion] marking any relevant derived attributes for update...22:21:59.034 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s61ms 22:21:59.095 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s61ms 22:21:59.096 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 22:21:59.096 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:59.097 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:59.097 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 22:21:59.097 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 22:21:59.184 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 22:21:59.184 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 22:21:59.185 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 22:21:59.185 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s89ms [pure insertion] marking any relevant derived attributes for update...22:21:59.185 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:21:59.185 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:21:59.186 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 22:21:59.186 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:59.211 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:59.211 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 22:21:59.211 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 22:21:59.319 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 22:21:59.319 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 22:21:59.326 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 22:21:59.326 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s140ms [pure insertion] marking any relevant derived attributes for update...22:21:59.326 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:21:59.326 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:21:59.337 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 22:21:59.337 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:21:59.338 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:21:59.338 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 22:21:59.339 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 22:21:59.445 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 22:21:59.445 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 22:21:59.447 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 22:21:59.447 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s110ms [pure insertion] marking any relevant derived attributes for update...22:21:59.447 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:21:59.447 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:21:59.447 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:21:59.447 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:21:59.447 [pool-367-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:22:01.206 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 22:22:01.207 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 22:22:01.207 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.76s attempting to resolve any uninitialized derived attributes... 22:22:01.207 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:22:01.207 [pool-367-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:22:01.207 [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... 22:22:01.207 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s760ms [proxy update] 22:22:01.207 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:22:01.207 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:22:01.207 [pool-367-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 684 ms 22:22:01.216 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:22:01.216 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 22:22:01.218 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:22:01.218 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:22:01.889 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:22:01.893 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:22:03.551 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:22:03.553 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:22:03.553 [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 22:22:03.570 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:22:03.570 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:22:03.646 [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 22:22:03.646 [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 22:22:03.646 [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 22:22:03.650 [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 22:22:03.652 [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 22:22:03.665 [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 22:22:03.669 [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 22:22:03.673 [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 22:22:03.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::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 22:22:03.741 [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 22:22:03.746 [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 22:22:03.747 [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 22:22:03.750 [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 22:22:03.752 [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 22:22:03.754 [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 22:22:03.807 [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 22:22:03.807 [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 22:22:03.807 [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 22:22:03.807 [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 22:22:03.807 [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 22:22:03.807 [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 22:22:03.807 [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 22:22:03.807 [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 22:22:03.807 [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 22:22:03.807 [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 22:22:03.807 [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 22:22:03.807 [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 22:22:03.807 [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 22:22:03.807 [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 22:22:03.807 [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[] 22:22:03.807 [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 22:22:03.807 [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 22:22:03.807 [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 22:22:03.807 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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[] 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.808 [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 22:22:03.828 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:22:03.828 [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 22:22:03.829 [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 22:22:03.831 [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 22:22:03.854 [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 22:22:03.879 [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 22:22:03.880 [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 22:22:03.914 [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 22:22:03.914 [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 22:22:03.915 [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 22:22:03.915 [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 22:22:03.915 [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 22:22:03.937 [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 22:22:03.937 [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 22:22:03.962 [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 22:22:03.962 [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 22:22:03.963 [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 22:22:03.963 [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 22:22:03.963 [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 22:22:03.987 [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 22:22:03.987 [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 22:22:03.988 [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 22:22:03.989 [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 22:22:03.989 [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 22:22:04.013 [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 22:22:04.013 [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 22:22:04.013 [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 22:22:04.013 [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 22:22:04.013 [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 22:22:04.037 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:22:04.037 [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 22:22:04.038 [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 22:22:04.038 [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 22:22:04.038 [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 22:22:04.054 [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 22:22:04.054 [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 22:22:04.080 [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 22:22:04.080 [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 22:22:04.080 [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 22:22:04.080 [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 22:22:04.081 [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[] 22:22:04.081 [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 22:22:04.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 22:22:04.081 [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 22:22:04.081 [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 22:22:04.081 [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 22:22:04.081 [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 22:22:04.081 [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 22:22:04.081 [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 22:22:04.081 [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 22:22:04.081 [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 22:22:04.081 [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 22:22:04.081 [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 22:22:04.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 22:22:04.082 [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 22:22:04.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 22:22:04.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 22:22:04.082 [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 22:22:04.082 [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 22:22:04.082 [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 22:22:04.083 [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 22:22:04.083 [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 22:22:04.083 [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 22:22:04.083 [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 22:22:04.083 [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 22:22:04.083 [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 22:22:04.083 [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 22:22:04.083 [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 22:22:04.085 [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 22:22:04.105 [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 22:22:04.105 [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 22:22:04.105 [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 22:22:04.105 [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 22:22:04.105 [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 22:22:04.261 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:22:04.261 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:22:04.268 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:22:04.269 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:22:04.269 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:22:04.269 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:22:04.269 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:22:04.281 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 22:22:04.282 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:22:04.282 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:22:04.282 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:22:04.284 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:22:04.284 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:22:06.798 [pool-374-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5774626427951823772/test_customProfileV4[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:22:06.805 [pool-374-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:22:07.327 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 22:22:07.565 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:07.566 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:07.566 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 22:22:08.215 [pool-374-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5774626427951823772/test_customProfileV4[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:22:08.224 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 22:22:08.361 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 22:22:08.361 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 22:22:08.362 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 22:22:08.362 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 1s557ms [pure insertion] marking any relevant derived attributes for update...22:22:08.362 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s46ms 22:22:08.408 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s46ms 22:22:08.409 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 22:22:08.409 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:08.410 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:08.410 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 22:22:08.410 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 22:22:08.518 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 22:22:08.518 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 22:22:08.523 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 22:22:08.523 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s114ms [pure insertion] marking any relevant derived attributes for update...22:22:08.523 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:22:08.523 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:22:08.525 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 22:22:08.525 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:08.526 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:08.526 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 22:22:08.526 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 22:22:08.667 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 22:22:08.667 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 22:22:08.669 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 22:22:08.670 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s145ms [pure insertion] marking any relevant derived attributes for update...22:22:08.670 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:22:08.670 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:22:08.679 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 22:22:08.679 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:08.680 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:08.680 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 22:22:08.681 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 22:22:08.758 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 22:22:08.758 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 22:22:08.759 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 22:22:08.759 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s80ms [pure insertion] marking any relevant derived attributes for update...22:22:08.759 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:22:08.759 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:22:08.760 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:22:08.760 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:22:08.760 [pool-374-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:22:10.607 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 22:22:10.608 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 22:22:10.608 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.848s attempting to resolve any uninitialized derived attributes... 22:22:10.608 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:22:10.608 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:22:10.608 [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... 22:22:10.608 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s848ms [proxy update] 22:22:10.608 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:22:10.608 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:22:10.608 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 326 ms 22:22:10.609 [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 22:22:10.610 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:22:10.610 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:22:10.713 [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 22:22:10.729 [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 22:22:10.730 [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 22:22:10.746 [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 22:22:10.771 [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 22:22:10.771 [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 22:22:10.788 [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 22:22:10.788 [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 22:22:10.895 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 22:22:10.895 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 22:22:11.090 [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/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 22:22:11.091 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:22:11.091 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:22:11.091 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:22:11.092 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:22:11.092 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:22:12.330 [pool-374-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5774626427951823772/test_customProfileV4[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:22:12.335 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:22:12.336 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:22:12.336 [pool-374-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:22:13.138 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 22:22:13.139 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 22:22:13.139 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.803s attempting to resolve any uninitialized derived attributes... 22:22:13.139 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:22:13.139 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:22:13.139 [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... 22:22:13.139 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s803ms [proxy update] 22:22:13.139 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:22:13.140 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:22:13.141 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:22:13.141 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:22:13.781 [pool-374-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5774626427951823772/test_customProfileV4[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:22:13.789 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 22:22:13.791 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:13.791 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:13.791 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml... 22:22:13.791 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 22:22:13.936 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 22:22:13.936 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 22:22:13.937 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 22:22:13.937 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml. 0s148ms [pure insertion] marking any relevant derived attributes for update...22:22:13.937 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:22:13.937 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:22:13.937 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:22:13.938 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:22:13.938 [pool-374-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:22:15.919 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 22:22:15.920 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 24 proxy ref lists left after resolving 0 refs 22:22:15.920 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.982s attempting to resolve any uninitialized derived attributes... 22:22:15.920 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:22:15.921 [pool-374-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:22:15.921 [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... 22:22:15.921 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s983ms [proxy update] 22:22:15.921 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:22:15.921 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:22:15.921 [pool-374-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 830 ms 22:22:15.930 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:22:15.930 [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/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 22:22:15.931 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:22:15.931 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:22:16.677 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:22:16.680 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:22:18.755 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:22:18.756 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:22:18.756 [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 22:22:18.769 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:22:18.769 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:22:18.881 [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 22:22:18.881 [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 22:22:18.924 [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 22:22:18.924 [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 22:22:18.956 [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 22:22:18.956 [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 22:22:18.957 [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 22:22:18.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::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 22:22:18.963 [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 22:22:18.978 [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 22:22:18.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/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 22:22:19.081 [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 22:22:19.088 [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 22:22:19.092 [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 22:22:19.097 [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 22:22:19.098 [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 22:22:19.101 [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 22:22:19.103 [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 22:22:19.106 [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 22:22:19.169 [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 22:22:19.169 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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[] 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.216 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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[] 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.217 [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 22:22:19.249 [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 22:22:19.282 [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 22:22:19.282 [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 22:22:19.282 [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 22:22:19.283 [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 22:22:19.283 [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 22:22:19.316 [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 22:22:19.316 [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 22:22:19.316 [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 22:22:19.316 [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 22:22:19.316 [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 22:22:19.349 [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 22:22:19.349 [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 22:22:19.350 [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 22:22:19.350 [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 22:22:19.350 [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 22:22:19.383 [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 22:22:19.383 [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 22:22:19.383 [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 22:22:19.383 [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 22:22:19.384 [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 22:22:19.416 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:22:19.416 [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 22:22:19.417 [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 22:22:19.417 [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 22:22:19.417 [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 22:22:19.449 [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 22:22:19.450 [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 22:22:19.450 [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 22:22:19.450 [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 22:22:19.451 [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[] 22:22:19.451 [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 22:22:19.451 [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 22:22:19.451 [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 22:22:19.451 [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 22:22:19.451 [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 22:22:19.451 [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 22:22:19.451 [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 22:22:19.451 [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 22:22:19.451 [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 22:22:19.451 [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 22:22:19.451 [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 22:22:19.451 [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 22:22:19.451 [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 22:22:19.452 [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 22:22:19.452 [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 22:22:19.452 [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 22:22:19.452 [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 22:22:19.452 [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 22:22:19.452 [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 22:22:19.452 [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 22:22:19.453 [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 22:22:19.453 [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 22:22:19.453 [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 22:22:19.453 [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 22:22:19.453 [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 22:22:19.453 [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 22:22:19.453 [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 22:22:19.454 [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 22:22:19.482 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:22:19.482 [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 22:22:19.483 [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 22:22:19.483 [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 22:22:19.515 [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 22:22:19.515 [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 22:22:19.515 [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 22:22:19.515 [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 22:22:19.515 [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 22:22:19.756 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:22:19.756 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:22:19.762 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:22:19.762 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:22:19.762 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:22:19.763 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:22:19.763 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:22:19.773 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 22:22:19.774 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:22:19.775 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:22:19.775 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:22:19.777 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:22:19.777 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:22:22.993 [pool-381-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8957866445449122287/test_customProfileV5[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:22:23.010 [pool-381-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:22:23.714 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 22:22:24.036 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:24.037 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:24.037 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 22:22:24.803 [pool-381-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8957866445449122287/test_customProfileV5[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:22:24.813 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 22:22:25.065 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 22:22:25.065 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 22:22:25.066 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 22:22:25.066 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 2s56ms [pure insertion] marking any relevant derived attributes for update...22:22:25.066 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s105ms 22:22:25.171 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s105ms 22:22:25.172 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 22:22:25.172 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:25.173 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:25.173 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 22:22:25.174 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 22:22:25.261 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 22:22:25.261 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 22:22:25.261 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 22:22:25.261 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s89ms [pure insertion] marking any relevant derived attributes for update...22:22:25.261 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:22:25.261 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:22:25.262 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 22:22:25.262 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:25.264 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:25.264 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 22:22:25.265 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 22:22:25.366 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 22:22:25.366 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 22:22:25.371 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 22:22:25.371 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s109ms [pure insertion] marking any relevant derived attributes for update...22:22:25.371 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:22:25.371 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:22:25.411 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 22:22:25.411 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:25.412 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:25.412 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 22:22:25.413 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 22:22:25.492 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 22:22:25.492 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 22:22:25.511 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 22:22:25.511 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s100ms [pure insertion] marking any relevant derived attributes for update...22:22:25.511 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:22:25.511 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:22:25.512 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:22:25.512 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:22:25.512 [pool-381-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:22:28.266 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 22:22:28.267 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 22:22:28.267 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.755s attempting to resolve any uninitialized derived attributes... 22:22:28.267 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:22:28.267 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:22:28.268 [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... 22:22:28.268 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s756ms [proxy update] 22:22:28.268 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:22:28.268 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:22:28.268 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 8 s 493 ms 22:22:28.268 [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 22:22:28.270 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:22:28.270 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:22:28.444 [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 22:22:28.478 [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 22:22:28.478 [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 22:22:28.501 [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 22:22:28.501 [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 22:22:28.536 [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 22:22:28.536 [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 22:22:28.560 [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 reseting local top revision of repository: pathmap://UML_LIBRARIES/ 22:22:28.842 [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) 22:22:28.842 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:22:29.055 [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 22:22:29.056 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:22:29.056 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:22:29.057 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:22:29.057 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:22:29.057 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:22:30.469 [pool-381-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8957866445449122287/test_customProfileV5[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:22:30.475 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:22:30.475 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:22:30.475 [pool-381-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:22:31.481 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 22:22:31.482 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 22:22:31.482 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.007s attempting to resolve any uninitialized derived attributes... 22:22:31.482 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:22:31.482 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:22:31.483 [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... 22:22:31.483 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s8ms [proxy update] 22:22:31.483 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:22:31.484 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:22:31.485 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:22:31.485 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:22:32.321 [pool-381-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8957866445449122287/test_customProfileV5[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:22:32.328 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 22:22:32.331 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:32.331 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:32.331 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml... 22:22:32.331 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 22:22:32.466 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 22:22:32.466 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 22:22:32.467 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 22:22:32.467 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml. 0s139ms [pure insertion] marking any relevant derived attributes for update...22:22:32.467 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:22:32.467 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:22:32.468 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:22:32.468 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:22:32.468 [pool-381-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:22:34.531 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 22:22:34.532 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 24 proxy ref lists left after resolving 0 refs 22:22:34.532 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.064s attempting to resolve any uninitialized derived attributes... 22:22:34.532 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:22:34.532 [pool-381-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:22:34.533 [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... 22:22:34.533 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s65ms [proxy update] 22:22:34.533 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:22:34.533 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:22:34.533 [pool-381-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 477 ms 22:22:34.541 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:22:34.541 [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 22:22:34.542 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:22:34.542 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:22:35.400 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:22:35.403 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:22:37.411 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:22:37.412 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:22:37.412 [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 22:22:37.423 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:22:37.423 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:22:37.529 [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 22:22:37.529 [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 22:22:37.530 [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 22:22:37.534 [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 22:22:37.536 [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 22:22:37.549 [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 22:22:37.552 [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 22:22:37.557 [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 22:22:37.655 [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 22:22:37.659 [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 22:22:37.664 [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 22:22:37.665 [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 22:22:37.669 [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 22:22:37.670 [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 22:22:37.673 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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[] 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.734 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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[] 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.735 [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 22:22:37.771 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:22:37.771 [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 22:22:37.772 [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 22:22:37.772 [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 22:22:37.772 [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 22:22:37.805 [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 22:22:37.806 [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 22:22:37.806 [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 22:22:37.806 [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 22:22:37.806 [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 22:22:37.838 [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 22:22:37.872 [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 22:22:37.873 [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 22:22:37.905 [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 22:22:37.905 [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 22:22:37.906 [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 22:22:37.906 [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 22:22:37.906 [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 22:22:37.964 [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 22:22:37.964 [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 22:22:37.965 [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 22:22:37.965 [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 22:22:37.965 [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 22:22:37.997 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:22:37.997 [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 22:22:37.997 [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 22:22:37.997 [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 22:22:38.030 [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 22:22:38.031 [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 22:22:38.064 [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 22:22:38.064 [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 22:22:38.065 [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 22:22:38.065 [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 22:22:38.065 [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 22:22:38.097 [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 22:22:38.098 [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 22:22:38.131 [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 22:22:38.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 22:22:38.131 [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 22:22:38.131 [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 22:22:38.132 [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[] 22:22:38.132 [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 22:22:38.132 [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 22:22:38.132 [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 22:22:38.132 [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 22:22:38.132 [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 22:22:38.132 [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 22:22:38.132 [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 22:22:38.132 [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 22:22:38.132 [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 22:22:38.132 [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 22:22:38.132 [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 22:22:38.132 [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 22:22:38.133 [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 22:22:38.133 [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 22:22:38.133 [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 22:22:38.133 [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 22:22:38.133 [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 22:22:38.133 [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 22:22:38.133 [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 22:22:38.134 [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 22:22:38.134 [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 22:22:38.134 [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 22:22:38.134 [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 22:22:38.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 22:22:38.134 [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 22:22:38.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 22:22:38.134 [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 22:22:38.136 [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 22:22:38.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/Types::Integer will be handled as its instance type java.lang.Integer 22:22:38.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/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 22:22:38.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/Types::Real will be handled as its instance type java.lang.Double 22:22:38.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/Types::String will be handled as its instance type java.lang.String 22:22:38.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/Types::Boolean will be handled as its instance type java.lang.Boolean 22:22:38.412 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:22:38.412 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:22:38.418 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:22:38.418 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:22:38.418 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:22:38.418 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:22:38.418 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:22:38.429 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 22:22:38.430 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:22:38.430 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:22:38.430 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:22:38.432 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:22:38.432 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:22:41.166 [pool-388-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4202670783136183053/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:22:41.181 [pool-388-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:22:41.910 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 22:22:42.192 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:42.192 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:42.192 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 22:22:42.925 [pool-388-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4202670783136183053/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:22:42.934 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 22:22:43.068 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 22:22:43.068 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 22:22:43.069 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 22:22:43.069 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 1s888ms [pure insertion] marking any relevant derived attributes for update...22:22:43.069 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s32ms 22:22:43.101 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s32ms 22:22:43.102 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 22:22:43.102 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:43.103 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:43.103 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 22:22:43.104 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 22:22:43.317 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 22:22:43.317 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 22:22:43.322 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 22:22:43.322 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s220ms [pure insertion] marking any relevant derived attributes for update...22:22:43.322 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:22:43.322 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:22:43.323 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 22:22:43.323 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:43.325 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:43.325 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 22:22:43.325 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 22:22:43.435 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 22:22:43.435 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 22:22:43.438 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 22:22:43.438 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s115ms [pure insertion] marking any relevant derived attributes for update...22:22:43.438 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:22:43.438 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:22:43.439 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 22:22:43.439 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:43.441 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:43.441 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 22:22:43.441 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 22:22:43.530 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 22:22:43.530 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 22:22:43.531 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 22:22:43.531 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s92ms [pure insertion] marking any relevant derived attributes for update...22:22:43.531 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:22:43.531 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:22:43.531 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:22:43.531 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:22:43.531 [pool-388-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:22:46.389 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 22:22:46.391 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 22:22:46.391 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.86s attempting to resolve any uninitialized derived attributes... 22:22:46.391 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:22:46.391 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:22:46.391 [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... 22:22:46.391 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s860ms [proxy update] 22:22:46.391 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:22:46.391 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:22:46.391 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 961 ms 22:22:46.391 [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 22:22:46.393 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:22:46.393 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:22:46.505 [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 22:22:46.506 [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 22:22:46.538 [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 22:22:46.571 [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 22:22:46.571 [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 22:22:46.597 [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 22:22:46.598 [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 22:22:46.621 [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/ 22:22:46.795 [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) 22:22:46.795 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 22:22:47.017 [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/junit8511733430139153131/:org.eclipse.hawk.localfolder.LocalFolder:false 22:22:47.018 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:22:47.018 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:22:47.018 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:22:47.018 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:22:47.018 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:22:48.397 [pool-388-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4202670783136183053/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:22:48.403 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:22:48.403 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:22:48.403 [pool-388-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:22:49.353 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 22:22:49.354 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 22:22:49.354 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.951s attempting to resolve any uninitialized derived attributes... 22:22:49.354 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:22:49.354 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:22:49.355 [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... 22:22:49.355 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s952ms [proxy update] 22:22:49.355 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:22:49.358 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:22:49.360 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:22:49.360 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:22:50.124 [pool-388-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4202670783136183053/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:22:50.130 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml... 22:22:50.133 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:50.133 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:50.133 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml... 22:22:50.133 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml 22:22:50.589 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec) 22:22:50.589 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml 22:22:50.592 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 22:22:50.592 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml. 0s462ms [pure insertion] marking any relevant derived attributes for update...22:22:50.592 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:22:50.593 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:22:50.594 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /zoo/model.uml... 22:22:50.594 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:50.595 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:50.596 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /zoo/model.uml... 22:22:50.596 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /zoo/model.uml 22:22:50.718 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec) 22:22:50.718 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /zoo/model.uml 22:22:50.719 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 22:22:50.719 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /zoo/model.uml. 0s125ms [pure insertion] marking any relevant derived attributes for update...22:22:50.719 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:22:50.719 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:22:50.722 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 22:22:50.722 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:50.723 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:50.723 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml... 22:22:50.724 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 22:22:50.824 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 22:22:50.824 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 22:22:50.825 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 22:22:50.825 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml. 0s103ms [pure insertion] marking any relevant derived attributes for update...22:22:50.825 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:22:50.825 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:22:50.825 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml... 22:22:50.825 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:50.827 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:50.827 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml... 22:22:50.828 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml 22:22:51.047 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 22:22:51.047 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml 22:22:51.048 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 22:22:51.048 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml. 0s223ms [pure insertion] marking any relevant derived attributes for update...22:22:51.048 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:22:51.048 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:22:51.049 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml... 22:22:51.049 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:51.051 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:22:51.051 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml... 22:22:51.051 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml 22:22:51.127 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 22:22:51.128 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml 22:22:51.128 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 22:22:51.128 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml. 0s79ms [pure insertion] marking any relevant derived attributes for update...22:22:51.128 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:22:51.128 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:22:51.128 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:22:51.128 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:22:51.128 [pool-388-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:22:53.194 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/109 proxy references (0 sec total) 22:22:53.560 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 70 proxy ref lists left after resolving 39 refs 22:22:53.560 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.432s attempting to resolve any uninitialized derived attributes... 22:22:53.560 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:22:53.560 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:22:53.561 [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... 22:22:53.561 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s433ms [proxy update] 22:22:53.561 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:22:53.562 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:22:53.562 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 544 ms 22:22:53.568 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:22:53.571 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:22:53.572 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:22:53.572 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:22:54.586 [pool-388-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4202670783136183053/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:22:54.593 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 22:22:54.595 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:22:54.595 [pool-388-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:22:55.676 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store 22:22:55.678 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 22:22:55.678 [pool-388-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 22:22:55.678 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml... 22:22:55.679 [pool-388-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml 22:22:55.681 [pool-388-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s 22:22:57.088 [pool-388-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4202670783136183053/test_modelProfileInsideRepository[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:22:57.096 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 22:22:57.235 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 22:22:57.235 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 22:22:57.236 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 22:22:57.236 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml. 2s643ms [pure insertion] marking any relevant derived attributes for update...22:22:57.236 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:22:57.236 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:22:57.237 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:22:57.237 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:22:57.237 [pool-388-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:22:59.277 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/74 proxy references (0 sec total) 22:22:59.391 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 73 proxy ref lists left after resolving 1 refs 22:22:59.391 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.154s attempting to resolve any uninitialized derived attributes... 22:22:59.391 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:22:59.391 [pool-388-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:22:59.391 [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... 22:22:59.391 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s155ms [proxy update] 22:22:59.392 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:22:59.392 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:22:59.392 [pool-388-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 824 ms 22:22:59.398 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:22:59.398 [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/junit8511733430139153131/:org.eclipse.hawk.localfolder.LocalFolder:false 22:22:59.399 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:22:59.399 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:23:00.409 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:23:00.412 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db 22:23:02.645 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 22:23:02.646 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:23:02.646 [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 22:23:02.657 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 22:23:02.657 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 22:23:02.755 [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 22:23:02.755 [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 22:23:02.756 [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 22:23:02.760 [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 22:23:02.762 [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 22:23:02.775 [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 22:23:02.779 [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 22:23:02.783 [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 22:23:02.890 [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 22:23:02.893 [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 22:23:02.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::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 22:23:02.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::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 22:23:02.903 [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 22:23:02.904 [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 22:23:02.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 22:23:02.967 [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 22:23:02.967 [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 22:23:02.967 [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 22:23:02.967 [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 22:23:02.967 [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 22:23:02.967 [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 22:23:02.967 [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 22:23:02.967 [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 22:23:02.967 [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 22:23:02.967 [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 22:23:02.967 [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 22:23:02.967 [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 22:23:02.967 [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 22:23:02.967 [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 22:23:02.967 [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[] 22:23:02.967 [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 22:23:02.967 [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 22:23:02.967 [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 22:23:02.967 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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 22:23:02.968 [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[] 22:23:02.968 [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 22:23:02.968 [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 22:23:02.969 [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 22:23:02.969 [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 22:23:02.969 [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 22:23:02.969 [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 22:23:02.969 [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 22:23:03.021 [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 22:23:03.022 [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 22:23:03.056 [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 22:23:03.057 [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 22:23:03.057 [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 22:23:03.060 [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 22:23:03.060 [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 22:23:03.088 [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 22:23:03.088 [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 22:23:03.088 [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 22:23:03.089 [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 22:23:03.089 [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 22:23:03.131 [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 22:23:03.131 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:23:03.131 [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 22:23:03.132 [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 22:23:03.132 [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 22:23:03.165 [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 22:23:03.198 [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 22:23:03.198 [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 22:23:03.231 [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 22:23:03.231 [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 22:23:03.231 [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 22:23:03.231 [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 22:23:03.232 [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 22:23:03.266 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 22:23:03.266 [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 22:23:03.266 [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 22:23:03.266 [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 22:23:03.298 [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 22:23:03.298 [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 22:23:03.299 [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 22:23:03.299 [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 22:23:03.299 [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 22:23:03.331 [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 22:23:03.331 [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 22:23:03.365 [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 22:23:03.366 [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 22:23:03.366 [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 22:23:03.366 [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 22:23:03.366 [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[] 22:23:03.366 [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 22:23:03.366 [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 22:23:03.366 [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 22:23:03.366 [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 22:23:03.366 [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 22:23:03.366 [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 22:23:03.366 [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 22:23:03.366 [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 22:23:03.366 [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 22:23:03.366 [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 22:23:03.366 [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 22:23:03.367 [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 22:23:03.367 [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 22:23:03.367 [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 22:23:03.367 [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 22:23:03.367 [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 22:23:03.367 [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 22:23:03.367 [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 22:23:03.368 [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 22:23:03.368 [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 22:23:03.368 [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 22:23:03.369 [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 22:23:03.369 [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 22:23:03.369 [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 22:23:03.369 [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 22:23:03.369 [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 22:23:03.369 [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 22:23:03.370 [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 22:23:03.397 [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 22:23:03.397 [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 22:23:03.397 [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 22:23:03.397 [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 22:23:03.397 [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 22:23:03.638 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 22:23:03.638 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 22:23:03.644 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 22:23:03.644 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 22:23:03.644 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:23:03.645 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:23:03.645 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 22:23:03.656 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 22:23:03.657 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:23:03.657 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:23:03.657 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:23:03.659 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:23:03.659 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:23:06.257 [pool-395-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit92797182046542264/test_workspaceCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:23:06.264 [pool-395-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:23:07.039 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 22:23:07.358 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:23:07.359 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:23:07.359 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 22:23:08.108 [pool-395-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit92797182046542264/test_workspaceCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:23:08.118 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 22:23:08.261 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 22:23:08.261 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 22:23:08.262 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 22:23:08.262 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 1s998ms [pure insertion] marking any relevant derived attributes for update...22:23:08.262 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s64ms 22:23:08.326 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s64ms 22:23:08.327 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 22:23:08.327 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:23:08.328 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:23:08.328 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 22:23:08.329 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 22:23:08.453 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 22:23:08.453 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 22:23:08.456 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 22:23:08.456 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s129ms [pure insertion] marking any relevant derived attributes for update...22:23:08.456 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:23:08.456 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:23:08.457 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 22:23:08.457 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:23:08.459 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:23:08.459 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 22:23:08.460 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 22:23:08.632 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 22:23:08.632 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 22:23:08.637 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 22:23:08.637 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s180ms [pure insertion] marking any relevant derived attributes for update...22:23:08.637 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:23:08.637 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:23:08.646 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 22:23:08.646 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:23:08.648 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:23:08.648 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 22:23:08.648 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 22:23:08.744 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 22:23:08.744 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 22:23:08.745 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 22:23:08.745 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s99ms [pure insertion] marking any relevant derived attributes for update...22:23:08.745 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:23:08.745 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:23:08.745 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:23:08.745 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:23:08.745 [pool-395-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:23:10.792 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 22:23:10.793 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs 22:23:10.793 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.048s attempting to resolve any uninitialized derived attributes... 22:23:10.793 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:23:10.793 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:23:10.793 [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... 22:23:10.793 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s48ms [proxy update] 22:23:10.793 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:23:10.794 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:23:10.794 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 137 ms 22:23:10.948 [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 22:23:10.949 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:23:10.949 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 22:23:10.952 [pool-395-thread-1] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 3 ms 22:23:10.952 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 22:23:10.954 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 22:23:10.954 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 22:23:11.771 [pool-395-thread-1] INFO o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit92797182046542264/test_workspaceCrosslinks[Neo4j]/db WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap) 22:23:11.777 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 22:23:11.779 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:23:11.779 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:23:11.779 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 22:23:11.780 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml 22:23:11.957 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 22:23:11.957 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml 22:23:11.958 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 22:23:11.958 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s181ms [pure insertion] marking any relevant derived attributes for update...22:23:11.958 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 22:23:11.959 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 22:23:11.960 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 22:23:11.960 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 22:23:11.961 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 22:23:11.961 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 22:23:11.962 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml 22:23:12.083 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 22:23:12.083 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml 22:23:12.086 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 22:23:12.087 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s127ms [pure insertion] marking any relevant derived attributes for update...22:23:12.087 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 22:23:12.087 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 22:23:12.087 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 22:23:12.087 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 22:23:12.087 [pool-395-thread-1] WARN o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now 22:23:14.149 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 22:23:14.349 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 30 refs 22:23:14.349 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.262s attempting to resolve any uninitialized derived attributes... 22:23:14.349 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 22:23:14.349 [pool-395-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 22:23:14.350 [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... 22:23:14.350 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s264ms [proxy update] 22:23:14.351 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 22:23:14.351 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 22:23:14.351 [pool-395-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 402 ms 22:23:14.351 [pool-395-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit92797182046542264/test_workspaceCrosslinks[Neo4j]/db 22:23:14.356 [pool-395-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit92797182046542264/test_workspaceCrosslinks[Neo4j]/db 22:23:14.362 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 22:23:14.362 [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 22:23:14.363 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 22:23:14.363 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 22:23:15.650 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 22:23:15.653 [main] INFO o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 573.527 s - in org.eclipse.hawk.neo4jv2.tests.Neo4J2IntegrationTestSuite set0[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 29.604 s tree[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 7.542 s treeWithSpaces[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 8.018 s treeCrossResourceContainment[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 8.744 s derivedEdgeCollection[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 10.219 s deriveThenAdd[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 10.271 s derivedEdgeSingle[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 8.262 s addThenIndex[Neo4j](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 8.628 s lookupWithIndex[Neo4j](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 9.837 s lookupWithoutIndex[Neo4j](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 7.746 s eContainersIsUpdatedRoot[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest) Time elapsed: 19.549 s queryEnumValues[Neo4j](org.eclipse.hawk.integration.tests.emf.EnumSupportTest) Time elapsed: 8.216 s metamodels[Neo4j](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 4.447 s elephantResolve[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 14.317 s zoo[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 5.922 s metamodel[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 5.172 s zoo[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 18.336 s bpmn[Neo4j](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest) Time elapsed: 55.616 s instanceCountsAllOf[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 8.284 s listFiles[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 9.489 s instanceCounts[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 9.616 s reverseRefs[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 9.334 s forwardRefs[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 7.977 s allContents[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 16.691 s subtreeTraversalScoping[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 12.964 s getAllOf[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 15.501 s getFiles[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 14.381 s getAllOfCountsSubtypes[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 13.816 s addChild[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 14.929 s addModel[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 9.118 s renameRoot[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 10.341 s eContainer[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 9.886 s removeChild[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 14.184 s renameChild[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 11.411 s upgradeModelProfileVersion[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 19.927 s stereotypeAsModel[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 14.523 s localfolderCrosslinks[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 12.835 s zoo[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 14.225 s indexLibraries[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 9.596 s customProfileV4[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 14.788 s customProfileV5[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 18.723 s modelProfileInsideRepository[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 25.009 s workspaceCrosslinks[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Time elapsed: 15.241 s Results: Tests run: 85, Failures: 0, Errors: 0, Skipped: 2 22:23:16.069 [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