Skip to content

Console Output

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 c02c8fc2346abe6ca5587ec73f4f2611c34a6e49
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Created Pod: hawk/hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv
[Normal][hawk/hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv][Scheduled] Successfully assigned hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv to osnode-23.eclipse.org
[Normal][hawk/hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "m2-repo" 
[Normal][hawk/hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][hawk/hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "jenkins-home" 
[Normal][hawk/hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "toolchains-xml" 
[Normal][hawk/hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-xml" 
[Normal][hawk/hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-security-xml" 
[Normal][hawk/hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
[Normal][hawk/hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-tm47h" 
[Normal][hawk/hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][hawk/hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv][Created] Created container
[Normal][hawk/hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv][Started] Started container
[Normal][hawk/hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv][Pulled] Container image "maven:3.6.3-jdk-8" already present on machine
[Normal][hawk/hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv][Created] Created container
[Normal][hawk/hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv][Started] Started container
Agent hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv is provisioned from template Hawk_Neo4j_support_master_121-sdqx9-42n9g
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Neo4j%20support/job/master/121/"
    runUrl: "job/Hawk%20Neo4j%20support/job/master/121/"
  labels:
    jenkins: "slave"
    jenkins/label: "Hawk_Neo4j_support_master_121-sdqx9"
  name: "hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv"
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-121-sdqx9-42n9g-bt8vv"
    - name: "JENKINS_NAME"
      value: "hawk-neo4j-support-master-121-sdqx9-42n9g-bt8vv"
    - 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-121-sdqx9-42n9g-bt8vv 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 c02c8fc2346abe6ca5587ec73f4f2611c34a6e49 (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 c02c8fc2346abe6ca5587ec73f4f2611c34a6e49 # timeout=10
Commit message: "Fix compilation issue"
 > git rev-list --no-walk 9931da40d2882b5f3a2c2e17bd54ccecee89e86a # 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 01, 2020 4:42: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 01, 2020 4:42:53 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Jul 01, 2020 4:43:11 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 01, 2020 4:43:11 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Jul 01, 2020 4:43:18 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 01, 2020 4:43:18 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Jul 01, 2020 4:43:19 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 01, 2020 4:43:19 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Jul 01, 2020 4:43:25 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 01, 2020 4:43:25 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
16:45:58.770 [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: 153.953 s - in org.eclipse.hawk.neo4jv2.tests.Neo4J2BackendTestSuite
addThenReuseIterable[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 5.24 s
getMultipleMatches[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 3.095 s
invalidIndexNames[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 5.938 s
doubleExact[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 3.868 s
removeByFullKey[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 2.964 s
removeByNode[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 3.271 s
removeByFieldNode[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 4.557 s
indexNodeDeletionRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 3.703 s
integerRanges[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 2.804 s
integerExact[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 3.112 s
indexKeyAdditionRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 3.587 s
removeByNodeMultipleIndicesRemoveAll[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 3.354 s
removeByNodeMultipleIndicesRemoveOne[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 3.529 s
addPreservesPriorValue[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 3.494 s
addNullMap[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 2.837 s
query[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 2.903 s
removeByNode3Arg[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 3.163 s
removeByFullKeyInt[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 3.32 s
nodeDelete[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 3.269 s
queryWithPipes[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 2.862 s
addNullValue[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 2.953 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.643 s
deleteRecreate[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 3.887 s
floatingRanges[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 3.961 s
removeByFullKeyDouble[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 2.837 s
indexKeyRemovalRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 3.154 s
testStartTransaction[Parameters are Neo4j](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 4.228 s
testStartDelete[Parameters are Neo4j](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 6.054 s
testStartShutdown[Parameters are Neo4j](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 2.861 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.202 s
oneNodeProperty[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 3.51 s
oneNodeRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 3.119 s
oneNodeRemoveRollback[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 3.078 s
escapeInvalidClassCharacters[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 3.636 s
escapeInvalidCharactersEdges[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 3.429 s
escapeInvalidFieldCharacters[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 3.635 s
twoNodesBatch[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 5.221 s
oneNodeRemove[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 3.093 s
oneNodeBatch[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 5.188 s
threeNodesRemoveMiddle[Parameters are Neo4j](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 3.278 s
Running org.eclipse.hawk.neo4jv2.tests.Neo4J2IntegrationTestSuite
16:47:16.088 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:47:16.215 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:47:16.215 [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
16:47:16.217 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:47:16.217 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:47:16.218 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:47:16.218 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:47:16.220 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:47:16.220 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
16:47:16.220 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
16:47:16.221 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:47:16.221 [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
16:47:16.221 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
16:47:16.595 [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]
16:47:16.595 [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]
16:47:16.595 [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
16:47:16.595 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:47:16.596 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:47:16.742 [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
16:47:16.742 [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
16:47:16.745 [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
16:47:16.746 [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
16:47:16.747 [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
16:47:16.747 [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
16:47:16.750 [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
16:47:16.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
16:47:16.757 [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
16:47:16.763 [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
16:47:16.763 [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
16:47:16.764 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
16:47:16.764 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
16:47:16.764 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
16:47:16.764 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
16:47:16.765 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
16:47:16.765 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
16:47:16.765 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
16:47:16.767 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
16:47:16.767 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
16:47:16.767 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
16:47:16.767 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
16:47:16.785 [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
16:47:16.785 [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
16:47:16.785 [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
16:47:16.785 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
16:47:16.785 [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
16:47:16.785 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
16:47:16.785 [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
16:47:16.785 [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
16:47:16.786 [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
16:47:16.786 [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
16:47:16.787 [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
16:47:16.829 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
16:47:16.835 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
16:47:16.838 [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
16:47:16.843 [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
16:47:16.849 [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
16:47:16.886 [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
16:47:16.939 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
16:47:16.982 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
16:47:16.991 [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
16:47:17.020 [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
16:47:17.020 [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
16:47:17.020 [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
16:47:17.217 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
16:47:17.217 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:47:17.377 [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
16:47:17.379 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:47:17.379 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:47:17.600 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:47:17.602 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:47:17.603 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:47:19.411 [pool-105-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2271625940266462422/test_set0[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:47:20.897 [pool-105-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:47:21.621 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
16:47:21.886 [pool-105-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:47:21.887 [pool-105-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:47:21.887 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
16:47:22.636 [pool-105-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2271625940266462422/test_set0[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:47:22.647 [pool-105-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
16:47:22.883 [pool-105-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl
16:47:29.809 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding nodes: 50001 7 sec (7 sec total) to /set0.xmi
16:47:31.286 [pool-105-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69680 NODES AND 69680 M->MM REFERENCES! (took ~126922sec)
16:47:31.286 [pool-105-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
16:47:32.099 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding references: 50035 0 sec (0 sec total) to /set0.xmi
16:47:32.300 [pool-105-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69806 REFERENCES! (took ~1 sec)
16:47:32.300 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
11s404ms [pure insertion]
marking any relevant derived attributes for update...16:47:32.300 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s36ms
16:47:32.336 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s36ms
16:47:32.336 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:47:32.336 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:47:32.336 [pool-105-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:47:34.465 [pool-105-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:47:34.465 [pool-105-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.129s
attempting to resolve any uninitialized derived attributes...
16:47:34.466 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:47:34.466 [pool-105-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:47:34.467 [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...
16:47:34.467 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s133ms [proxy update]
16:47:34.469 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:47:34.469 [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
16:47:41.225 [pool-105-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 23 s 846 ms
16:47:41.327 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:47:41.327 [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
16:47:41.329 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:47:41.329 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:47:42.229 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:47:42.233 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:47:43.739 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:47:43.740 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:47:43.740 [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
16:47:43.740 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:47:43.741 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:47:43.741 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:47:43.741 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:47:43.742 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:47:43.743 [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!
16:47:43.743 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:47:43.743 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:47:43.743 [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
16:47:43.744 [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
16:47:43.749 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:47:43.749 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:47:43.823 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
16:47:43.823 [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
16:47:43.825 [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
16:47:43.829 [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
16:47:43.829 [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[]
16:47:43.829 [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
16:47:43.830 [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
16:47:43.830 [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
16:47:43.830 [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
16:47:43.830 [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
16:47:43.830 [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
16:47:43.830 [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
16:47:43.830 [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
16:47:43.830 [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
16:47:43.830 [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
16:47:43.830 [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
16:47:43.830 [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
16:47:43.830 [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
16:47:43.831 [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
16:47:43.831 [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
16:47:43.831 [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
16:47:43.831 [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
16:47:43.831 [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
16:47:43.837 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
16:47:43.839 [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
16:47:43.839 [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
16:47:43.839 [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
16:47:43.839 [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
16:47:43.840 [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
16:47:43.840 [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
16:47:43.840 [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
16:47:43.840 [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
16:47:43.840 [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
16:47:43.867 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
16:47:43.939 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
16:47:43.939 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:47:44.111 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false
16:47:44.112 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:47:44.112 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:47:44.114 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:47:44.116 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:47:44.116 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:47:45.491 [pool-112-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3552345251977086629/test_tree[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:47:45.500 [pool-112-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:47:46.038 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
16:47:46.309 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:47:46.309 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:47:46.309 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
16:47:46.984 [pool-112-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3552345251977086629/test_tree[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:47:46.992 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
16:47:46.994 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
16:47:46.994 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
16:47:46.994 [pool-112-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:47:46.995 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
1s495ms [pure insertion]
marking any relevant derived attributes for update...16:47:46.995 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s31ms
16:47:47.026 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s31ms
16:47:47.026 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:47:47.027 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:47:47.027 [pool-112-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:47:48.631 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:47:48.631 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.604s
attempting to resolve any uninitialized derived attributes...
16:47:48.631 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:47:48.631 [pool-112-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:47:48.632 [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...
16:47:48.632 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s605ms [proxy update]
16:47:48.632 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:47:48.632 [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
16:47:48.637 [pool-112-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 525 ms
16:47:48.650 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:47:48.650 [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
16:47:48.652 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:47:48.652 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:47:49.345 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:47:49.348 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:47:51.172 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:47:51.173 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:47:51.174 [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
16:47:51.174 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:47:51.174 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:47:51.174 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:47:51.174 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:47:51.176 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:47:51.176 [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!
16:47:51.176 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:47:51.176 [pool-119-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:47:51.176 [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
16:47:51.177 [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
16:47:51.181 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:47:51.181 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:47:51.275 [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
16:47:51.276 [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
16:47:51.276 [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[]
16:47:51.276 [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
16:47:51.277 [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
16:47:51.277 [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
16:47:51.277 [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
16:47:51.277 [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
16:47:51.278 [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
16:47:51.280 [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
16:47:51.280 [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
16:47:51.280 [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
16:47:51.280 [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
16:47:51.280 [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
16:47:51.280 [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
16:47:51.281 [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
16:47:51.281 [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
16:47:51.281 [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
16:47:51.281 [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
16:47:51.281 [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
16:47:51.281 [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
16:47:51.281 [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
16:47:51.281 [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
16:47:51.281 [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
16:47:51.282 [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
16:47:51.282 [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
16:47:51.282 [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
16:47:51.283 [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
16:47:51.283 [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
16:47:51.283 [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
16:47:51.283 [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
16:47:51.283 [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
16:47:51.284 [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
16:47:51.316 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
16:47:51.398 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
16:47:51.398 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:47:51.569 [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
16:47:51.571 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:47:51.571 [pool-119-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:47:51.572 [pool-119-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:47:51.575 [pool-119-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:47:51.575 [pool-119-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:47:52.900 [pool-119-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3662856647375006819/test_treeWithSpaces[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:47:52.905 [pool-119-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:47:53.470 [pool-119-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model...
16:47:53.759 [pool-119-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:47:53.760 [pool-119-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:47:53.760 [pool-119-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model...
16:47:54.476 [pool-119-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3662856647375006819/test_treeWithSpaces[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:47:54.483 [pool-119-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model
16:47:54.484 [pool-119-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
16:47:54.484 [pool-119-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model
16:47:54.484 [pool-119-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:47:54.484 [pool-119-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model.
1s579ms [pure insertion]
marking any relevant derived attributes for update...16:47:54.484 [pool-119-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s34ms
16:47:54.518 [pool-119-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s34ms
16:47:54.518 [pool-119-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:47:54.518 [pool-119-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:47:54.519 [pool-119-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:47:56.371 [pool-119-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:47:56.372 [pool-119-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.853s
attempting to resolve any uninitialized derived attributes...
16:47:56.372 [pool-119-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:47:56.372 [pool-119-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:47:56.373 [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...
16:47:56.373 [pool-119-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s855ms [proxy update]
16:47:56.373 [pool-119-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:47:56.373 [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
16:47:56.377 [pool-119-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 806 ms
16:47:56.386 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:47:56.386 [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
16:47:56.387 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:47:56.387 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:47:57.153 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:47:57.157 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:47:59.156 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:47:59.158 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:47:59.158 [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
16:47:59.158 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:47:59.158 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:47:59.158 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:47:59.158 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:47:59.160 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:47:59.160 [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!
16:47:59.160 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:47:59.160 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:47:59.160 [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
16:47:59.161 [pool-126-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
16:47:59.164 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:47:59.164 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:47:59.256 [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
16:47:59.256 [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
16:47:59.258 [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
16:47:59.258 [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
16:47:59.258 [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
16:47:59.258 [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
16:47:59.258 [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
16:47:59.258 [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
16:47:59.258 [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
16:47:59.259 [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
16:47:59.259 [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
16:47:59.260 [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
16:47:59.262 [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
16:47:59.262 [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
16:47:59.262 [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
16:47:59.262 [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[]
16:47:59.262 [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
16:47:59.262 [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
16:47:59.263 [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
16:47:59.263 [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
16:47:59.263 [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
16:47:59.263 [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
16:47:59.263 [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
16:47:59.263 [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
16:47:59.263 [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
16:47:59.264 [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
16:47:59.264 [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
16:47:59.264 [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
16:47:59.264 [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
16:47:59.264 [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
16:47:59.265 [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
16:47:59.265 [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
16:47:59.265 [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
16:47:59.300 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
16:47:59.381 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
16:47:59.381 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:47:59.519 [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
16:47:59.520 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:47:59.521 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:47:59.523 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:47:59.525 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:47:59.525 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:48:00.917 [pool-126-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3270192145606565367/test_treeCrossResourceContainment[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:48:00.923 [pool-126-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:48:01.594 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
16:48:01.893 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:48:01.894 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:48:01.894 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
16:48:02.593 [pool-126-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3270192145606565367/test_treeCrossResourceContainment[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:48:02.601 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
16:48:02.602 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
16:48:02.602 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
16:48:02.602 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:48:02.602 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
1s679ms [pure insertion]
marking any relevant derived attributes for update...16:48:02.602 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s50ms
16:48:02.652 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s50ms
16:48:02.653 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /child.model...
16:48:02.653 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:48:02.654 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:48:02.654 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /child.model...
16:48:02.654 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /child.model
16:48:02.654 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
16:48:02.654 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /child.model
16:48:02.654 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:48:02.654 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /child.model.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:48:02.654 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:48:02.654 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:48:02.654 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:48:02.654 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:48:02.654 [pool-126-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:48:04.574 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/2 proxy references (0 sec total)
16:48:04.888 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs
16:48:04.888 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.234s
attempting to resolve any uninitialized derived attributes...
16:48:04.888 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:48:04.888 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:48:04.889 [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...
16:48:04.889 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s235ms [proxy update]
16:48:04.889 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:48:04.889 [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
16:48:04.891 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 369 ms
16:48:04.901 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:48:04.901 [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
16:48:04.902 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:04.902 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:48:05.788 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:48:05.791 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:48:07.756 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:48:07.758 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:07.758 [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
16:48:07.758 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:48:07.758 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:48:07.758 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:48:07.758 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:48:07.760 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:48:07.760 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:48:07.760 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:48:07.760 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:48:07.760 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:48:07.760 [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
16:48:07.764 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:48:07.764 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:48:07.875 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
16:48:07.909 [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
16:48:07.909 [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
16:48:07.910 [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
16:48:07.911 [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
16:48:07.911 [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
16:48:07.911 [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
16:48:07.912 [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
16:48:07.912 [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
16:48:07.912 [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
16:48:07.912 [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[]
16:48:07.914 [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
16:48:07.914 [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
16:48:07.914 [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
16:48:07.914 [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
16:48:07.914 [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
16:48:07.914 [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
16:48:07.914 [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
16:48:07.915 [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
16:48:07.915 [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
16:48:07.915 [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
16:48:07.916 [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
16:48:07.916 [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
16:48:07.916 [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
16:48:07.916 [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
16:48:07.916 [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
16:48:07.916 [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
16:48:07.916 [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
16:48:07.916 [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
16:48:07.916 [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
16:48:07.916 [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
16:48:07.917 [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
16:48:07.917 [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
16:48:07.917 [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
16:48:08.015 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
16:48:08.015 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:48:08.152 [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
16:48:08.154 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:08.154 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:48:08.156 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:48:08.158 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:48:08.158 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:48:09.842 [pool-133-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8368526466514412837/test_derivedEdgeCollection[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:48:09.848 [pool-133-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:48:10.614 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
16:48:10.917 [pool-133-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:48:10.918 [pool-133-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:48:10.918 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
16:48:11.684 [pool-133-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8368526466514412837/test_derivedEdgeCollection[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:48:11.692 [pool-133-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
16:48:11.693 [pool-133-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec)
16:48:11.693 [pool-133-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
16:48:11.693 [pool-133-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
16:48:11.693 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
1s845ms [pure insertion]
marking any relevant derived attributes for update...16:48:11.693 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s33ms
16:48:11.726 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s33ms
16:48:11.726 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:48:11.727 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:48:11.727 [pool-133-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:48:13.598 [pool-133-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:48:13.599 [pool-133-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.872s
attempting to resolve any uninitialized derived attributes...
16:48:13.599 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:48:13.599 [pool-133-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:48:13.599 [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...
16:48:13.599 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s872ms [proxy update]
16:48:13.599 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:48:13.599 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:48:13.599 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 445 ms
16:48:13.599 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::descendants...
16:48:13.602 [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;
16:48:13.737 [pool-133-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants
16:48:13.773 [pool-133-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten;
16:48:13.774 [pool-133-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper
16:48:13.778 [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)
16:48:13.855 [pool-133-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.118s
16:48:13.856 [pool-133-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::descendants.
16:48:13.888 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:48:13.888 [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
16:48:13.890 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:13.890 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:48:15.705 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:48:15.709 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:48:18.099 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:48:18.102 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:18.102 [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
16:48:18.102 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:48:18.103 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:48:18.103 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:48:18.103 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:48:18.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:48:18.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:48:18.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:48:18.105 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:48:18.105 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:48:18.105 [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
16:48:18.109 [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
16:48:18.109 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:48:18.109 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:48:18.200 [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
16:48:18.225 [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
16:48:18.225 [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
16:48:18.225 [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
16:48:18.225 [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
16:48:18.226 [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
16:48:18.227 [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
16:48:18.228 [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
16:48:18.228 [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
16:48:18.228 [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
16:48:18.228 [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
16:48:18.228 [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
16:48:18.228 [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
16:48:18.228 [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
16:48:18.228 [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
16:48:18.228 [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
16:48:18.228 [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
16:48:18.228 [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
16:48:18.228 [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
16:48:18.229 [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
16:48:18.229 [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
16:48:18.229 [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
16:48:18.229 [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
16:48:18.229 [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
16:48:18.229 [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
16:48:18.229 [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[]
16:48:18.229 [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
16:48:18.229 [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
16:48:18.230 [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
16:48:18.231 [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
16:48:18.231 [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
16:48:18.232 [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
16:48:18.233 [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
16:48:18.233 [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
16:48:18.332 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
16:48:18.332 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:48:18.332 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs...
16:48:18.333 [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;
16:48:18.441 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs.
16:48:18.578 [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
16:48:18.579 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:18.579 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:48:18.581 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:48:18.584 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:48:18.584 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:48:20.125 [pool-141-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2549526063009474937/test_deriveThenAdd[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:48:20.131 [pool-141-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:48:20.807 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
16:48:21.110 [pool-141-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:48:21.110 [pool-141-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:48:21.110 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
16:48:21.877 [pool-141-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2549526063009474937/test_deriveThenAdd[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:48:21.884 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
16:48:21.886 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:48:21.886 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
16:48:21.886 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:48:21.886 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
1s755ms [pure insertion]
marking any relevant derived attributes for update...16:48:21.886 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s33ms
16:48:21.919 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s33ms
16:48:21.920 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
16:48:21.920 [pool-141-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:48:21.921 [pool-141-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:48:21.921 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
16:48:21.921 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
16:48:21.922 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:48:21.922 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
16:48:21.923 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:48:21.923 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s3ms [pure insertion]
marking any relevant derived attributes for update...16:48:21.923 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:48:21.923 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:48:21.924 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
16:48:21.924 [pool-141-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:48:21.925 [pool-141-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:48:21.925 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
16:48:21.925 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
16:48:21.926 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:48:21.926 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
16:48:21.926 [pool-141-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:48:21.926 [pool-141-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...16:48:21.926 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:48:21.926 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:48:21.926 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:48:21.926 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:48:21.926 [pool-141-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:48:24.066 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
16:48:24.306 [pool-141-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
16:48:24.306 [pool-141-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.38s
attempting to resolve any uninitialized derived attributes...
16:48:24.306 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:48:24.306 [pool-141-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:48:24.309 [pool-141-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size;
16:48:24.313 [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)
16:48:24.399 [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...
16:48:24.399 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s473ms [proxy update]
16:48:24.399 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:48:24.399 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:48:24.399 [pool-141-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 820 ms
16:48:24.403 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:48:24.404 [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
16:48:24.405 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:24.405 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:48:25.981 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:48:25.985 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:48:27.533 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:48:27.535 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:27.535 [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
16:48:27.535 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:48:27.535 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:48:27.535 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:48:27.535 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:48:27.537 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:48:27.537 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:48:27.537 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:48:27.537 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:48:27.537 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:48:27.537 [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
16:48:27.541 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:48:27.541 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:48:27.611 [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
16:48:27.611 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.612 [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
16:48:27.613 [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
16:48:27.613 [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
16:48:27.613 [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
16:48:27.613 [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
16:48:27.613 [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
16:48:27.613 [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
16:48:27.614 [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
16:48:27.614 [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
16:48:27.615 [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
16:48:27.615 [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
16:48:27.617 [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[]
16:48:27.617 [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
16:48:27.645 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
16:48:27.726 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
16:48:27.726 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:48:27.880 [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
16:48:27.881 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:27.881 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:48:27.883 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:48:27.885 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:48:27.885 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:48:29.386 [pool-149-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5777550751519634477/test_derivedEdgeSingle[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:48:29.391 [pool-149-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:48:29.973 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
16:48:30.245 [pool-149-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:48:30.245 [pool-149-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:48:30.245 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
16:48:30.903 [pool-149-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5777550751519634477/test_derivedEdgeSingle[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:48:30.910 [pool-149-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
16:48:30.911 [pool-149-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec)
16:48:30.911 [pool-149-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
16:48:30.912 [pool-149-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
16:48:30.912 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
1s521ms [pure insertion]
marking any relevant derived attributes for update...16:48:30.912 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s34ms
16:48:30.946 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s34ms
16:48:30.946 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:48:30.946 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:48:30.946 [pool-149-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:48:32.540 [pool-149-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:48:32.540 [pool-149-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.594s
attempting to resolve any uninitialized derived attributes...
16:48:32.540 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:48:32.540 [pool-149-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:48:32.541 [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...
16:48:32.541 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s595ms [proxy update]
16:48:32.541 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:48:32.541 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:48:32.541 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 659 ms
16:48:32.541 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant...
16:48:32.544 [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;
16:48:32.656 [pool-149-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant
16:48:32.682 [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;
16:48:32.686 [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)
16:48:32.758 [pool-149-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.102s
16:48:32.758 [pool-149-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant.
16:48:32.764 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:48:32.764 [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
16:48:32.765 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:32.765 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:48:34.266 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:48:34.269 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:48:36.034 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:48:36.036 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:36.036 [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
16:48:36.036 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:48:36.036 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:48:36.036 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:48:36.036 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:48:36.038 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:48:36.038 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:48:36.038 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:48:36.038 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:48:36.038 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:48:36.038 [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
16:48:36.042 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:48:36.042 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:48:36.113 [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
16:48:36.113 [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
16:48:36.113 [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
16:48:36.113 [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
16:48:36.113 [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[]
16:48:36.113 [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
16:48:36.113 [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
16:48:36.114 [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
16:48:36.114 [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
16:48:36.114 [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
16:48:36.114 [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
16:48:36.114 [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
16:48:36.115 [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
16:48:36.115 [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
16:48:36.115 [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
16:48:36.116 [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
16:48:36.116 [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
16:48:36.116 [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
16:48:36.116 [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
16:48:36.116 [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
16:48:36.116 [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
16:48:36.116 [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
16:48:36.116 [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
16:48:36.116 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
16:48:36.117 [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
16:48:36.117 [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
16:48:36.117 [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
16:48:36.117 [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
16:48:36.117 [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
16:48:36.117 [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
16:48:36.117 [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
16:48:36.117 [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
16:48:36.117 [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
16:48:36.137 [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
16:48:36.210 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
16:48:36.210 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:48:36.347 [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
16:48:36.348 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:36.348 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id...
16:48:36.348 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:48:36.351 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:48:36.354 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:48:36.354 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:48:36.443 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id
16:48:36.460 [main] INFO  o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id.
16:48:37.853 [pool-157-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9083332139082059511/test_addThenIndex[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:48:37.859 [pool-157-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:48:38.424 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
16:48:38.679 [pool-157-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:48:38.680 [pool-157-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:48:38.680 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
16:48:39.288 [pool-157-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9083332139082059511/test_addThenIndex[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:48:39.326 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
16:48:39.329 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:48:39.329 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
16:48:39.329 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:48:39.329 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
1s470ms [pure insertion]
marking any relevant derived attributes for update...16:48:39.329 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s26ms
16:48:39.355 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s26ms
16:48:39.356 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
16:48:39.356 [pool-157-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:48:39.357 [pool-157-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:48:39.357 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
16:48:39.357 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
16:48:39.358 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:48:39.358 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
16:48:39.358 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:48:39.358 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:48:39.358 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:48:39.358 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:48:39.359 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
16:48:39.359 [pool-157-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:48:39.360 [pool-157-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:48:39.360 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
16:48:39.360 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
16:48:39.361 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:48:39.361 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
16:48:39.361 [pool-157-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:48:39.361 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:48:39.361 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:48:39.361 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:48:39.361 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:48:39.361 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:48:39.361 [pool-157-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:48:41.499 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
16:48:41.710 [pool-157-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
16:48:41.710 [pool-157-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.349s
attempting to resolve any uninitialized derived attributes...
16:48:41.710 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:48:41.710 [pool-157-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:48:41.710 [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...
16:48:41.710 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s351ms [proxy update]
16:48:41.712 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:48:41.712 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:48:41.712 [pool-157-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 364 ms
indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer)
16:48:41.718 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:48:41.718 [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
16:48:41.720 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:41.720 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:48:42.542 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:48:42.546 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:48:44.744 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:48:44.745 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:44.745 [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
16:48:44.745 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:48:44.745 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:48:44.745 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:48:44.745 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:48:44.747 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:48:44.747 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:48:44.747 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:48:44.747 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:48:44.748 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:48:44.748 [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
16:48:44.751 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:48:44.751 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:48:44.861 [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
16:48:44.864 [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
16:48:44.864 [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
16:48:44.864 [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
16:48:44.864 [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
16:48:44.864 [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
16:48:44.864 [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
16:48:44.864 [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
16:48:44.864 [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
16:48:44.866 [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[]
16:48:44.867 [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
16:48:44.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
16:48:44.867 [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
16:48:44.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
16:48:44.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
16:48:44.867 [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
16:48:44.868 [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
16:48:44.868 [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
16:48:44.868 [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
16:48:44.868 [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
16:48:44.868 [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
16:48:44.868 [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
16:48:44.869 [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
16:48:44.869 [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
16:48:44.869 [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
16:48:44.870 [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
16:48:44.870 [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
16:48:44.870 [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
16:48:44.870 [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
16:48:44.870 [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
16:48:44.870 [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
16:48:44.870 [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
16:48:44.870 [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
16:48:44.913 [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
16:48:45.011 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
16:48:45.011 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:48:45.011 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id...
16:48:45.086 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id
16:48:45.111 [main] INFO  o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id.
16:48:45.248 [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
16:48:45.250 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:45.250 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:48:45.252 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:48:45.254 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:48:45.254 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:48:46.779 [pool-165-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit634728102202298028/test_lookupWithIndex[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:48:46.785 [pool-165-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:48:47.461 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
16:48:47.788 [pool-165-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:48:47.788 [pool-165-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:48:47.789 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
16:48:48.530 [pool-165-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit634728102202298028/test_lookupWithIndex[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:48:48.537 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
16:48:48.539 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:48:48.539 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
16:48:48.540 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:48:48.540 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
1s755ms [pure insertion]
marking any relevant derived attributes for update...16:48:48.540 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s41ms
16:48:48.581 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s41ms
16:48:48.582 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
16:48:48.582 [pool-165-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:48:48.583 [pool-165-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:48:48.583 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
16:48:48.583 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
16:48:48.584 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:48:48.584 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
16:48:48.584 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:48:48.584 [pool-165-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...16:48:48.584 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:48:48.585 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:48:48.586 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
16:48:48.586 [pool-165-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:48:48.586 [pool-165-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:48:48.586 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
16:48:48.587 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
16:48:48.587 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:48:48.587 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
16:48:48.588 [pool-165-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:48:48.588 [pool-165-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...16:48:48.588 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:48:48.588 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:48:48.588 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:48:48.588 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:48:48.588 [pool-165-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:48:50.853 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
16:48:51.110 [pool-165-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
16:48:51.110 [pool-165-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.522s
attempting to resolve any uninitialized derived attributes...
16:48:51.110 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:48:51.110 [pool-165-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:48:51.110 [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...
16:48:51.110 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s524ms [proxy update]
16:48:51.112 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:48:51.112 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:48:51.112 [pool-165-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 862 ms
indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer)
16:48:51.115 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:48:51.115 [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
16:48:51.116 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:51.116 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:48:52.034 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:48:52.037 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:48:53.536 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:48:53.537 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:53.537 [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
16:48:53.537 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:48:53.537 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:48:53.537 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:48:53.537 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:48:53.539 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:48:53.539 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:48:53.539 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:48:53.539 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:48:53.540 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:48:53.540 [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
16:48:53.545 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:48:53.545 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:48:53.621 [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
16:48:53.638 [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
16:48:53.639 [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
16:48:53.639 [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
16:48:53.639 [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
16:48:53.639 [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
16:48:53.639 [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
16:48:53.639 [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
16:48:53.640 [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
16:48:53.640 [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
16:48:53.640 [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
16:48:53.640 [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
16:48:53.640 [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
16:48:53.640 [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
16:48:53.640 [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
16:48:53.641 [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
16:48:53.641 [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
16:48:53.641 [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
16:48:53.641 [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[]
16:48:53.641 [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
16:48:53.641 [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
16:48:53.642 [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
16:48:53.642 [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
16:48:53.642 [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
16:48:53.642 [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
16:48:53.642 [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
16:48:53.642 [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
16:48:53.642 [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
16:48:53.643 [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
16:48:53.643 [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
16:48:53.643 [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
16:48:53.643 [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
16:48:53.643 [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
16:48:53.643 [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
16:48:53.720 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
16:48:53.720 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:48:53.857 [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
16:48:53.858 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:53.858 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:48:53.860 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:48:53.862 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:48:53.862 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:48:55.296 [pool-173-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2412337073728735786/test_lookupWithoutIndex[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:48:55.302 [pool-173-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:48:55.852 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
16:48:56.080 [pool-173-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:48:56.081 [pool-173-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:48:56.081 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
16:48:56.822 [pool-173-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2412337073728735786/test_lookupWithoutIndex[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:48:56.829 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
16:48:56.830 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:48:56.830 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
16:48:56.831 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:48:56.831 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
1s529ms [pure insertion]
marking any relevant derived attributes for update...16:48:56.831 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s50ms
16:48:56.882 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s50ms
16:48:56.882 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
16:48:56.883 [pool-173-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:48:56.883 [pool-173-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:48:56.883 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
16:48:56.884 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
16:48:56.884 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:48:56.884 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
16:48:56.884 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:48:56.884 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:48:56.884 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:48:56.884 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:48:56.885 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
16:48:56.885 [pool-173-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:48:56.886 [pool-173-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:48:56.886 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
16:48:56.886 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
16:48:56.886 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:48:56.886 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
16:48:56.887 [pool-173-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:48:56.887 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:48:56.887 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:48:56.887 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:48:56.887 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:48:56.887 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:48:56.887 [pool-173-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:48:58.813 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
16:48:59.060 [pool-173-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
16:48:59.060 [pool-173-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.173s
attempting to resolve any uninitialized derived attributes...
16:48:59.060 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:48:59.060 [pool-173-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:48:59.060 [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...
16:48:59.060 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s173ms [proxy update]
16:48:59.060 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:48:59.061 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:48:59.061 [pool-173-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 203 ms
16:48:59.065 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:48:59.065 [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
16:48:59.066 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:48:59.066 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:48:59.835 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:48:59.838 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:49:01.895 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:49:01.896 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:01.896 [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
16:49:01.896 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:01.896 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:01.896 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:49:01.896 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:49:01.899 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:49:01.899 [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!
16:49:01.899 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:49:01.899 [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
16:49:01.899 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:49:01.900 [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
16:49:01.903 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:01.903 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:01.987 [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
16:49:01.987 [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
16:49:01.987 [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
16:49:01.987 [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
16:49:01.987 [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
16:49:01.987 [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
16:49:01.987 [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
16:49:01.987 [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
16:49:01.989 [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
16:49:01.989 [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
16:49:01.989 [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
16:49:01.990 [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
16:49:01.990 [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
16:49:01.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
16:49:01.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
16:49:01.990 [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
16:49:01.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
16:49:01.990 [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
16:49:01.990 [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
16:49:01.991 [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[]
16:49:01.991 [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
16:49:01.992 [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
16:49:01.992 [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
16:49:01.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
16:49:01.992 [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
16:49:01.992 [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
16:49:01.992 [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
16:49:01.993 [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
16:49:01.993 [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
16:49:01.993 [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
16:49:01.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
16:49:01.994 [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
16:49:01.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
16:49:02.070 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
16:49:02.070 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:49:02.070 [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
16:49:02.072 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:02.072 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:02.154 [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
16:49:02.154 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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[]
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.155 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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
16:49:02.156 [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[]
16:49:02.156 [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
16:49:02.229 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
16:49:02.229 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:49:02.229 [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
16:49:02.230 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:02.230 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:02.305 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
16:49:02.370 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
16:49:02.370 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:49:02.507 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit1085237560225725192/:org.eclipse.hawk.localfolder.LocalFolder:false
16:49:02.509 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:02.509 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:49:02.510 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:49:02.511 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:49:02.511 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:49:04.488 [pool-180-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6339602598354354384/test_eContainersIsUpdatedRoot[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:49:04.504 [pool-180-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:49:05.601 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childB.xmi...
16:49:05.923 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:49:05.923 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:49:05.923 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childB.xmi...
16:49:06.681 [pool-180-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6339602598354354384/test_eContainersIsUpdatedRoot[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:49:06.688 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childB.xmi
16:49:06.689 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
16:49:06.689 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childB.xmi
16:49:06.689 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:49:06.689 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childB.xmi.
2s185ms [pure insertion]
marking any relevant derived attributes for update...16:49:06.689 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s43ms
16:49:06.732 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s43ms
16:49:06.741 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childAA.xmi...
16:49:06.741 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:49:06.742 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:49:06.742 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childAA.xmi...
16:49:06.742 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childAA.xmi
16:49:06.742 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
16:49:06.742 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childAA.xmi
16:49:06.742 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:49:06.743 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childAA.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:49:06.743 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:49:06.743 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:49:06.789 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childA.xmi...
16:49:06.789 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:49:06.790 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:49:06.790 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childA.xmi...
16:49:06.790 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childA.xmi
16:49:06.790 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
16:49:06.790 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childA.xmi
16:49:06.791 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:49:06.791 [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...16:49:06.791 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:49:06.791 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:49:06.799 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
16:49:06.799 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:49:06.800 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:49:06.800 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
16:49:06.800 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
16:49:06.800 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
16:49:06.800 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
16:49:06.801 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:49:06.801 [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...16:49:06.801 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:49:06.801 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:49:06.801 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:49:06.801 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:49:06.801 [pool-180-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:49:09.071 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/6 proxy references (0 sec total)
16:49:09.395 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs
16:49:09.395 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.594s
attempting to resolve any uninitialized derived attributes...
16:49:09.395 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:49:09.395 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:49:09.396 [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...
16:49:09.396 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s595ms [proxy update]
16:49:09.396 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:49:09.396 [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
16:49:09.397 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 888 ms
16:49:09.398 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers...
16:49:09.401 [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);
16:49:09.503 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers
16:49:09.530 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
16:49:09.533 [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)
16:49:09.613 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.11s
16:49:09.613 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::allContainers.
16:49:09.616 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:49:09.618 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:49:09.618 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:49:09.618 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:49:11.454 [pool-180-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6339602598354354384/test_eContainersIsUpdatedRoot[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:49:11.468 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
16:49:11.470 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:49:11.470 [pool-180-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:49:12.220 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
16:49:12.220 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
16:49:12.220 [pool-180-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
16:49:12.220 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /root.xmi...
16:49:12.222 [pool-180-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
16:49:12.225 [pool-180-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.003s
16:49:14.023 [pool-180-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6339602598354354384/test_eContainersIsUpdatedRoot[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:49:14.031 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
16:49:14.032 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
16:49:14.032 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
16:49:14.033 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:49:14.033 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /root.xmi.
2s565ms [pure insertion]
marking any relevant derived attributes for update...16:49:14.033 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
16:49:14.034 [pool-180-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
2s526ms
16:49:16.559 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 2s526ms
16:49:16.559 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:49:16.559 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:49:16.561 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total)
16:49:16.793 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs
16:49:16.793 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.234s
attempting to resolve any uninitialized derived attributes...
16:49:16.793 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:49:16.793 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:49:16.796 [pool-180-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
16:49:16.797 [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)
16:49:16.870 [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...
16:49:16.870 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
16:49:16.871 [pool-180-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
16:49:16.872 [pool-180-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers
0s418ms [proxy update]
16:49:16.977 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:49:16.977 [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
16:49:16.978 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 362 ms
16:49:16.980 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:49:16.980 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit1085237560225725192/:org.eclipse.hawk.localfolder.LocalFolder:false
16:49:16.981 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:16.981 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:49:18.878 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:49:18.883 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:49:20.747 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:49:20.748 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:20.748 [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
16:49:20.749 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:20.749 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:20.749 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:49:20.749 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:49:20.751 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:49:20.751 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:49:20.751 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:49:20.751 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:49:20.752 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:49:20.752 [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
16:49:20.756 [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
16:49:20.756 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:20.756 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:20.832 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore
16:49:20.832 [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
16:49:20.857 [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
16:49:20.857 [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
16:49:20.857 [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
16:49:20.858 [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
16:49:20.858 [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
16:49:20.858 [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
16:49:20.858 [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
16:49:20.858 [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
16:49:20.860 [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
16:49:20.860 [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
16:49:20.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
16:49:20.860 [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
16:49:20.860 [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
16:49:20.861 [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
16:49:20.861 [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[]
16:49:20.861 [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
16:49:20.862 [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
16:49:20.862 [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
16:49:20.862 [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
16:49:20.862 [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
16:49:20.862 [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
16:49:20.862 [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
16:49:20.862 [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
16:49:20.862 [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
16:49:20.862 [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
16:49:20.862 [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
16:49:20.862 [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
16:49:20.862 [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
16:49:20.862 [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
16:49:20.862 [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
16:49:20.862 [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
16:49:20.863 [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
16:49:20.863 [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
16:49:20.956 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
16:49:20.956 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:49:21.093 [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
16:49:21.094 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:21.094 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:49:21.095 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:49:21.097 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:49:21.097 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:49:22.524 [pool-188-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2520517323314652878/test_queryEnumValues[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:49:22.530 [pool-188-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:49:23.130 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /colored-tree.model...
16:49:23.434 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:49:23.435 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:49:23.435 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /colored-tree.model...
16:49:24.092 [pool-188-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2520517323314652878/test_queryEnumValues[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:49:24.099 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /colored-tree.model
16:49:24.101 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:49:24.101 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /colored-tree.model
16:49:24.101 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
16:49:24.101 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /colored-tree.model.
1s571ms [pure insertion]
marking any relevant derived attributes for update...16:49:24.101 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s34ms
16:49:24.135 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s34ms
16:49:24.135 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:49:24.135 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:49:24.135 [pool-188-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:49:25.873 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:49:25.873 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.738s
attempting to resolve any uninitialized derived attributes...
16:49:25.873 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:49:25.873 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:49:25.873 [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...
16:49:25.873 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s738ms [proxy update]
16:49:25.873 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:49:25.873 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:49:25.873 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 779 ms
16:49:25.878 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:49:25.878 [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
16:49:25.879 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:25.879 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:49:26.737 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:49:26.740 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:49:29.080 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:49:29.081 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:29.081 [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
16:49:29.081 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:29.081 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:29.081 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:49:29.081 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:49:29.083 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:49:29.083 [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!
16:49:29.083 [pool-195-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:49:29.083 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:49:29.084 [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
16:49:29.084 [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
16:49:29.103 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:29.103 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:29.205 [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
16:49:29.207 [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
16:49:29.207 [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
16:49:29.207 [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
16:49:29.208 [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[]
16:49:29.208 [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
16:49:29.208 [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
16:49:29.208 [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
16:49:29.208 [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
16:49:29.209 [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
16:49:29.209 [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
16:49:29.210 [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
16:49:29.210 [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
16:49:29.210 [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
16:49:29.210 [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
16:49:29.210 [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
16:49:29.210 [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
16:49:29.210 [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
16:49:29.210 [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
16:49:29.210 [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
16:49:29.210 [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
16:49:29.210 [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
16:49:29.210 [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
16:49:29.210 [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
16:49:29.211 [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
16:49:29.211 [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
16:49:29.211 [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
16:49:29.211 [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
16:49:29.212 [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
16:49:29.212 [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
16:49:29.212 [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
16:49:29.212 [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
16:49:29.212 [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
16:49:29.249 [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
16:49:29.249 [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
16:49:29.249 [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
16:49:29.249 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
16:49:29.249 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
16:49:29.252 [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
16:49:29.253 [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
16:49:29.291 [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
16:49:29.291 [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
16:49:29.324 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
16:49:29.326 [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
16:49:29.326 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
16:49:29.505 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
16:49:29.505 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:49:29.511 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:49:29.511 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:49:29.512 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:29.512 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:49:31.224 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:49:31.226 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:49:33.078 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:49:33.079 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:33.079 [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
16:49:33.080 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:33.080 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:33.080 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:49:33.080 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:49:33.081 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:49:33.081 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:49:33.081 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:49:33.081 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:49:33.082 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:49:33.082 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:49:33.206 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02)
16:49:33.206 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00)
16:49:33.206 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage)
16:49:33.206 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00)
16:49:33.206 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00)
16:49:33.206 [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
16:49:33.206 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:33.206 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:33.387 [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
16:49:33.387 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
16:49:33.387 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
16:49:33.430 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
16:49:33.511 [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
16:49:33.511 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
16:49:33.511 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
16:49:33.617 [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
16:49:33.618 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
16:49:33.618 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
16:49:34.106 [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
16:49:34.106 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
16:49:34.403 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec)
16:49:34.403 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:49:34.540 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit2553305641916701463/:org.eclipse.hawk.localfolder.LocalFolder:false
16:49:34.541 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:34.541 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:49:35.083 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:49:35.085 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:49:35.085 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:49:36.846 [pool-198-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2553305641916701463/test_elephantResolve[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:49:36.861 [pool-198-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:49:37.505 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
16:49:37.797 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:49:37.798 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:49:37.798 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
16:49:38.522 [pool-198-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2553305641916701463/test_elephantResolve[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:49:38.531 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
16:49:38.730 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
16:49:38.730 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
16:49:38.731 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:49:38.731 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml.
1s870ms [pure insertion]
marking any relevant derived attributes for update...16:49:38.731 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s59ms
16:49:38.790 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s59ms
16:49:38.790 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:49:38.790 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:49:38.790 [pool-198-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:49:40.691 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total)
16:49:40.792 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 3 proxy ref lists left after resolving 2 refs
16:49:40.792 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.002s
attempting to resolve any uninitialized derived attributes...
16:49:40.792 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:49:40.792 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:49:40.793 [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...
16:49:40.793 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s3ms [proxy update]
16:49:40.793 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:49:40.793 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:49:40.793 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 252 ms
16:49:40.794 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:49:40.899 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:49:40.901 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:49:40.901 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:49:41.792 [pool-198-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2553305641916701463/test_elephantResolve[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:49:41.802 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
16:49:41.806 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:49:41.806 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:49:41.807 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
16:49:41.807 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
16:49:42.099 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
16:49:42.099 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
16:49:42.100 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
16:49:42.100 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml.
0s298ms [pure insertion]
marking any relevant derived attributes for update...16:49:42.100 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:49:42.101 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:49:42.102 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
16:49:42.102 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:49:42.103 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:49:42.103 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
16:49:42.103 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
16:49:42.127 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec)
16:49:42.127 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
16:49:42.128 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
16:49:42.128 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml.
0s26ms [pure insertion]
marking any relevant derived attributes for update...16:49:42.128 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:49:42.128 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:49:42.128 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:49:42.128 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:49:42.128 [pool-198-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:49:43.900 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/17 proxy references (0 sec total)
16:49:43.995 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 7 proxy ref lists left after resolving 12 refs
16:49:43.995 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.867s
attempting to resolve any uninitialized derived attributes...
16:49:43.995 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:49:43.995 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:49:43.996 [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...
16:49:43.996 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s868ms [proxy update]
16:49:43.996 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:49:43.997 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:49:43.997 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 203 ms
16:49:43.997 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:49:43.997 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit2553305641916701463/:org.eclipse.hawk.localfolder.LocalFolder:false
16:49:43.998 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:43.998 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:49:44.887 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:49:44.891 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:49:46.865 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:49:46.866 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:46.866 [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
16:49:46.866 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:46.866 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:46.866 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:49:46.866 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:49:46.868 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:49:46.868 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:49:46.868 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:49:46.868 [pool-205-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:49:46.868 [pool-205-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:49:46.868 [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
16:49:46.895 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:46.895 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:46.991 [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
16:49:46.991 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
16:49:46.991 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
16:49:47.042 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
16:49:47.099 [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
16:49:47.099 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
16:49:47.099 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
16:49:47.188 [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
16:49:47.188 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
16:49:47.188 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
16:49:47.607 [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
16:49:47.607 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
16:49:47.965 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec)
16:49:47.965 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:49:48.110 [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
16:49:48.112 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:48.112 [pool-205-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
Warning, monitor is inactive, synchronisation failed!
16:49:48.112 [pool-205-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
SYNCHRONISATION ERROR
16:49:48.112 [pool-205-thread-1] ERROR o.e.h.c.r.CompositeStateListener - Update FAILED!
16:49:48.112 [pool-205-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (failure). 0 s 0 ms
16:49:48.209 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:49:48.209 [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
16:49:48.210 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:48.210 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:49:50.484 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:49:50.487 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:49:52.371 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:49:52.372 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:52.372 [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
16:49:52.372 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:52.372 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:52.372 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:49:52.372 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:49:52.374 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:49:52.374 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:49:52.374 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:49:52.374 [pool-209-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:49:52.374 [pool-209-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:49:52.374 [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
16:49:52.395 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:52.395 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:52.514 [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
16:49:52.514 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
16:49:52.514 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
16:49:52.548 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
16:49:52.613 [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
16:49:52.613 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
16:49:52.614 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
16:49:52.720 [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
16:49:52.720 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
16:49:52.720 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
16:49:53.115 [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
16:49:53.115 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
16:49:53.405 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec)
16:49:53.405 [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!
16:49:53.406 [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
16:49:53.422 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:53.422 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:53.427 [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!
16:49:53.427 [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!
16:49:53.427 [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!
16:49:53.427 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing!
16:49:53.427 [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!
16:49:53.427 [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!
16:49:53.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
16:49:53.427 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:49:53.428 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:49:53.428 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:49:53.429 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:53.429 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:49:55.316 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:49:55.319 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:49:57.226 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:49:57.227 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:57.227 [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
16:49:57.227 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:57.227 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:57.227 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:49:57.227 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:49:57.229 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:49:57.229 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:49:57.229 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:49:57.229 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:49:57.230 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:49:57.230 [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
16:49:57.245 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:57.245 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:57.328 [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
16:49:57.328 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
16:49:57.328 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
16:49:57.363 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
16:49:57.420 [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
16:49:57.420 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
16:49:57.420 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
16:49:57.475 [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
16:49:57.475 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
16:49:57.475 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
16:49:57.812 [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
16:49:57.812 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
16:49:58.177 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~0 sec)
16:49:58.177 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:49:58.177 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store
16:49:58.198 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:49:58.198 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:49:58.202 [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!
16:49:58.202 [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!
16:49:58.202 [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!
16:49:58.202 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing!
16:49:58.202 [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!
16:49:58.202 [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!
16:49:58.202 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
16:49:58.202 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:49:58.406 [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
16:49:58.407 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:49:58.407 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:49:58.513 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:49:58.520 [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/
16:49:58.521 [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/
16:49:58.522 [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/
16:49:58.523 [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/
16:49:58.524 [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/
16:49:58.524 [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/
16:49:58.524 [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/
16:49:58.524 [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/
16:49:58.525 [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/
16:49:58.525 [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/
16:49:58.525 [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/
16:49:58.526 [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/
16:49:58.526 [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/
16:49:58.526 [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/
16:49:58.527 [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/
16:49:58.527 [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/
16:49:58.583 [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/
16:49:58.583 [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/
16:49:58.583 [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/
16:49:58.584 [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/
16:49:58.584 [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/
16:49:58.584 [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/
16:49:58.585 [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/
16:49:58.585 [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/
16:49:58.585 [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/
16:49:58.585 [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/
16:49:58.585 [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/
16:49:58.585 [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/
16:49:58.585 [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/
16:49:58.586 [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/
16:49:58.586 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:49:58.586 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:50:00.589 [pool-212-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3302349468414573754/test_zoo[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:50:00.595 [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)
16:50:00.598 [pool-212-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:01.234 [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...
16:50:01.540 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:01.540 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:01.540 [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...
16:50:02.240 [pool-212-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3302349468414573754/test_zoo[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:50:02.248 [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
16:50:02.256 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.256 [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
16:50:02.257 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.257 [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.
1s659ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.257 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s33ms
16:50:02.291 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s33ms
16:50:02.291 [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...
16:50:02.291 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.292 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.292 [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...
16:50:02.292 [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
16:50:02.293 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.293 [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
16:50:02.293 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.293 [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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.293 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.293 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.295 [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...
16:50:02.295 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.295 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.296 [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...
16:50:02.296 [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
16:50:02.299 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.299 [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
16:50:02.300 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.300 [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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.300 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.300 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.301 [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...
16:50:02.301 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.302 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.302 [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...
16:50:02.302 [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
16:50:02.307 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
16:50:02.307 [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
16:50:02.307 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:50:02.307 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.308 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.308 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.308 [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...
16:50:02.308 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.309 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.309 [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...
16:50:02.309 [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
16:50:02.310 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.310 [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
16:50:02.310 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.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/01ec12fc-0000-0260-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.310 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.310 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.312 [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...
16:50:02.312 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.313 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.313 [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...
16:50:02.313 [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
16:50:02.318 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:02.318 [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
16:50:02.318 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:02.318 [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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.318 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.318 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.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/770df309-5d0c-11df-a996-001302895b2b.exml...
16:50:02.319 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.320 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.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/770df309-5d0c-11df-a996-001302895b2b.exml...
16:50:02.320 [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
16:50:02.321 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.321 [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
16:50:02.321 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.321 [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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.321 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.321 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.322 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml...
16:50:02.322 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.323 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.323 [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...
16:50:02.323 [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
16:50:02.324 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.324 [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
16:50:02.324 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.324 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.324 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.324 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.324 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml...
16:50:02.325 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.325 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.325 [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...
16:50:02.326 [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
16:50:02.327 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.327 [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
16:50:02.327 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.327 [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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.327 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.327 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.327 [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...
16:50:02.327 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.328 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.328 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml...
16:50:02.328 [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
16:50:02.385 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.385 [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
16:50:02.386 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.386 [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.
0s59ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.386 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.386 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.386 [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...
16:50:02.386 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.388 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.388 [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...
16:50:02.388 [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
16:50:02.391 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.391 [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
16:50:02.391 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.391 [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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.391 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.391 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.392 [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...
16:50:02.393 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.442 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.442 [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...
16:50:02.442 [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
16:50:02.747 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
16:50:02.747 [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
16:50:02.747 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.747 [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.
0s355ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.747 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:02.748 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:02.748 [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...
16:50:02.748 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.749 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.749 [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...
16:50:02.749 [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
16:50:02.750 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.750 [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
16:50:02.750 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.750 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.750 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.750 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.752 [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...
16:50:02.752 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.753 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.753 [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...
16:50:02.753 [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
16:50:02.784 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.784 [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
16:50:02.796 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.796 [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.
0s44ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.796 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.796 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.796 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml...
16:50:02.796 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.797 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.797 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml...
16:50:02.797 [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
16:50:02.799 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.799 [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
16:50:02.799 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.799 [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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.799 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.799 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.800 [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...
16:50:02.800 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.801 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.801 [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...
16:50:02.801 [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
16:50:02.808 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
16:50:02.808 [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
16:50:02.808 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.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.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.808 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:02.809 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:02.809 [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...
16:50:02.809 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.810 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.810 [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...
16:50:02.810 [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
16:50:02.812 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.812 [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
16:50:02.812 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.812 [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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.812 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.812 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.812 [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...
16:50:02.813 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.814 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.814 [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...
16:50:02.814 [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
16:50:02.815 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.815 [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
16:50:02.815 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.815 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.815 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:02.816 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:02.816 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml...
16:50:02.816 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.817 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.817 [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...
16:50:02.817 [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
16:50:02.819 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.819 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml
16:50:02.819 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.819 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml.
0s4ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.820 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.821 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.883 [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...
16:50:02.883 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.885 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.885 [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...
16:50:02.885 [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
16:50:02.887 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:02.887 [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
16:50:02.887 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:02.887 [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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.887 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:02.888 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:02.888 [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...
16:50:02.888 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.917 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.917 [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...
16:50:02.918 [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
16:50:02.921 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
16:50:02.921 [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
16:50:02.921 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
16:50:02.921 [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.
0s33ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.921 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.922 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.922 [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...
16:50:02.922 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.942 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.942 [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...
16:50:02.942 [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
16:50:02.944 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.944 [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
16:50:02.944 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.944 [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.
0s22ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.944 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.944 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.944 [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...
16:50:02.944 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.950 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.950 [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...
16:50:02.951 [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
16:50:02.983 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
16:50:02.983 [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
16:50:02.984 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.984 [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.
0s40ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.984 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.984 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.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/229bc921-c2fd-11de-8ac8-001302895b2b.exml...
16:50:02.984 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:02.992 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:02.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/229bc921-c2fd-11de-8ac8-001302895b2b.exml...
16:50:02.992 [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
16:50:02.994 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:02.994 [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
16:50:02.994 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:02.994 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:02.994 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:02.994 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:02.994 [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...
16:50:02.995 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.001 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.001 [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...
16:50:03.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/fd461312-91e1-4589-a042-c814e1f53e6a.exml
16:50:03.002 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.002 [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
16:50:03.002 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.002 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.002 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.002 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.003 [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...
16:50:03.003 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.009 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.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/27ac6d48-32c8-11e0-91f3-0027103f347c.exml...
16:50:03.016 [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
16:50:03.018 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.018 [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
16:50:03.018 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.018 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.018 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.018 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.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/01ec12fc-0000-024c-0000-000000000000.exml...
16:50:03.019 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.020 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.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/01ec12fc-0000-024c-0000-000000000000.exml...
16:50:03.025 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml
16:50:03.026 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.026 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml
16:50:03.027 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.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/01ec12fc-0000-024c-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.027 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.027 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.027 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml...
16:50:03.027 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.028 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.028 [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...
16:50:03.028 [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
16:50:03.030 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:03.030 [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
16:50:03.031 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:03.031 [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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.031 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.031 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.031 [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...
16:50:03.031 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.033 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.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/002005c0-0001-0011-0000-000000000000.exml...
16:50:03.033 [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
16:50:03.035 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.035 [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
16:50:03.035 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.035 [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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.035 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.035 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.083 [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...
16:50:03.083 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.135 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.135 [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...
16:50:03.135 [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
16:50:03.136 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.136 [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
16:50:03.136 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.136 [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.
0s53ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.136 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:03.137 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:03.137 [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...
16:50:03.137 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.143 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.143 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml...
16:50:03.143 [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
16:50:03.144 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
16:50:03.144 [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
16:50:03.145 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:50:03.145 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.145 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.145 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.145 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml...
16:50:03.145 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.151 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.151 [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...
16:50:03.151 [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
16:50:03.183 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.183 [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
16:50:03.184 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.184 [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.
0s39ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.184 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.184 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.184 [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...
16:50:03.184 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.193 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.193 [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...
16:50:03.193 [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
16:50:03.195 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.195 [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
16:50:03.195 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.195 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.195 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.195 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.195 [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...
16:50:03.195 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.201 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.201 [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...
16:50:03.209 [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
16:50:03.210 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.210 [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
16:50:03.210 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.210 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.210 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:03.211 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:03.211 [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...
16:50:03.211 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.212 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.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/01ec2468-0000-0894-0000-000000000000.exml...
16:50:03.217 [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
16:50:03.219 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
16:50:03.219 [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
16:50:03.219 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:50:03.219 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.219 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:03.220 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:03.220 [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...
16:50:03.220 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.221 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.221 [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...
16:50:03.221 [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
16:50:03.223 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.223 [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
16:50:03.223 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.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/00700680-0000-01d1-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.223 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.223 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.223 [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...
16:50:03.223 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.225 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.225 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml...
16:50:03.225 [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
16:50:03.226 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.226 [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
16:50:03.227 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.227 [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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.227 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.227 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.229 [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...
16:50:03.229 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.230 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.230 [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...
16:50:03.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-001d-0000-000000000000.exml
16:50:03.236 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
16:50:03.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.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml
16:50:03.284 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
16:50:03.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/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml.
0s56ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.285 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.285 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.287 [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...
16:50:03.288 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.302 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.302 [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...
16:50:03.302 [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
16:50:03.307 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
16:50:03.307 [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
16:50:03.307 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.307 [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.
0s20ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.307 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.307 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.308 [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...
16:50:03.308 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.319 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.319 [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...
16:50:03.319 [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
16:50:03.320 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.320 [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
16:50:03.321 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.321 [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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.321 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.321 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.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.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml...
16:50:03.321 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.327 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.327 [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...
16:50:03.327 [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
16:50:03.329 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.329 [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
16:50:03.329 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.329 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.329 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.329 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.330 [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...
16:50:03.330 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.336 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.336 [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...
16:50:03.336 [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
16:50:03.339 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
16:50:03.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.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml
16:50:03.383 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.383 [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.
0s53ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.383 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.383 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.384 [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...
16:50:03.384 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.394 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.394 [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...
16:50:03.401 [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
16:50:03.405 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec)
16:50:03.405 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml
16:50:03.409 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec)
16:50:03.409 [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.
0s25ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.409 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.409 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.409 [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...
16:50:03.409 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.410 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.410 [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...
16:50:03.418 [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
16:50:03.420 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:50:03.420 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml
16:50:03.420 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.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/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.420 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.420 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.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/01ec141c-0000-1301-0000-000000000000.exml...
16:50:03.420 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.422 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.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/01ec141c-0000-1301-0000-000000000000.exml...
16:50:03.422 [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
16:50:03.423 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.423 [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
16:50:03.423 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.423 [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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.423 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.423 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.424 [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...
16:50:03.424 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.425 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.425 [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...
16:50:03.425 [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
16:50:03.427 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.427 [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
16:50:03.427 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.427 [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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.427 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.427 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.427 [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...
16:50:03.428 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.429 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.430 [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...
16:50:03.430 [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
16:50:03.483 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.483 [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
16:50:03.483 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.483 [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.
0s56ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.483 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.483 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.484 [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...
16:50:03.484 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.485 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.485 [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...
16:50:03.485 [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
16:50:03.503 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.503 [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
16:50:03.503 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.503 [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.
0s19ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.503 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.503 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.503 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml...
16:50:03.503 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.504 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.505 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml...
16:50:03.505 [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
16:50:03.511 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.511 [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
16:50:03.511 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.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/01ec2468-0000-0acb-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.511 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.511 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.512 [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...
16:50:03.512 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.513 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.513 [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...
16:50:03.513 [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
16:50:03.520 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.520 [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
16:50:03.520 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.520 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.520 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.520 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.520 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml...
16:50:03.520 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.522 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.522 [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...
16:50:03.522 [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
16:50:03.528 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.528 [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
16:50:03.528 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.528 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.528 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:03.529 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:03.529 [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...
16:50:03.529 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.530 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.530 [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...
16:50:03.536 [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
16:50:03.537 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
16:50:03.537 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml
16:50:03.538 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.538 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.538 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.538 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.538 [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...
16:50:03.538 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.539 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.539 [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...
16:50:03.544 [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
16:50:03.546 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.546 [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
16:50:03.546 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.546 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.546 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.546 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.546 [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...
16:50:03.546 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.547 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.548 [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...
16:50:03.548 [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
16:50:03.587 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:03.587 [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
16:50:03.587 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:03.587 [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.
0s41ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.587 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:03.588 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:03.588 [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...
16:50:03.588 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.589 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.589 [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...
16:50:03.589 [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
16:50:03.596 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
16:50:03.596 [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
16:50:03.596 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.596 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.596 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.596 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.597 [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...
16:50:03.597 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.598 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.598 [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...
16:50:03.598 [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
16:50:03.613 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
16:50:03.613 [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
16:50:03.613 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
16:50:03.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/00bc27b8-0000-08c8-0000-000000000000.exml.
0s16ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.613 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.613 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.614 [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...
16:50:03.614 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.615 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.615 [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...
16:50:03.616 [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
16:50:03.629 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec)
16:50:03.629 [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
16:50:03.630 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
16:50:03.630 [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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.630 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.630 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.631 [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...
16:50:03.631 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.632 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.632 [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...
16:50:03.632 [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
16:50:03.638 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
16:50:03.638 [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
16:50:03.638 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:03.638 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.638 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.638 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.639 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml...
16:50:03.639 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.640 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.640 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml...
16:50:03.640 [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
16:50:03.646 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.646 [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
16:50:03.646 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.646 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.682 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:03.683 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:03.683 [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...
16:50:03.683 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.684 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.684 [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...
16:50:03.685 [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
16:50:03.696 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec)
16:50:03.696 [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
16:50:03.699 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec)
16:50:03.699 [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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.699 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.699 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.700 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml...
16:50:03.700 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.701 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.701 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml...
16:50:03.704 [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
16:50:03.705 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.705 [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
16:50:03.705 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.705 [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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.705 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.705 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.706 [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...
16:50:03.706 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.707 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.707 [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...
16:50:03.712 [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
16:50:03.714 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
16:50:03.714 [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
16:50:03.714 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:50:03.714 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.714 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.714 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.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/5d167c0f-df53-11de-b2b1-001302895b2b.exml...
16:50:03.715 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.716 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.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/5d167c0f-df53-11de-b2b1-001302895b2b.exml...
16:50:03.716 [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
16:50:03.717 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.717 [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
16:50:03.718 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.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/5d167c0f-df53-11de-b2b1-001302895b2b.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.718 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.718 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.718 [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...
16:50:03.718 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.719 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.719 [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...
16:50:03.719 [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
16:50:03.721 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:03.721 [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
16:50:03.721 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:03.721 [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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.721 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.721 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.721 [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...
16:50:03.722 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.723 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.723 [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...
16:50:03.723 [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
16:50:03.739 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.739 [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
16:50:03.739 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.739 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml.
0s18ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.739 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.739 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.739 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml...
16:50:03.739 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.755 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.755 [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...
16:50:03.756 [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
16:50:03.783 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.783 [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
16:50:03.783 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.783 [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.
0s44ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.783 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.783 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.784 [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...
16:50:03.784 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.789 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.789 [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...
16:50:03.789 [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
16:50:03.790 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.790 [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
16:50:03.790 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.790 [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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.790 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.790 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.791 [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...
16:50:03.791 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.797 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.797 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml...
16:50:03.797 [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
16:50:03.799 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.799 [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
16:50:03.799 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.799 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.799 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.799 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.799 [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...
16:50:03.799 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.806 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.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/00bc0050-0000-006b-0000-000000000000.exml...
16:50:03.806 [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
16:50:03.807 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.807 [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
16:50:03.807 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.807 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.807 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.807 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.808 [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...
16:50:03.808 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.814 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.814 [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...
16:50:03.822 [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
16:50:03.824 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:03.824 [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
16:50:03.824 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:03.824 [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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.824 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.824 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.824 [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...
16:50:03.824 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.825 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.825 [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...
16:50:03.830 [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
16:50:03.831 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.831 [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
16:50:03.831 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.831 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.831 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:03.832 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:03.833 [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...
16:50:03.833 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.834 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.834 [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...
16:50:03.834 [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
16:50:03.840 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.840 [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
16:50:03.840 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.840 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.840 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.840 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.840 [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...
16:50:03.840 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.841 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.841 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml...
16:50:03.841 [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
16:50:03.848 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.848 [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
16:50:03.848 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.848 [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...16:50:03.848 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:03.849 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:03.849 [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...
16:50:03.849 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.883 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.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/00700680-0000-01f7-0000-000000000000.exml...
16:50:03.884 [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
16:50:03.890 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.890 [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
16:50:03.890 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.890 [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.
0s41ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.890 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.890 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.890 [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...
16:50:03.890 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.907 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.907 [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...
16:50:03.907 [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
16:50:03.908 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.908 [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
16:50:03.908 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.908 [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.
0s18ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.908 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:03.909 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:03.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/35b84299-c2fd-11de-8ac8-001302895b2b.exml...
16:50:03.909 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.915 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.915 [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...
16:50:03.915 [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
16:50:03.916 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.916 [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
16:50:03.916 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.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/35b84299-c2fd-11de-8ac8-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.917 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.917 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.917 [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...
16:50:03.917 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.923 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.923 [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...
16:50:03.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/775f3bc6-d812-4f77-8253-6852bcede18b.exml
16:50:03.925 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:50:03.925 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml
16:50:03.925 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.925 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.925 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.925 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.925 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml...
16:50:03.925 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.932 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.932 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml...
16:50:03.932 [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
16:50:03.934 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.934 [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
16:50:03.934 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.934 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.934 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.934 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.934 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml...
16:50:03.934 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.940 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.940 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml...
16:50:03.948 [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
16:50:03.949 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.949 [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
16:50:03.949 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.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/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.949 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.949 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.950 [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...
16:50:03.950 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.951 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.951 [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...
16:50:03.956 [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
16:50:03.983 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.983 [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
16:50:03.985 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.985 [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.
0s35ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.985 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.985 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.986 [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...
16:50:03.986 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.987 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.987 [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...
16:50:03.987 [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
16:50:03.991 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:03.991 [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
16:50:03.991 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:03.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/e4358003-f3da-11df-8ada-0027103f347c.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...16:50:03.991 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:03.991 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:03.991 [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...
16:50:03.992 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:03.993 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:03.993 [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...
16:50:03.993 [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
16:50:04.000 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.000 [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
16:50:04.000 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.000 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.000 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.000 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.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/00000000-0000-9c44-0000-000000000000.exml...
16:50:04.001 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.002 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.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/00000000-0000-9c44-0000-000000000000.exml...
16:50:04.002 [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
16:50:04.008 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.008 [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
16:50:04.008 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.008 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.008 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.008 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.008 [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...
16:50:04.008 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.025 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.025 [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...
16:50:04.025 [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
16:50:04.026 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.026 [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
16:50:04.026 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.026 [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.
0s18ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.026 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.026 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.027 [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...
16:50:04.027 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.033 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.033 [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...
16:50:04.033 [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
16:50:04.034 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.034 [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
16:50:04.034 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.034 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.034 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.034 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.035 [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...
16:50:04.035 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.041 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.041 [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...
16:50:04.083 [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
16:50:04.084 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
16:50:04.084 [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
16:50:04.084 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.084 [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.
0s49ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.084 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.084 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.085 [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...
16:50:04.085 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.092 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.092 [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...
16:50:04.092 [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
16:50:04.093 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.093 [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
16:50:04.093 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.093 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.093 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.093 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.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/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml...
16:50:04.094 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.100 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.100 [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...
16:50:04.107 [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
16:50:04.109 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.109 [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
16:50:04.109 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.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/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.109 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.109 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.110 [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...
16:50:04.110 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.111 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.111 [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...
16:50:04.116 [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
16:50:04.119 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
16:50:04.119 [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
16:50:04.120 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
16:50:04.120 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.120 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.120 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.121 [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...
16:50:04.121 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.122 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.122 [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...
16:50:04.122 [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
16:50:04.134 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:04.134 [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
16:50:04.134 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:04.134 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.134 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.134 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.134 [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...
16:50:04.134 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.135 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.135 [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...
16:50:04.136 [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
16:50:04.142 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.142 [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
16:50:04.142 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.142 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.142 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:04.143 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:04.143 [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...
16:50:04.143 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.183 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.183 [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...
16:50:04.184 [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
16:50:04.192 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.192 [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
16:50:04.192 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.192 [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.
0s49ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.192 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.192 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.193 [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...
16:50:04.193 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.209 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.209 [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...
16:50:04.209 [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
16:50:04.211 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
16:50:04.211 [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
16:50:04.211 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:50:04.211 [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.
0s18ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.211 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.211 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.212 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml...
16:50:04.212 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.217 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.217 [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...
16:50:04.217 [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
16:50:04.219 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.219 [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
16:50:04.219 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.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/ec22d8ff-de86-11de-905b-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.219 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.219 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.219 [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...
16:50:04.219 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.226 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.226 [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...
16:50:04.226 [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
16:50:04.227 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.227 [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
16:50:04.227 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.227 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.227 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.227 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.228 [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...
16:50:04.228 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.235 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.235 [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...
16:50:04.235 [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
16:50:04.236 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:04.236 [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
16:50:04.237 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:04.237 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.237 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.237 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.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/00700680-0000-01fb-0000-000000000000.exml...
16:50:04.237 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.243 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.243 [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...
16:50:04.250 [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
16:50:04.251 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.251 [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
16:50:04.252 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.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-01fb-0000-000000000000.exml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.252 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.252 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.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/c2e23680-96f0-11de-a322-001fe2c988b8.exml...
16:50:04.252 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.253 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.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/c2e23680-96f0-11de-a322-001fe2c988b8.exml...
16:50:04.259 [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
16:50:04.261 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
16:50:04.261 [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
16:50:04.283 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:50:04.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/c2e23680-96f0-11de-a322-001fe2c988b8.exml.
0s31ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.283 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.283 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.283 [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...
16:50:04.283 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.285 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.285 [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...
16:50:04.285 [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
16:50:04.293 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.293 [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
16:50:04.293 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.293 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.293 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.293 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.294 [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...
16:50:04.294 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.295 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.295 [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...
16:50:04.295 [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
16:50:04.302 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.302 [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
16:50:04.302 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.302 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.302 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.302 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.302 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 100/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (3 sec, 3 sec total)
16:50:04.303 [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...
16:50:04.303 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.304 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.304 [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...
16:50:04.304 [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
16:50:04.310 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:04.310 [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
16:50:04.310 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:04.310 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.310 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.310 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.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/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml...
16:50:04.311 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.327 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.327 [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...
16:50:04.327 [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
16:50:04.329 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
16:50:04.329 [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
16:50:04.329 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:50:04.329 [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.
0s18ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.329 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.329 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.329 [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...
16:50:04.329 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.335 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.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/6432b987-256f-4121-9428-a89d364c2cef.exml...
16:50:04.335 [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
16:50:04.336 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.337 [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
16:50:04.337 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.337 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.337 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.337 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.337 [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...
16:50:04.337 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.344 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.344 [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...
16:50:04.344 [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
16:50:04.346 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
16:50:04.346 [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
16:50:04.346 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
16:50:04.346 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.346 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.346 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.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/ad46ab04-9310-11df-a4cf-0014224f9977.exml...
16:50:04.347 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.352 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.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/ad46ab04-9310-11df-a4cf-0014224f9977.exml...
16:50:04.352 [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
16:50:04.384 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.384 [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
16:50:04.384 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.384 [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.
0s38ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.384 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.384 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.385 [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...
16:50:04.385 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.394 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.394 [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...
16:50:04.401 [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
16:50:04.403 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.403 [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
16:50:04.403 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.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/00000000-0000-9c49-0000-000000000000.exml.
0s18ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.403 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.403 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.403 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml...
16:50:04.403 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.404 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.404 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml...
16:50:04.425 [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
16:50:04.427 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.427 [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
16:50:04.427 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.427 [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.
0s24ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.427 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.427 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.428 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml...
16:50:04.428 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.429 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.429 [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...
16:50:04.429 [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
16:50:04.436 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.436 [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
16:50:04.436 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.436 [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...16:50:04.436 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:04.437 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:04.437 [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...
16:50:04.437 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.438 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.438 [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...
16:50:04.438 [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
16:50:04.445 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:04.445 [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
16:50:04.445 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:04.445 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.445 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.445 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.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-12f2-0000-000000000000.exml...
16:50:04.446 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.447 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.447 [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...
16:50:04.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-12f2-0000-000000000000.exml
16:50:04.453 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.453 [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
16:50:04.453 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.453 [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...16:50:04.453 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.453 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.453 [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...
16:50:04.453 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.470 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.470 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml...
16:50:04.470 [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
16:50:04.471 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.471 [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
16:50:04.471 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.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/01ec12fc-0000-0aca-0000-000000000000.exml.
0s18ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.471 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:04.472 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:04.472 [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...
16:50:04.472 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.478 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.478 [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...
16:50:04.478 [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
16:50:04.479 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.479 [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
16:50:04.479 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.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/00700680-0000-01f9-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.479 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:04.480 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:04.480 [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...
16:50:04.480 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.486 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.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/01ec12fc-0000-023d-0000-000000000000.exml...
16:50:04.487 [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
16:50:04.488 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.488 [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
16:50:04.488 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.488 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.488 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.488 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.488 [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...
16:50:04.488 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.495 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.495 [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...
16:50:04.495 [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
16:50:04.497 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec)
16:50:04.497 [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
16:50:04.497 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:50:04.497 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.497 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.497 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.497 [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...
16:50:04.498 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.503 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.503 [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...
16:50:04.511 [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
16:50:04.512 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:50:04.512 [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
16:50:04.512 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.512 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.512 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.512 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.513 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml...
16:50:04.513 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.514 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.514 [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...
16:50:04.519 [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
16:50:04.521 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.521 [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
16:50:04.521 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.521 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.521 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.521 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.521 [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...
16:50:04.521 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.522 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.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.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml...
16:50:04.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.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml
16:50:04.529 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.529 [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
16:50:04.529 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.529 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.529 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.529 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.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-000b-0000-000000000000.exml...
16:50:04.530 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.531 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.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-000b-0000-000000000000.exml...
16:50:04.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-000b-0000-000000000000.exml
16:50:04.538 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
16:50:04.538 [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
16:50:04.538 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.538 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.538 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.538 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.538 [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...
16:50:04.538 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.540 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.540 [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...
16:50:04.540 [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
16:50:04.554 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
16:50:04.583 [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
16:50:04.583 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:50:04.583 [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.
0s45ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.583 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.583 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.584 [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...
16:50:04.584 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.585 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.585 [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...
16:50:04.586 [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
16:50:04.604 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.604 [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
16:50:04.605 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.605 [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.
0s21ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.605 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.605 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.606 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml...
16:50:04.606 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.607 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.607 [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...
16:50:04.607 [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
16:50:04.613 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.613 [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
16:50:04.613 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.613 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.613 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.613 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.614 [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...
16:50:04.614 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.615 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.615 [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...
16:50:04.616 [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
16:50:04.738 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
16:50:04.738 [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
16:50:04.739 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:50:04.739 [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.
0s125ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.739 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.739 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.739 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml...
16:50:04.739 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.741 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.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/8e76c95f-5821-11df-be59-001302895b2b.exml...
16:50:04.741 [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
16:50:04.746 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.746 [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
16:50:04.747 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.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/8e76c95f-5821-11df-be59-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.747 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.747 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.747 [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...
16:50:04.747 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.748 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.748 [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...
16:50:04.754 [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
16:50:04.755 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:04.755 [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
16:50:04.756 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:04.756 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.756 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.756 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.756 [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...
16:50:04.756 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.757 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.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/b9654705-c2f9-11de-8ac8-001302895b2b.exml...
16:50:04.763 [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
16:50:04.783 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.783 [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
16:50:04.783 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.783 [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.
0s27ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.783 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.783 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.783 [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...
16:50:04.784 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.784 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.785 [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...
16:50:04.785 [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
16:50:04.789 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.789 [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
16:50:04.789 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.789 [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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.789 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.789 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.789 [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...
16:50:04.789 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.790 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.790 [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...
16:50:04.790 [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
16:50:04.797 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.797 [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
16:50:04.798 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.798 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.798 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.798 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.798 [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...
16:50:04.798 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.800 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.800 [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...
16:50:04.800 [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
16:50:04.814 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
16:50:04.814 [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
16:50:04.815 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
16:50:04.815 [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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.815 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:04.816 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:04.816 [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...
16:50:04.816 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.817 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.817 [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...
16:50:04.818 [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
16:50:04.830 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.830 [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
16:50:04.831 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.831 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.831 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.831 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.831 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml...
16:50:04.831 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.832 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.832 [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...
16:50:04.832 [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
16:50:04.839 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
16:50:04.839 [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
16:50:04.839 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.839 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.839 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.839 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.840 [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...
16:50:04.840 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.841 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.841 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml...
16:50:04.841 [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
16:50:04.847 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.847 [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
16:50:04.847 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.847 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.848 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:04.848 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:04.848 [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...
16:50:04.848 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.884 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.884 [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...
16:50:04.884 [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
16:50:04.889 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:04.889 [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
16:50:04.890 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:04.890 [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.
0s42ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.890 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.890 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.890 [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...
16:50:04.890 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.891 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.891 [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...
16:50:04.897 [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
16:50:04.898 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.898 [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
16:50:04.898 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.898 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.898 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.898 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.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/002005c0-0001-0009-0000-000000000000.exml...
16:50:04.899 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.900 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.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/002005c0-0001-0009-0000-000000000000.exml...
16:50:04.905 [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
16:50:04.907 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.907 [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
16:50:04.907 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.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/002005c0-0001-0009-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.907 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.907 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.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.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml...
16:50:04.908 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.909 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.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.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml...
16:50:04.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.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml
16:50:04.915 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.915 [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
16:50:04.915 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.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/827950f7-671f-4db7-9374-23df864712ef.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.915 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.915 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.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/00700680-0000-01cc-0000-000000000000.exml...
16:50:04.915 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.916 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.916 [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...
16:50:04.917 [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
16:50:04.924 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.924 [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
16:50:04.924 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.924 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.924 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.924 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.924 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml...
16:50:04.924 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:04.926 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:04.926 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml...
16:50:04.926 [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
16:50:04.943 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:04.943 [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
16:50:04.944 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:04.944 [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.
0s20ms [pure insertion]
marking any relevant derived attributes for update...16:50:04.944 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:04.944 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:04.949 [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...
16:50:04.949 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.224 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.224 [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...
16:50:05.224 [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
16:50:05.250 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
16:50:05.250 [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
16:50:05.251 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.251 [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.
0s302ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.251 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.251 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.251 [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...
16:50:05.251 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.265 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.265 [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...
16:50:05.265 [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
16:50:05.267 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
16:50:05.267 [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
16:50:05.267 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.267 [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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.267 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.267 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.267 [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...
16:50:05.267 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.274 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.274 [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...
16:50:05.274 [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
16:50:05.275 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:05.275 [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
16:50:05.275 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:05.275 [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...16:50:05.275 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.275 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.276 [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...
16:50:05.276 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.282 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.282 [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...
16:50:05.282 [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
16:50:05.284 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
16:50:05.284 [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
16:50:05.284 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.284 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.284 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.284 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.284 [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...
16:50:05.284 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.290 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.291 [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...
16:50:05.298 [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
16:50:05.299 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
16:50:05.299 [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
16:50:05.299 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.299 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.299 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.299 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.300 [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...
16:50:05.300 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.301 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.301 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml...
16:50:05.307 [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
16:50:05.308 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:05.308 [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
16:50:05.309 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:05.309 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.309 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.309 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.309 [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...
16:50:05.309 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.310 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.310 [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...
16:50:05.310 [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
16:50:05.316 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:05.316 [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
16:50:05.316 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:05.316 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.316 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.316 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.317 [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...
16:50:05.317 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.318 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.318 [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...
16:50:05.318 [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
16:50:05.326 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
16:50:05.326 [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
16:50:05.327 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
16:50:05.327 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.327 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.327 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.327 [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...
16:50:05.327 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.329 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.329 [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...
16:50:05.329 [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
16:50:05.341 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
16:50:05.341 [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
16:50:05.342 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:50:05.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/ee295439-adfb-4038-9ad2-9e643a37e076.exml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.342 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.342 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.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/f572af01-e116-41d3-aa90-4cef567d721e.exml...
16:50:05.342 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.350 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.350 [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...
16:50:05.350 [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
16:50:05.352 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:50:05.352 [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
16:50:05.352 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.352 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.352 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.352 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.352 [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...
16:50:05.353 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.358 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.358 [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...
16:50:05.358 [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
16:50:05.359 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.359 [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
16:50:05.359 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.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/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.359 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.359 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.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/0bd72298-5d08-11df-a996-001302895b2b.exml...
16:50:05.360 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.366 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.366 [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...
16:50:05.366 [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
16:50:05.368 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.368 [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
16:50:05.368 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.368 [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...16:50:05.368 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.368 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.368 [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...
16:50:05.368 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.375 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.375 [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...
16:50:05.375 [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
16:50:05.376 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:05.376 [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
16:50:05.376 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:05.376 [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...16:50:05.376 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.376 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.377 [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...
16:50:05.377 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.383 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.383 [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...
16:50:05.391 [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
16:50:05.392 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.392 [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
16:50:05.392 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.392 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.392 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.392 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.393 [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...
16:50:05.393 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.394 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.394 [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...
16:50:05.399 [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
16:50:05.401 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.401 [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
16:50:05.401 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.401 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.401 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.401 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.402 [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...
16:50:05.402 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.403 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.403 [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...
16:50:05.403 [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
16:50:05.408 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.408 [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
16:50:05.409 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.409 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.409 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.409 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.409 [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...
16:50:05.409 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.410 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.410 [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...
16:50:05.410 [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
16:50:05.418 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
16:50:05.418 [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
16:50:05.419 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
16:50:05.419 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.419 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.419 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.420 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml...
16:50:05.420 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.421 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.421 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml...
16:50:05.421 [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
16:50:05.425 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.425 [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
16:50:05.426 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.426 [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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.426 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.426 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.426 [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...
16:50:05.426 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.434 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.434 [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...
16:50:05.434 [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
16:50:05.435 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.435 [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
16:50:05.436 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.436 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.436 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.436 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.436 [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...
16:50:05.436 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.442 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.442 [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...
16:50:05.442 [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
16:50:05.444 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.444 [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
16:50:05.444 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.444 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.444 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.444 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.444 [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...
16:50:05.444 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.451 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.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/00700680-0000-01f5-0000-000000000000.exml...
16:50:05.451 [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
16:50:05.483 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.483 [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
16:50:05.484 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.484 [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.
0s40ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.484 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.484 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.484 [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...
16:50:05.484 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.492 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.492 [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...
16:50:05.493 [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
16:50:05.505 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec)
16:50:05.505 [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
16:50:05.505 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
16:50:05.505 [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.
0s21ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.505 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.505 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.506 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml...
16:50:05.506 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.509 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.509 [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...
16:50:05.517 [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
16:50:05.518 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.518 [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
16:50:05.518 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.518 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.518 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.518 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.518 [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...
16:50:05.519 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.520 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.520 [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...
16:50:05.525 [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
16:50:05.526 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.526 [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
16:50:05.527 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.527 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.527 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.527 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.527 [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...
16:50:05.527 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.528 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.528 [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...
16:50:05.528 [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
16:50:05.534 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.534 [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
16:50:05.535 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.535 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.535 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.535 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.535 [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...
16:50:05.535 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.536 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.536 [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...
16:50:05.536 [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
16:50:05.583 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.583 [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
16:50:05.583 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.583 [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.
0s48ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.583 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.583 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.583 [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...
16:50:05.583 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.585 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.585 [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...
16:50:05.585 [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
16:50:05.593 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.593 [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
16:50:05.593 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.593 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.593 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.593 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.594 [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...
16:50:05.594 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.602 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.602 [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...
16:50:05.602 [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
16:50:05.603 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.603 [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
16:50:05.603 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.603 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.603 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.603 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.604 [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...
16:50:05.604 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.610 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.610 [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...
16:50:05.610 [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
16:50:05.611 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.611 [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
16:50:05.611 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.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/0054070c-0000-005d-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.611 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.611 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.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/8c44d73d-5d0b-11df-a996-001302895b2b.exml...
16:50:05.612 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.618 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.618 [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...
16:50:05.618 [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
16:50:05.620 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.620 [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
16:50:05.620 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.620 [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...16:50:05.620 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.620 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.620 [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...
16:50:05.620 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.627 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.627 [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...
16:50:05.627 [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
16:50:05.628 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
16:50:05.628 [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
16:50:05.628 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.628 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.628 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.628 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.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/86eada10-32d9-11e0-91f3-0027103f347c.exml...
16:50:05.629 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.635 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.635 [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...
16:50:05.643 [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
16:50:05.644 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.644 [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
16:50:05.644 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.644 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.644 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.644 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.683 [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...
16:50:05.683 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.684 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.684 [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...
16:50:05.693 [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
16:50:05.694 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.695 [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
16:50:05.695 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.695 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.695 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.695 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.695 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml...
16:50:05.695 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.696 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.696 [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...
16:50:05.696 [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
16:50:05.702 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:50:05.702 [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
16:50:05.702 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.702 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.702 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.702 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.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/07111319-1fd7-11df-948e-001302895b2b.exml...
16:50:05.703 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.704 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.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/07111319-1fd7-11df-948e-001302895b2b.exml...
16:50:05.704 [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
16:50:05.711 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
16:50:05.711 [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
16:50:05.711 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:05.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/07111319-1fd7-11df-948e-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.711 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.711 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.712 [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...
16:50:05.712 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.713 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.713 [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...
16:50:05.713 [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
16:50:05.744 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
16:50:05.744 [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
16:50:05.745 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
16:50:05.745 [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.
0s33ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.745 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.745 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.745 [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...
16:50:05.745 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.746 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.746 [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...
16:50:05.747 [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
16:50:05.752 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
16:50:05.752 [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
16:50:05.753 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.753 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.753 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.753 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.753 [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...
16:50:05.753 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.754 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.754 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml...
16:50:05.754 [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
16:50:05.761 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
16:50:05.761 [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
16:50:05.761 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:05.761 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.761 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.761 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.761 [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...
16:50:05.761 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.762 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.762 [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...
16:50:05.762 [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
16:50:05.769 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.769 [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
16:50:05.769 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.769 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.769 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.769 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.770 [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...
16:50:05.770 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.771 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.771 [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...
16:50:05.771 [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
16:50:05.778 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.778 [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
16:50:05.778 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.778 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.778 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.778 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.778 [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...
16:50:05.778 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.779 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.779 [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...
16:50:05.785 [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
16:50:05.786 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.786 [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
16:50:05.787 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.787 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.787 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.787 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.787 [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...
16:50:05.787 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.788 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.788 [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...
16:50:05.794 [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
16:50:05.795 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.795 [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
16:50:05.795 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.795 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.795 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.795 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.795 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml...
16:50:05.795 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.796 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.796 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml...
16:50:05.796 [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
16:50:05.803 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.803 [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
16:50:05.803 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.803 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.803 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.803 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.804 [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...
16:50:05.804 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.805 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.805 [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...
16:50:05.806 [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
16:50:05.813 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
16:50:05.813 [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
16:50:05.813 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
16:50:05.813 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.813 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.813 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.815 [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...
16:50:05.815 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.816 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.816 [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...
16:50:05.816 [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
16:50:05.861 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec)
16:50:05.861 [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
16:50:05.862 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.862 [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.
0s47ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.862 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.862 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.862 [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...
16:50:05.862 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.864 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.864 [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...
16:50:05.864 [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
16:50:05.870 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.870 [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
16:50:05.870 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.870 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.870 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.870 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.870 [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...
16:50:05.870 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.883 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.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/edc05471-5d08-11df-a996-001302895b2b.exml...
16:50:05.883 [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
16:50:05.895 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.895 [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
16:50:05.896 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.896 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml.
0s26ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.896 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.896 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.896 [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...
16:50:05.896 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.897 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.897 [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...
16:50:05.897 [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
16:50:05.903 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
16:50:05.903 [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
16:50:05.904 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:50:05.904 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.904 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.904 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.904 [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...
16:50:05.904 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.905 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.905 [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...
16:50:05.905 [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
16:50:05.912 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.912 [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
16:50:05.912 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.912 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.912 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.912 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.912 [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...
16:50:05.912 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.913 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.913 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml...
16:50:05.920 [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
16:50:05.921 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.921 [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
16:50:05.921 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.921 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.921 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.921 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.922 [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...
16:50:05.922 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.923 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.923 [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...
16:50:05.928 [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
16:50:05.929 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.929 [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
16:50:05.929 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.929 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.929 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.929 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.930 [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...
16:50:05.930 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.931 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.931 [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...
16:50:05.931 [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
16:50:05.937 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.937 [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
16:50:05.938 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.938 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.938 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.938 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.938 [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...
16:50:05.938 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.939 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.939 [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...
16:50:05.939 [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
16:50:05.946 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
16:50:05.946 [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
16:50:05.946 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:05.946 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.946 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.946 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.947 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml...
16:50:05.947 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.948 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.948 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml...
16:50:05.948 [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
16:50:05.954 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.954 [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
16:50:05.954 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.954 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.954 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.954 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.955 [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...
16:50:05.955 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.963 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.963 [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...
16:50:05.963 [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
16:50:05.965 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.965 [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
16:50:05.965 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.965 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.965 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.965 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.965 [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...
16:50:05.965 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.971 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.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/01280500-0000-0b37-0000-000000000000.exml...
16:50:05.972 [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
16:50:05.983 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.983 [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
16:50:05.983 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.983 [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.
0s18ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.983 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.983 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.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/99bf7919-5d09-11df-a996-001302895b2b.exml...
16:50:05.984 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.988 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.988 [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...
16:50:05.988 [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
16:50:05.990 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:05.990 [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
16:50:05.990 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:05.990 [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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...16:50:05.990 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.990 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.990 [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...
16:50:05.990 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:05.997 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:05.997 [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...
16:50:05.997 [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
16:50:05.998 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:05.998 [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
16:50:05.998 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:05.999 [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...16:50:05.999 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:05.999 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:05.999 [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...
16:50:05.999 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.005 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.005 [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...
16:50:06.012 [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
16:50:06.014 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
16:50:06.014 [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
16:50:06.014 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:50:06.014 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.014 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.014 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml...
16:50:06.015 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.016 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.016 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml...
16:50:06.021 [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
16:50:06.022 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
16:50:06.022 [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
16:50:06.023 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:06.023 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.023 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.023 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.023 [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...
16:50:06.023 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.024 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.024 [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...
16:50:06.024 [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
16:50:06.030 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.030 [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
16:50:06.030 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.030 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.031 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.031 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.031 [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...
16:50:06.031 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.032 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.032 [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...
16:50:06.032 [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
16:50:06.039 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
16:50:06.039 [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
16:50:06.039 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:06.039 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.040 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.040 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.040 [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...
16:50:06.040 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.041 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.041 [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...
16:50:06.041 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml
16:50:06.047 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
16:50:06.047 [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
16:50:06.047 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:50:06.047 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.047 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:06.048 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:06.048 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 200/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (1 sec, 5 sec total)
16:50:06.048 [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...
16:50:06.048 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.056 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.056 [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...
16:50:06.056 [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
16:50:06.057 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.057 [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
16:50:06.057 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.057 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.057 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.057 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.058 [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...
16:50:06.058 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.064 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.064 [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...
16:50:06.064 [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
16:50:06.065 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.065 [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
16:50:06.065 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.065 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.065 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:06.066 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:06.066 [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...
16:50:06.066 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.072 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.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/bae91a3b-7009-11e0-a462-0027103f347c.exml...
16:50:06.073 [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
16:50:06.083 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
16:50:06.083 [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
16:50:06.083 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:06.083 [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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.083 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.083 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.083 [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...
16:50:06.084 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.089 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.089 [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...
16:50:06.089 [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
16:50:06.091 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.091 [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
16:50:06.091 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.091 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.091 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.091 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.091 [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...
16:50:06.091 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.098 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.098 [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...
16:50:06.105 [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
16:50:06.106 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.106 [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
16:50:06.106 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.106 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.106 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:06.107 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:06.107 [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...
16:50:06.107 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.108 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.108 [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...
16:50:06.114 [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
16:50:06.115 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.115 [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
16:50:06.115 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.115 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.115 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.115 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.115 [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...
16:50:06.115 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.116 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.116 [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...
16:50:06.117 [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
16:50:06.124 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
16:50:06.124 [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
16:50:06.124 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
16:50:06.124 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.124 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.124 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml...
16:50:06.125 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.126 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.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/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml...
16:50:06.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/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml
16:50:06.132 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:50:06.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/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml
16:50:06.132 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.132 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.132 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.132 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.132 [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...
16:50:06.132 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.133 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.133 [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...
16:50:06.134 [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
16:50:06.140 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.140 [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
16:50:06.140 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.140 [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...16:50:06.140 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.140 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.140 [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...
16:50:06.140 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.148 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.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/1b7fd53f-205e-11df-948e-001302895b2b.exml...
16:50:06.149 [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
16:50:06.150 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.150 [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
16:50:06.150 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.150 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.150 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.150 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.150 [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...
16:50:06.151 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.157 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.157 [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...
16:50:06.157 [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
16:50:06.159 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
16:50:06.159 [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
16:50:06.161 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
16:50:06.161 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.161 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.161 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.161 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml...
16:50:06.161 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.165 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.165 [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...
16:50:06.165 [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
16:50:06.167 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
16:50:06.167 [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
16:50:06.167 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:50:06.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/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.167 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.167 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/68c63e60-70d6-11e0-872f-0027103f347c.exml...
16:50:06.167 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.173 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.173 [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...
16:50:06.174 [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
16:50:06.175 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
16:50:06.175 [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
16:50:06.175 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:06.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/68c63e60-70d6-11e0-872f-0027103f347c.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.175 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.175 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/679a9417-8f06-4255-a409-1e1f7136e418.exml...
16:50:06.175 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.182 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.182 [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...
16:50:06.189 [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
16:50:06.191 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.191 [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
16:50:06.191 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.191 [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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.191 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.191 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.191 [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...
16:50:06.191 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.192 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.192 [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...
16:50:06.198 [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
16:50:06.200 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
16:50:06.200 [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
16:50:06.201 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
16:50:06.201 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.201 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.201 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/01ec12fc-0000-0238-0000-000000000000.exml...
16:50:06.202 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.203 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.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/01ec12fc-0000-0238-0000-000000000000.exml...
16:50:06.203 [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
16:50:06.207 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.207 [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
16:50:06.207 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.207 [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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.207 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.207 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.208 [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...
16:50:06.208 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.209 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.209 [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...
16:50:06.209 [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
16:50:06.216 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:50:06.216 [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
16:50:06.216 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.216 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.216 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.216 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.216 [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...
16:50:06.216 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.218 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.218 [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...
16:50:06.218 [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
16:50:06.224 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.224 [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
16:50:06.224 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.224 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.224 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.224 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.225 [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...
16:50:06.225 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.233 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.233 [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...
16:50:06.233 [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
16:50:06.235 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
16:50:06.235 [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
16:50:06.235 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
16:50:06.235 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.235 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.235 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.236 [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...
16:50:06.236 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.241 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.241 [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...
16:50:06.241 [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
16:50:06.242 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
16:50:06.242 [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
16:50:06.243 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:50:06.243 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.243 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.243 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.243 [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...
16:50:06.243 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.249 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.249 [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...
16:50:06.250 [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
16:50:06.251 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:06.251 [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
16:50:06.251 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:06.251 [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...16:50:06.251 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.251 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.251 [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...
16:50:06.252 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.258 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.258 [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...
16:50:06.258 [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
16:50:06.259 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
16:50:06.259 [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
16:50:06.260 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:50:06.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/3c4678f8-f169-11df-ae59-0014224f9977.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.260 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.260 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.260 [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...
16:50:06.260 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.266 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.266 [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...
16:50:06.274 [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
16:50:06.275 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
16:50:06.275 [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
16:50:06.283 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.283 [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.
0s23ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.283 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.283 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.283 [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...
16:50:06.284 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.284 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.285 [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...
16:50:06.291 [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
16:50:06.292 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:06.293 [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
16:50:06.293 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:06.293 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.293 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.293 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.293 [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...
16:50:06.293 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.294 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.294 [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...
16:50:06.294 [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
16:50:06.325 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.325 [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
16:50:06.325 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.325 [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.
0s32ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.325 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.325 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.326 [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...
16:50:06.326 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.327 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.327 [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...
16:50:06.327 [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
16:50:06.334 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.334 [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
16:50:06.334 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.334 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.334 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.334 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.335 [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...
16:50:06.335 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.336 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.336 [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...
16:50:06.336 [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
16:50:06.342 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.342 [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
16:50:06.342 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.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/d09356f1-c2fc-11de-8ac8-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.342 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.342 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/Standard.DataType/00000004-0000-0012-0000-000000000000.exml...
16:50:06.342 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.350 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.351 [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...
16:50:06.351 [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
16:50:06.352 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
16:50:06.352 [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
16:50:06.352 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.352 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.352 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.352 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.353 [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...
16:50:06.353 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.359 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.359 [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...
16:50:06.359 [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
16:50:06.360 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:50:06.360 [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
16:50:06.360 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.360 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.360 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:06.361 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:06.361 [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...
16:50:06.361 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.367 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.367 [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...
16:50:06.367 [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
16:50:06.369 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
16:50:06.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/Standard.DataType/00000004-0000-0009-0000-000000000000.exml
16:50:06.369 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.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/Standard.DataType/00000004-0000-0009-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.369 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.369 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/007006dc-0000-0139-0000-000000000000.exml...
16:50:06.369 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.375 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.375 [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...
16:50:06.376 [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
16:50:06.377 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.377 [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
16:50:06.377 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.377 [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...16:50:06.377 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.377 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.377 [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...
16:50:06.377 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.384 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.384 [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...
16:50:06.392 [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
16:50:06.393 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.393 [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
16:50:06.393 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.393 [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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.393 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.393 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.394 [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...
16:50:06.394 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.395 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.395 [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...
16:50:06.400 [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
16:50:06.401 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.401 [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
16:50:06.401 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.401 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.401 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.401 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.402 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml...
16:50:06.402 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.402 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.402 [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...
16:50:06.403 [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
16:50:06.410 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
16:50:06.410 [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
16:50:06.410 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:50:06.410 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.410 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.410 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.410 [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...
16:50:06.410 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.411 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.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/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml...
16:50:06.412 [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
16:50:06.418 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.418 [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
16:50:06.418 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.418 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.418 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.418 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.418 [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...
16:50:06.418 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.420 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.420 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml...
16:50:06.420 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml
16:50:06.426 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:50:06.426 [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
16:50:06.426 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.426 [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...16:50:06.426 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.426 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.427 [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...
16:50:06.427 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.435 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.435 [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...
16:50:06.435 [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
16:50:06.436 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:50:06.436 [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
16:50:06.437 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.437 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.437 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.437 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.437 [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...
16:50:06.437 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.443 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.443 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml...
16:50:06.443 [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
16:50:06.444 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.444 [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
16:50:06.444 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.444 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.444 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.444 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/00700680-0000-0204-0000-000000000000.exml...
16:50:06.445 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.451 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.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/00700680-0000-0204-0000-000000000000.exml...
16:50:06.452 [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
16:50:06.453 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.453 [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
16:50:06.453 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.453 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.453 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.453 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.453 [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...
16:50:06.453 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.460 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.460 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml...
16:50:06.460 [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
16:50:06.461 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.461 [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
16:50:06.461 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.461 [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...16:50:06.461 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.461 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.462 [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...
16:50:06.462 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.468 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.468 [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...
16:50:06.476 [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
16:50:06.477 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:50:06.477 [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
16:50:06.477 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.477 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.477 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.477 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.478 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml...
16:50:06.478 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.479 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.479 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml...
16:50:06.484 [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
16:50:06.486 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.486 [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
16:50:06.486 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.486 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.486 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.486 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/00700680-0000-01e5-0000-000000000000.exml...
16:50:06.486 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.487 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.487 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml...
16:50:06.487 [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
16:50:06.494 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.494 [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
16:50:06.494 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.494 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.494 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.494 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/00700680-0000-0200-0000-000000000000.exml...
16:50:06.494 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.495 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.496 [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...
16:50:06.496 [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
16:50:06.502 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.502 [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
16:50:06.502 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.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/00700680-0000-0200-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.502 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.503 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.503 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml...
16:50:06.503 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.504 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.504 [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...
16:50:06.504 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml
16:50:06.510 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.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-00b7-0000-000000000000.exml
16:50:06.510 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.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-00b7-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.510 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.510 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml...
16:50:06.511 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.519 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.519 [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...
16:50:06.519 [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
16:50:06.520 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:50:06.520 [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
16:50:06.520 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.520 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.520 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:06.521 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:06.521 [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...
16:50:06.521 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.527 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.527 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml...
16:50:06.527 [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
16:50:06.529 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.529 [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
16:50:06.529 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.529 [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...16:50:06.529 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.529 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.529 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml...
16:50:06.529 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.536 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.536 [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...
16:50:06.536 [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
16:50:06.537 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.537 [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
16:50:06.537 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.537 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.537 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.537 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.537 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml...
16:50:06.537 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.544 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.544 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml...
16:50:06.544 [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
16:50:06.545 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.545 [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
16:50:06.545 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.545 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.545 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:06.546 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:06.546 [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...
16:50:06.546 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.553 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.553 [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...
16:50:06.560 [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
16:50:06.562 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:06.562 [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
16:50:06.562 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:06.562 [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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.562 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.562 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.562 [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...
16:50:06.562 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.563 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.563 [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...
16:50:06.569 [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
16:50:06.570 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.570 [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
16:50:06.570 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.570 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.570 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.570 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.570 [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...
16:50:06.570 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.571 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.571 [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...
16:50:06.571 [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
16:50:06.578 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.578 [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
16:50:06.578 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.578 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.578 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.578 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.578 [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...
16:50:06.579 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.579 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.579 [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...
16:50:06.580 [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
16:50:06.587 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.587 [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
16:50:06.587 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.587 [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...16:50:06.587 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.587 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.587 [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...
16:50:06.587 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.589 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.589 [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...
16:50:06.589 [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
16:50:06.595 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.595 [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
16:50:06.607 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.607 [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...16:50:06.607 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.607 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.607 [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...
16:50:06.607 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.612 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.612 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml...
16:50:06.612 [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
16:50:06.613 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.613 [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
16:50:06.613 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.613 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.613 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.613 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.614 [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...
16:50:06.614 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.620 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.620 [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...
16:50:06.620 [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
16:50:06.621 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:06.621 [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
16:50:06.621 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:06.621 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.621 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:06.622 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:06.622 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml...
16:50:06.622 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.628 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.628 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml...
16:50:06.628 [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
16:50:06.630 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.630 [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
16:50:06.630 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.630 [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...16:50:06.630 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.630 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml...
16:50:06.630 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.637 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.637 [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...
16:50:06.637 [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
16:50:06.638 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.638 [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
16:50:06.638 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.638 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.638 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:06.639 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:06.639 [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...
16:50:06.639 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.645 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.645 [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...
16:50:06.653 [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
16:50:06.654 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:06.654 [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
16:50:06.655 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:06.655 [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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.655 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.655 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.655 [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...
16:50:06.655 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.656 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.656 [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...
16:50:06.661 [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
16:50:06.662 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.662 [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
16:50:06.663 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.663 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.663 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.663 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.663 [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...
16:50:06.663 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.664 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.664 [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...
16:50:06.664 [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
16:50:06.671 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.671 [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
16:50:06.671 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.671 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.671 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.671 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.671 [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...
16:50:06.671 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.672 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.672 [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...
16:50:06.672 [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
16:50:06.679 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.679 [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
16:50:06.679 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.679 [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...16:50:06.679 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:06.680 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:06.680 [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...
16:50:06.680 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.681 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.681 [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...
16:50:06.681 [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
16:50:06.687 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
16:50:06.687 [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
16:50:06.688 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:50:06.688 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.688 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.688 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.688 [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...
16:50:06.688 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.696 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.696 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml...
16:50:06.696 [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
16:50:06.697 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.697 [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
16:50:06.697 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.697 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.698 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.698 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.698 [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...
16:50:06.698 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.704 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.704 [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...
16:50:06.704 [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
16:50:06.706 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:06.706 [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
16:50:06.706 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:06.706 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.706 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.706 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.706 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml...
16:50:06.706 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.713 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.713 [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...
16:50:06.713 [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
16:50:06.714 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.714 [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
16:50:06.714 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.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/00bc4480-0000-06a8-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.715 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.715 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.715 [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...
16:50:06.715 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.722 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.722 [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...
16:50:06.722 [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
16:50:06.724 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
16:50:06.724 [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
16:50:06.726 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
16:50:06.726 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.726 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.726 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/64df4d1e-3663-4950-95fc-29204f9981e7.exml...
16:50:06.726 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.730 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.730 [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...
16:50:06.737 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml
16:50:06.739 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:50:06.739 [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
16:50:06.739 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.739 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.739 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.739 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/ee97796b-de99-11de-905b-001302895b2b.exml...
16:50:06.740 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.741 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.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/ee97796b-de99-11de-905b-001302895b2b.exml...
16:50:06.746 [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
16:50:06.747 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.747 [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
16:50:06.747 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.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/ee97796b-de99-11de-905b-001302895b2b.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.747 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:06.748 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:06.748 [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...
16:50:06.748 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.749 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.749 [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...
16:50:06.749 [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
16:50:06.756 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.756 [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
16:50:06.756 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.756 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.756 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.756 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.756 [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...
16:50:06.756 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.757 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.757 [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...
16:50:06.757 [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
16:50:06.764 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
16:50:06.764 [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
16:50:06.765 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:50:06.765 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.765 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.765 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/01ec12fc-0000-0a37-0000-000000000000.exml...
16:50:06.765 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.783 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.783 [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...
16:50:06.784 [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
16:50:06.789 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.789 [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
16:50:06.789 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.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/01ec12fc-0000-0a37-0000-000000000000.exml.
0s24ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.789 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.789 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.789 [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...
16:50:06.789 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.797 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.798 [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...
16:50:06.798 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml
16:50:06.800 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec)
16:50:06.800 [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
16:50:06.801 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec)
16:50:06.801 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.801 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.801 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.802 [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...
16:50:06.802 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.806 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.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/002005c0-0001-000d-0000-000000000000.exml...
16:50:06.806 [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
16:50:06.807 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.807 [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
16:50:06.807 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.807 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.807 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.807 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.807 [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...
16:50:06.807 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.814 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.814 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml...
16:50:06.814 [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
16:50:06.815 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:50:06.815 [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
16:50:06.816 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.816 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.816 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.816 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.816 [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...
16:50:06.816 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.823 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.823 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml...
16:50:06.823 [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
16:50:06.824 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.824 [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
16:50:06.824 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.824 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.824 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.824 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/3f03c5f1-c308-11de-8ac8-001302895b2b.exml...
16:50:06.825 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.831 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.831 [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...
16:50:06.838 [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
16:50:06.840 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.840 [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
16:50:06.840 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.840 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.840 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.840 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.840 [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...
16:50:06.840 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.841 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.841 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml...
16:50:06.847 [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
16:50:06.848 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.848 [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
16:50:06.882 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.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/00700680-0000-01d9-0000-000000000000.exml.
0s42ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.882 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.882 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.883 [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...
16:50:06.883 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.884 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.884 [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...
16:50:06.884 [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
16:50:06.890 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.890 [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
16:50:06.890 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.890 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.890 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.890 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.890 [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...
16:50:06.890 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.891 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.891 [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...
16:50:06.892 [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
16:50:06.898 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.898 [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
16:50:06.899 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.899 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.899 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.899 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.899 [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...
16:50:06.899 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.900 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.900 [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...
16:50:06.900 [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
16:50:06.906 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
16:50:06.906 [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
16:50:06.907 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
16:50:06.907 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.907 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.907 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.907 [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...
16:50:06.907 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.915 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.915 [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...
16:50:06.915 [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
16:50:06.917 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:06.917 [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
16:50:06.917 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:06.917 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.917 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.917 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/c6a579b6-5d0d-11df-a996-001302895b2b.exml...
16:50:06.917 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.923 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.924 [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...
16:50:06.924 [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
16:50:06.925 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.925 [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
16:50:06.925 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.925 [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...16:50:06.925 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.925 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.925 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml...
16:50:06.925 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.932 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.932 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml...
16:50:06.932 [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
16:50:06.933 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.933 [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
16:50:06.933 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.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/3edfb381-5d0d-11df-a996-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.933 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.933 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml...
16:50:06.934 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.940 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.940 [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...
16:50:06.940 [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
16:50:06.983 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
16:50:06.983 [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
16:50:06.984 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:50:06.984 [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.
0s50ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.984 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.984 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.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/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml...
16:50:06.984 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:06.990 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:06.990 [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...
16:50:06.998 [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
16:50:06.999 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:06.999 [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
16:50:06.999 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:06.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/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:50:06.999 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:06.999 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:06.999 [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...
16:50:06.999 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.000 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.000 [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...
16:50:07.006 [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
16:50:07.008 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:07.008 [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
16:50:07.008 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:07.008 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.008 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.008 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.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/ff6e0375-5d09-11df-a996-001302895b2b.exml...
16:50:07.008 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.009 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.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/ff6e0375-5d09-11df-a996-001302895b2b.exml...
16:50:07.010 [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
16:50:07.016 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:07.016 [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
16:50:07.016 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:07.016 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.016 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.016 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.017 [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...
16:50:07.017 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.018 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.018 [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...
16:50:07.018 [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
16:50:07.024 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:07.025 [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
16:50:07.025 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:07.025 [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...16:50:07.025 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.025 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.025 [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...
16:50:07.025 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.026 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.026 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml...
16:50:07.027 [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
16:50:07.032 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:07.032 [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
16:50:07.033 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:07.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/89326f2e-c2fc-11de-8ac8-001302895b2b.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.033 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.033 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.033 [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...
16:50:07.033 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.041 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.041 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml...
16:50:07.041 [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
16:50:07.042 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:07.043 [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
16:50:07.043 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:07.043 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.043 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.043 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.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-01f3-0000-000000000000.exml...
16:50:07.043 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.049 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.049 [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...
16:50:07.049 [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
16:50:07.083 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:07.083 [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
16:50:07.083 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:07.083 [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.
0s40ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.083 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.083 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.084 [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...
16:50:07.084 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.091 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.091 [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...
16:50:07.091 [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
16:50:07.092 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:07.093 [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
16:50:07.093 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:07.093 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.093 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.093 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.093 [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...
16:50:07.093 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.099 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.100 [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...
16:50:07.100 [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
16:50:07.101 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:07.101 [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
16:50:07.101 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:07.101 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.101 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.101 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.101 [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...
16:50:07.102 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.108 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.108 [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...
16:50:07.115 [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
16:50:07.117 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
16:50:07.117 [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
16:50:07.118 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:50:07.118 [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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.118 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.118 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.118 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml...
16:50:07.118 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.119 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.119 [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...
16:50:07.124 [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
16:50:07.125 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:07.126 [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
16:50:07.126 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:07.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/00700680-0000-01fe-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.126 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.126 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.126 [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...
16:50:07.126 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.127 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.127 [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...
16:50:07.128 [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
16:50:07.133 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:07.133 [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
16:50:07.133 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:07.133 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.134 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:07.134 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:07.134 [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...
16:50:07.134 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.135 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.135 [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...
16:50:07.135 [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
16:50:07.142 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:50:07.142 [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
16:50:07.142 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:50:07.142 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.142 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.142 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.143 [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...
16:50:07.143 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.144 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.144 [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...
16:50:07.144 [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
16:50:07.192 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:07.192 [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
16:50:07.192 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:07.192 [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.
0s49ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.192 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.192 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.193 [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...
16:50:07.193 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.200 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.200 [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...
16:50:07.201 [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
16:50:07.203 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec)
16:50:07.203 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml
16:50:07.204 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec)
16:50:07.204 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.204 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.204 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.204 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 300/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (1 sec, 6 sec total)
16:50:07.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/01ec12fc-0000-0224-0000-000000000000.exml...
16:50:07.205 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.209 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.209 [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...
16:50:07.209 [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
16:50:07.210 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:07.210 [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
16:50:07.210 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:07.210 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.210 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.210 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.210 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml...
16:50:07.210 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.217 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.217 [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...
16:50:07.217 [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
16:50:07.218 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:07.218 [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
16:50:07.219 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:07.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/00700680-0000-01e7-0000-000000000000.exml.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.219 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.219 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.219 [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...
16:50:07.219 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.225 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.225 [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...
16:50:07.226 [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
16:50:07.227 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
16:50:07.227 [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
16:50:07.228 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
16:50:07.228 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.228 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.228 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.229 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml...
16:50:07.229 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.234 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.234 [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...
16:50:07.241 [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
16:50:07.243 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:07.243 [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
16:50:07.243 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:07.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/01ec1ac4-0000-2f04-0000-000000000000.exml.
0s14ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.243 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.243 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.243 [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...
16:50:07.243 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.244 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.244 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml...
16:50:07.250 [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
16:50:07.252 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
16:50:07.252 [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
16:50:07.252 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:50:07.252 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.252 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.252 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.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/01ec12fc-0000-0c02-0000-000000000000.exml...
16:50:07.253 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.254 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.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/01ec12fc-0000-0c02-0000-000000000000.exml...
16:50:07.254 [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
16:50:07.259 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:07.259 [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
16:50:07.259 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:07.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/01ec12fc-0000-0c02-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.259 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.259 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.261 [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...
16:50:07.261 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.262 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.262 [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...
16:50:07.262 [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
16:50:07.307 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec)
16:50:07.307 [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
16:50:07.308 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec)
16:50:07.308 [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.
0s47ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.308 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.308 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.309 [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...
16:50:07.309 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.310 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.310 [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...
16:50:07.310 [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
16:50:07.318 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:50:07.318 [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
16:50:07.318 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:07.318 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.318 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.318 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.318 [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...
16:50:07.318 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:07.327 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:07.327 [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...
16:50:07.327 [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
16:50:07.328 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:50:07.328 [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
16:50:07.328 [pool-212-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:50:07.328 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:50:07.328 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:07.328 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:07.328 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processed 309/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 6 sec total)
16:50:07.328 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:50:07.328 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:50:07.328 [pool-212-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:09.367 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/1119 proxy references (0 sec total)
16:50:09.696 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs
16:50:09.697 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.368s
attempting to resolve any uninitialized derived attributes...
16:50:09.697 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:50:09.697 [pool-212-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:50:09.697 [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...
16:50:09.698 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s370ms [proxy update]
16:50:09.698 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:50:09.701 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	309
deleted		0
changed		309
loaded		309
c elems		619
d elems		0
time		~11s
validating changes...
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.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/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.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/fca54004-5d0d-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/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.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.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/229bc921-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/27ac6d48-32c8-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-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/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-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.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml
validating file UPDATED for /data/fragments/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.PropertyType/01a40888-0000-002d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-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/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/00bc27b8-0000-08c8-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/40400bbd-0b5d-11df-8680-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.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/5d167c0f-df53-11de-b2b1-001302895b2b.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/4e477e48-35b4-11df-9280-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/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.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/00bc0050-0000-006b-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/01ec12fc-0000-021a-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/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.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/e4358003-f3da-11df-8ada-0027103f347c.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/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.PropertyType/01a40888-0000-002a-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-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/00700680-0000-01db-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/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-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/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.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/ed95fa9b-de99-11de-905b-001302895b2b.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/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.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/641a5778-89a9-11df-9978-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-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/859f8b76-5acc-4a9c-a5eb-973467388b13.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.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/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/00700680-0000-01f1-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.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/b9654705-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml
validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-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.MetaclassReference/00bc2f68-0000-0f6b-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.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/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.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/007006dc-0000-0137-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.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/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-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/01ec2468-0000-0ac6-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.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/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/07111319-1fd7-11df-948e-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml
validating file UPDATED for /data/fragments/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/01ec12fc-0000-022e-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.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/edc05471-5d08-11df-a996-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.Stereotype/01ec12fc-0000-025b-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/00000000-0000-9c48-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-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/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/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.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/00700680-0000-01bd-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/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/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.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/679a9417-8f06-4255-a409-1e1f7136e418.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/01ec12fc-0000-0238-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/6faa55e3-5d0b-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml
validating file UPDATED for /data/fragments/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.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.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/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.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.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/67694a37-c2f9-11de-8ac8-001302895b2b.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/Standard.DataType/00000004-0000-0012-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml
validating file UPDATED for /data/fragments/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/cf671bc3-c2f9-11de-8ac8-001302895b2b.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/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.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-01c7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-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/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-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/1f889934-8d90-11df-98b9-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.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/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.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.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-0229-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-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/002005c0-0001-000d-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-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/00000000-0000-9c45-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.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/3edfb381-5d0d-11df-a996-001302895b2b.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/c4b3add1-c2f9-11de-8ac8-001302895b2b.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/ff6e0375-5d09-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-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.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-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/01ec1ac4-0000-2f04-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml
changed resource size: 619
relevant graph size: 619
validated changes... true
16:50:09.898 [pool-212-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 11 s 491 ms
16:50:09.907 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:50:09.907 [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
16:50:09.908 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:50:09.908 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:50:10.988 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:50:10.992 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:50:12.933 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:50:12.934 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:50:12.934 [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
16:50:12.988 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:50:12.988 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:50:13.091 [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
16:50:13.091 [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
16:50:13.092 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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[]
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.125 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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[]
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.126 [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
16:50:13.158 [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
16:50:13.158 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.omg.org/spec/BPMN/20100524/MODEL-XMI to http://www.eclipse.org/emf/2002/Ecore
16:50:13.184 [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
16:50:13.185 [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
16:50:13.188 [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
16:50:13.199 [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
16:50:13.274 [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
16:50:13.284 [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
16:50:13.284 [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
16:50:13.285 [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
16:50:13.286 [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
16:50:13.288 [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
16:50:13.329 [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
16:50:13.375 [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
16:50:13.375 [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
16:50:13.375 [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
16:50:13.375 [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
16:50:13.375 [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
16:50:13.376 [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
16:50:13.377 [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
16:50:13.399 [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
16:50:13.400 [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
16:50:13.400 [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
16:50:13.400 [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
16:50:13.401 [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[]
16:50:13.401 [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
16:50:13.401 [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
16:50:13.401 [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
16:50:13.401 [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
16:50:13.401 [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
16:50:13.401 [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
16:50:13.401 [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
16:50:13.401 [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
16:50:13.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
16:50:13.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
16:50:13.402 [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
16:50:13.402 [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
16:50:13.402 [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
16:50:13.403 [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
16:50:13.403 [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
16:50:13.403 [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
16:50:13.403 [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
16:50:13.403 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
16:50:13.403 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
16:50:13.404 [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
16:50:13.404 [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
16:50:13.404 [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
16:50:13.404 [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
16:50:13.404 [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
16:50:13.404 [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
16:50:13.404 [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
16:50:13.404 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
16:50:13.406 [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
16:50:13.724 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 184 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:50:13.724 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:50:13.789 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:50:13.789 [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!
16:50:13.789 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:50:13.790 [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
16:50:13.790 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:50:13.953 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit7889910410358086821/:org.eclipse.hawk.localfolder.LocalFolder:false
16:50:13.954 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:50:13.954 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:50:13.956 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:50:13.957 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:50:13.957 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:50:15.860 [pool-219-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8372173350266249860/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@8d0dced (id: _ba16239e-181e-4b9f-bc5b-0bb2ee973450, anyAttribute: null) (name: null) (isClosed: false, isExecutable: false, processType: None)' is not legal. (file:/tmp/junit7889910410358086821/v0-B.2.0.bpmn, -1, -1)
16:50:16.185 [pool-219-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:16.869 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /v0-B.2.0.bpmn...
0s685ms [pure insertion]
marking any relevant derived attributes for update...16:50:16.870 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s83ms
16:50:16.953 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s83ms
16:50:16.953 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:50:16.953 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:50:17.036 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:50:17.036 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.083s
attempting to resolve any uninitialized derived attributes...
16:50:17.036 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:50:17.036 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:50:17.111 [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...
16:50:17.111 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s158ms [proxy update]
16:50:17.111 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:50:17.112 [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
16:50:17.112 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 158 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit7889910410358086821/v0-B.2.0.bpmn
16:50:17.112 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:50:17.114 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:50:17.115 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:50:17.115 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:50:18.019 [pool-219-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8372173350266249860/test_bpmn[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:50:18.115 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
16:50:18.212 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:18.212 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:50:18.212 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /v0-B.2.0.bpmn...
16:50:18.213 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
16:50:18.306 [pool-219-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.MessageVisibleKind
16:50:18.315 [pool-219-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.ParticipantBandKind
16:50:18.322 [pool-219-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.GatewayDirection
16:50:18.420 [pool-219-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.MultiInstanceBehavior
16:50:18.497 [pool-219-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.ProcessType
16:50:18.619 [pool-219-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.AssociationDirection
16:50:18.800 [pool-219-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.EventBasedGatewayType
16:50:18.800 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec)
16:50:18.800 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
16:50:18.824 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~0 sec)
16:50:18.824 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /v0-B.2.0.bpmn.
0s709ms [pure insertion]
marking any relevant derived attributes for update...16:50:18.824 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s59ms
16:50:18.883 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s59ms
16:50:18.883 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:50:18.883 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:50:18.883 [pool-219-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:20.866 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total)
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1020
d elems		0
time		~3s
validating changes...
16:50:20.965 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs
16:50:20.965 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.082s
attempting to resolve any uninitialized derived attributes...
16:50:20.965 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:50:20.965 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:50:20.966 [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...
16:50:20.966 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s83ms [proxy update]
16:50:20.966 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:50:20.966 [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: 1020
relevant graph size: 1020
validated changes... true
16:50:21.099 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 987 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit7889910410358086821/v0-B.2.0.bpmn
16:50:21.099 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:50:21.101 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:50:21.101 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:50:21.101 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:50:22.080 [pool-219-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8372173350266249860/test_bpmn[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:50:22.124 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
16:50:22.126 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:22.126 [pool-219-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:22.819 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store
16:50:22.842 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:231 u:106 d:228 ratio: 0.553921568627451
16:50:22.842 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
16:50:22.842 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
16:50:22.843 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
16:50:23.103 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.26s
16:50:24.532 [pool-219-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8372173350266249860/test_bpmn[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:50:24.557 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
16:50:25.116 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec)
16:50:25.116 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
16:50:25.209 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~0 sec)
16:50:25.209 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
3s85ms [pure insertion]
marking any relevant derived attributes for update...16:50:25.209 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:25.210 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:25.210 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:50:25.210 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:50:25.210 [pool-219-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:27.056 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total)
16:50:27.161 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs
16:50:27.161 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.951s
attempting to resolve any uninitialized derived attributes...
16:50:27.161 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:50:27.161 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:50:27.162 [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...
16:50:27.162 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s952ms [proxy update]
16:50:27.162 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:50:27.162 [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
16:50:27.283 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 184 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v3-B.2.0.bpmn over /tmp/junit7889910410358086821/v0-B.2.0.bpmn
16:50:27.283 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:50:27.285 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:50:27.286 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:50:27.286 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:50:28.260 [pool-219-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8372173350266249860/test_bpmn[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:50:28.303 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
16:50:28.305 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:28.305 [pool-219-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:29.109 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store
16:50:29.132 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:350 u:240 d:235 ratio: 0.8088235294117647
16:50:29.132 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
16:50:29.132 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
16:50:29.133 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
16:50:29.325 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.192s
16:50:30.804 [pool-219-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8372173350266249860/test_bpmn[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:50:30.827 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
16:50:31.208 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2137sec)
16:50:31.208 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
16:50:31.299 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~0 sec)
16:50:31.299 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
2s996ms [pure insertion]
marking any relevant derived attributes for update...16:50:31.299 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:31.300 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:31.300 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:50:31.300 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:50:31.300 [pool-219-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:33.248 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/320 proxy references (0 sec total)
16:50:33.400 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 320 refs
16:50:33.400 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.1s
attempting to resolve any uninitialized derived attributes...
16:50:33.400 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:50:33.400 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:50:33.401 [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...
16:50:33.401 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s101ms [proxy update]
16:50:33.401 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:50:33.401 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1125
d elems		1020
time		~6s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1125
relevant graph size: 1125
validated changes... true
16:50:33.495 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 212 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit7889910410358086821/v0-B.2.0.bpmn
16:50:33.496 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:50:33.498 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:50:33.499 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:50:33.499 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:50:34.415 [pool-219-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8372173350266249860/test_bpmn[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:50:34.454 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
16:50:34.456 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:34.456 [pool-219-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:35.377 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store
16:50:35.401 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:257 u:403 d:253 ratio: 0.8115555555555556
16:50:35.401 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
16:50:35.401 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
16:50:35.402 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
16:50:35.613 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.211s
16:50:37.016 [pool-219-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8372173350266249860/test_bpmn[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:50:37.042 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
16:50:37.524 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2133sec)
16:50:37.524 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
16:50:37.613 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~0 sec)
16:50:37.613 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
3s159ms [pure insertion]
marking any relevant derived attributes for update...16:50:37.613 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:37.613 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:37.613 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:50:37.613 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:50:37.614 [pool-219-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:39.547 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
16:50:39.679 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
16:50:39.679 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.065s
attempting to resolve any uninitialized derived attributes...
16:50:39.679 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:50:39.679 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:50:39.680 [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...
16:50:39.680 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s67ms [proxy update]
16:50:39.680 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:50:39.680 [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
16:50:39.785 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 289 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit7889910410358086821/v0-B.2.0.bpmn
16:50:39.786 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:50:39.788 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:50:39.789 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:50:39.789 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:50:40.727 [pool-219-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8372173350266249860/test_bpmn[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:50:40.763 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
16:50:40.765 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:40.765 [pool-219-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:41.666 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store
16:50:41.688 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:253 u:617 d:243 ratio: 0.9893333333333333
16:50:41.688 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
16:50:41.688 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
16:50:41.689 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
16:50:41.905 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.216s
16:50:43.220 [pool-219-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8372173350266249860/test_bpmn[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:50:43.245 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
16:50:43.513 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
16:50:43.514 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
16:50:43.592 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~0 sec)
16:50:43.592 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
2s829ms [pure insertion]
marking any relevant derived attributes for update...16:50:43.592 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:43.593 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:43.593 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:50:43.593 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:50:43.593 [pool-219-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:45.330 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
16:50:45.441 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
16:50:45.441 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.848s
attempting to resolve any uninitialized derived attributes...
16:50:45.441 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:50:45.441 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:50:45.442 [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...
16:50:45.442 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s849ms [proxy update]
16:50:45.442 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:50:45.442 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
validating file UPDATED for /v0-B.2.0.bpmn
loaded		1
c elems		1127
d elems		1125
time		~5s
validating changes...
changed resource size: 1127
relevant graph size: 1127
validated changes... true
16:50:45.509 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 723 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit7889910410358086821/v0-B.2.0.bpmn
16:50:45.509 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:50:45.511 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:50:45.511 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:50:45.512 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:50:46.565 [pool-219-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8372173350266249860/test_bpmn[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:50:46.600 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
16:50:46.602 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:46.602 [pool-219-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:47.532 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
16:50:47.553 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:249 u:312 d:237 ratio: 0.7080745341614907
16:50:47.554 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
16:50:47.554 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
16:50:47.555 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
16:50:47.812 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.257s
16:50:49.217 [pool-219-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8372173350266249860/test_bpmn[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:50:49.242 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
16:50:49.701 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
16:50:49.701 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
16:50:49.790 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~0 sec)
16:50:49.790 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
3s190ms [pure insertion]
marking any relevant derived attributes for update...16:50:49.790 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:50:49.790 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:50:49.790 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:50:49.790 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:50:49.790 [pool-219-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:51.645 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
16:50:51.754 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
16:50:51.754 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.964s
attempting to resolve any uninitialized derived attributes...
16:50:51.754 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:50:51.754 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:50:51.755 [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...
16:50:51.755 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s965ms [proxy update]
16:50:51.755 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:50:51.755 [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
16:50:51.799 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 290 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit7889910410358086821/v0-B.2.0.bpmn
16:50:51.799 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:50:51.801 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:50:51.802 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:50:51.802 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:50:52.719 [pool-219-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8372173350266249860/test_bpmn[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:50:52.754 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
16:50:52.757 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:52.757 [pool-219-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:53.622 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
16:50:53.648 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:247 u:321 d:240 ratio: 0.7169476486246673
16:50:53.648 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
16:50:53.648 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
16:50:53.649 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
16:50:53.819 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.17s
16:50:55.254 [pool-219-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8372173350266249860/test_bpmn[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:50:55.278 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
16:50:55.518 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
16:50:55.518 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
16:50:55.628 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~0 sec)
16:50:55.628 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
2s874ms [pure insertion]
marking any relevant derived attributes for update...16:50:55.628 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:50:55.629 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:50:55.629 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:50:55.629 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:50:55.629 [pool-219-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:57.593 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
16:50:57.708 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
16:50:57.708 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.079s
attempting to resolve any uninitialized derived attributes...
16:50:57.708 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:50:57.708 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:50:57.709 [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...
16:50:57.709 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s80ms [proxy update]
16:50:57.709 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:50:57.709 [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		~5s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1127
relevant graph size: 1127
validated changes... true
16:50:57.799 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 0 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit7889910410358086821/v0-B.2.0.bpmn
16:50:57.799 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:50:57.802 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:50:57.802 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:50:57.802 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:50:58.807 [pool-219-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8372173350266249860/test_bpmn[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:50:58.842 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
16:50:58.844 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:50:58.844 [pool-219-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:50:59.729 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
16:50:59.755 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:259 u:383 d:253 ratio: 0.7941437444543035
16:50:59.755 [pool-219-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
16:50:59.755 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
16:50:59.756 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
16:50:59.896 [pool-219-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.14s
16:51:01.217 [pool-219-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8372173350266249860/test_bpmn[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:51:01.241 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
16:51:01.491 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1129 NODES AND 1129 M->MM REFERENCES! (took ~2140sec)
16:51:01.491 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
16:51:01.523 [pool-219-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1590 REFERENCES! (took ~0 sec)
16:51:01.523 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
2s681ms [pure insertion]
marking any relevant derived attributes for update...16:51:01.523 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:51:01.524 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:51:01.524 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:51:01.524 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:51:01.524 [pool-219-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:51:03.326 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/322 proxy references (0 sec total)
16:51:03.422 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 322 refs
16:51:03.422 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.898s
attempting to resolve any uninitialized derived attributes...
16:51:03.422 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:51:03.422 [pool-219-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:51:03.422 [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...
16:51:03.422 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s898ms [proxy update]
16:51:03.422 [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
16:51:03.423 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
time		~5s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1129
relevant graph size: 1129
validated changes... true
16:51:03.484 [pool-219-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 685 ms
16:51:03.484 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:51:03.484 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit7889910410358086821/:org.eclipse.hawk.localfolder.LocalFolder:false
16:51:03.486 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:03.486 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:51:04.453 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:51:04.457 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:51:07.030 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:51:07.031 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:07.031 [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
16:51:07.031 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:51:07.031 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:51:07.031 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:51:07.031 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:51:07.032 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:51:07.033 [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!
16:51:07.033 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:51:07.033 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:51:07.033 [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
16:51:07.034 [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
16:51:07.037 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:51:07.037 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:51:07.131 [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
16:51:07.156 [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
16:51:07.156 [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
16:51:07.156 [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[]
16:51:07.156 [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
16:51:07.157 [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
16:51:07.157 [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
16:51:07.157 [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
16:51:07.157 [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
16:51:07.157 [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
16:51:07.157 [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
16:51:07.157 [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
16:51:07.158 [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
16:51:07.158 [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
16:51:07.158 [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
16:51:07.158 [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
16:51:07.158 [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
16:51:07.158 [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
16:51:07.158 [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
16:51:07.158 [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
16:51:07.158 [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
16:51:07.158 [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
16:51:07.158 [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
16:51:07.158 [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
16:51:07.158 [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
16:51:07.158 [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
16:51:07.158 [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
16:51:07.158 [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
16:51:07.158 [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
16:51:07.159 [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
16:51:07.159 [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
16:51:07.159 [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
16:51:07.159 [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
16:51:07.159 [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
16:51:07.271 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
16:51:07.272 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:51:07.409 [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
16:51:07.410 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:07.410 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:51:07.412 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:51:07.414 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:51:07.414 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:51:08.923 [pool-225-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5755332805064125255/test_instanceCountsAllOf[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:51:08.928 [pool-225-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:51:09.593 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
16:51:09.857 [pool-225-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:09.858 [pool-225-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:09.858 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
16:51:10.574 [pool-225-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5755332805064125255/test_instanceCountsAllOf[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:51:10.581 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
16:51:10.582 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:51:10.582 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
16:51:10.582 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:51:10.582 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
1s654ms [pure insertion]
marking any relevant derived attributes for update...16:51:10.582 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s35ms
16:51:10.617 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s35ms
16:51:10.617 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
16:51:10.617 [pool-225-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:10.618 [pool-225-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:10.618 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
16:51:10.618 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
16:51:10.618 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:51:10.618 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
16:51:10.619 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:51:10.619 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:51:10.619 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:10.619 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:10.619 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
16:51:10.619 [pool-225-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:10.620 [pool-225-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:10.620 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
16:51:10.620 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
16:51:10.620 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:51:10.620 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
16:51:10.621 [pool-225-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:51:10.621 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:51:10.621 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:10.621 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:10.621 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:51:10.621 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:51:10.621 [pool-225-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:51:12.737 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
16:51:12.969 [pool-225-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
16:51:12.969 [pool-225-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.348s
attempting to resolve any uninitialized derived attributes...
16:51:12.969 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:51:12.969 [pool-225-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:51:12.970 [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...
16:51:12.970 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s349ms [proxy update]
16:51:12.970 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:51:12.970 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
validating file UPDATED for /root.model
sync metrics:
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~5s
validating changes...
validating file UPDATED for /subfolder/child.model
validating file UPDATED for /subfolder/subfolder/grandchild.model
changed resource size: 9
relevant graph size: 9
validated changes... true
16:51:12.972 [pool-225-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 562 ms
16:51:12.973 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:51:12.973 [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
16:51:12.974 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:12.974 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:51:13.902 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:51:13.905 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:51:15.780 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:51:15.781 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:15.781 [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
16:51:15.781 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:51:15.781 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:51:15.781 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:51:15.781 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:51:15.783 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:51:15.784 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:51:15.784 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
16:51:15.784 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:51:15.784 [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
16:51:15.785 [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
16:51:15.787 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:51:15.787 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:51:15.873 [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
16:51:15.898 [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
16:51:15.898 [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
16:51:15.898 [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
16:51:15.898 [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
16:51:15.899 [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
16:51:15.899 [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
16:51:15.899 [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
16:51:15.900 [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
16:51:15.900 [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
16:51:15.900 [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
16:51:15.900 [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
16:51:15.900 [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
16:51:15.900 [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[]
16:51:15.900 [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
16:51:15.900 [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
16:51:15.900 [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
16:51:15.901 [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
16:51:15.901 [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
16:51:15.901 [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
16:51:15.901 [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
16:51:15.901 [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
16:51:15.901 [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
16:51:15.901 [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
16:51:15.901 [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
16:51:15.901 [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
16:51:15.901 [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
16:51:15.901 [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
16:51:15.902 [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
16:51:15.902 [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
16:51:15.902 [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
16:51:15.902 [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
16:51:15.902 [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
16:51:15.902 [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
16:51:15.980 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
16:51:15.980 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:51:16.143 [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
16:51:16.144 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:16.144 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:51:16.145 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:51:16.148 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:51:16.148 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:51:17.507 [pool-232-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4443241921527653408/test_listFiles[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:51:17.511 [pool-232-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:51:18.070 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
16:51:18.382 [pool-232-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:18.383 [pool-232-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:18.383 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
16:51:19.050 [pool-232-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4443241921527653408/test_listFiles[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:51:19.057 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
16:51:19.057 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:51:19.057 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
16:51:19.058 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:51:19.058 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
1s547ms [pure insertion]
marking any relevant derived attributes for update...16:51:19.058 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s34ms
16:51:19.092 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s34ms
16:51:19.093 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
16:51:19.093 [pool-232-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:19.093 [pool-232-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:19.093 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
16:51:19.094 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
16:51:19.094 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:51:19.094 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
16:51:19.094 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:51:19.094 [pool-232-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...16:51:19.094 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:19.094 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:19.095 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
16:51:19.095 [pool-232-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:19.095 [pool-232-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:19.095 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
16:51:19.096 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
16:51:19.096 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:51:19.096 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
16:51:19.096 [pool-232-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:51:19.096 [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...16:51:19.096 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:19.096 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:19.096 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:51:19.096 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:51:19.096 [pool-232-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:51:21.198 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
16:51:21.470 [pool-232-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
16:51:21.470 [pool-232-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.374s
attempting to resolve any uninitialized derived attributes...
16:51:21.470 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:51:21.470 [pool-232-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:51:21.471 [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...
16:51:21.471 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s375ms [proxy update]
16:51:21.471 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:51:21.471 [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 /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
16:51:21.473 [pool-232-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 329 ms
16:51:21.474 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:51:21.474 [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
16:51:21.475 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:21.475 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:51:22.345 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:51:22.348 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:51:23.872 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:51:23.874 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:23.874 [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
16:51:23.874 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:51:23.874 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:51:23.874 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:51:23.874 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:51:23.875 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:51:23.875 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:51:23.875 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
16:51:23.876 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:51:23.876 [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
16:51:23.877 [pool-239-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
16:51:23.879 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:51:23.879 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:51:23.949 [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
16:51:23.974 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
16:51:23.974 [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
16:51:23.974 [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[]
16:51:23.974 [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
16:51:23.974 [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
16:51:23.974 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
16:51:23.974 [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
16:51:23.974 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
16:51:23.975 [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
16:51:23.975 [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
16:51:23.976 [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
16:51:23.976 [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
16:51:23.976 [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
16:51:23.976 [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
16:51:23.976 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:23.977 [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
16:51:24.039 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
16:51:24.039 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:51:24.185 [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
16:51:24.186 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:24.186 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:51:24.188 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:51:24.190 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:51:24.190 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:51:25.699 [pool-239-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7412809734812381048/test_instanceCounts[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:51:25.704 [pool-239-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:51:26.194 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
16:51:26.516 [pool-239-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:26.517 [pool-239-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:26.517 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
16:51:27.117 [pool-239-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7412809734812381048/test_instanceCounts[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:51:27.124 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
16:51:27.124 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:51:27.124 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
16:51:27.125 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:51:27.125 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
1s421ms [pure insertion]
marking any relevant derived attributes for update...16:51:27.125 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s18ms
16:51:27.143 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s18ms
16:51:27.144 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
16:51:27.144 [pool-239-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:27.144 [pool-239-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:27.144 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
16:51:27.144 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
16:51:27.145 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:51:27.145 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
16:51:27.145 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:51:27.145 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:51:27.145 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:27.145 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:27.146 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
16:51:27.146 [pool-239-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:27.146 [pool-239-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:27.146 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
16:51:27.146 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
16:51:27.147 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:51:27.147 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
16:51:27.147 [pool-239-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:51:27.147 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:51:27.147 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:27.147 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:27.147 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:51:27.147 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:51:27.147 [pool-239-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:51:29.080 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
16:51:29.279 [pool-239-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
16:51:29.280 [pool-239-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.133s
attempting to resolve any uninitialized derived attributes...
16:51:29.280 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:51:29.280 [pool-239-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:51:29.280 [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...
16:51:29.280 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s133ms [proxy update]
16:51:29.280 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:51:29.280 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	3
deleted		0
changed		3
validating file UPDATED for /subfolder/child.model
loaded		3
c elems		9
d elems		0
time		~5s
validating changes...
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
16:51:29.282 [pool-239-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 96 ms
16:51:29.284 [pool-239-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
16:51:29.285 [pool-239-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7412809734812381048/test_instanceCounts[Neo4j]/db
16:51:29.286 [pool-239-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
16:51:29.286 [pool-239-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7412809734812381048/test_instanceCounts[Neo4j]/db
16:51:29.287 [pool-239-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
16:51:29.287 [pool-239-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7412809734812381048/test_instanceCounts[Neo4j]/db
16:51:29.288 [pool-239-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
16:51:29.288 [pool-239-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7412809734812381048/test_instanceCounts[Neo4j]/db
16:51:29.288 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:51:29.288 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
16:51:29.289 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:29.289 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:51:30.037 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:51:30.041 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:51:32.064 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:51:32.065 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:32.065 [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
16:51:32.065 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:51:32.065 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:51:32.066 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:51:32.066 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:51:32.067 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:51:32.067 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:51:32.067 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
16:51:32.067 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:51:32.068 [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
16:51:32.068 [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
16:51:32.070 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:51:32.070 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:51:32.149 [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
16:51:32.150 [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
16:51:32.150 [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
16:51:32.150 [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
16:51:32.150 [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
16:51:32.150 [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
16:51:32.150 [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
16:51:32.150 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
16:51:32.150 [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
16:51:32.150 [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
16:51:32.150 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
16:51:32.150 [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
16:51:32.150 [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
16:51:32.150 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
16:51:32.150 [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
16:51:32.150 [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
16:51:32.151 [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
16:51:32.151 [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
16:51:32.151 [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
16:51:32.151 [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
16:51:32.151 [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
16:51:32.151 [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
16:51:32.151 [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
16:51:32.151 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
16:51:32.151 [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
16:51:32.152 [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
16:51:32.152 [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
16:51:32.152 [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
16:51:32.152 [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[]
16:51:32.152 [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
16:51:32.153 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
16:51:32.153 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
16:51:32.153 [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
16:51:32.191 [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
16:51:32.281 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
16:51:32.281 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:51:32.418 [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
16:51:32.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:32.420 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:51:32.421 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:51:32.424 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:51:32.424 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:51:34.175 [pool-246-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9022818470761758508/test_reverseRefs[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:51:34.180 [pool-246-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:51:34.901 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
16:51:35.339 [pool-246-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:35.339 [pool-246-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:35.339 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
16:51:36.133 [pool-246-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9022818470761758508/test_reverseRefs[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:51:36.140 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
16:51:36.140 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:51:36.140 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
16:51:36.141 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:51:36.141 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
1s961ms [pure insertion]
marking any relevant derived attributes for update...16:51:36.141 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s51ms
16:51:36.192 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s51ms
16:51:36.193 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
16:51:36.193 [pool-246-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:36.194 [pool-246-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:36.194 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
16:51:36.194 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
16:51:36.194 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:51:36.194 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
16:51:36.194 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:51:36.194 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:51:36.194 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:36.194 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:36.195 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
16:51:36.195 [pool-246-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:36.196 [pool-246-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:36.196 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
16:51:36.196 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
16:51:36.196 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:51:36.196 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
16:51:36.196 [pool-246-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:51:36.196 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:51:36.196 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:36.196 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:36.196 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:51:36.196 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:51:36.197 [pool-246-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:51:38.163 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
16:51:38.396 [pool-246-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
16:51:38.396 [pool-246-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.199s
attempting to resolve any uninitialized derived attributes...
16:51:38.396 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:51:38.396 [pool-246-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:51:38.397 [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...
16:51:38.397 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s201ms [proxy update]
16:51:38.397 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:51:38.397 [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
16:51:38.398 [pool-246-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 978 ms
16:51:38.402 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
16:51:38.402 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9022818470761758508/test_reverseRefs[Neo4j]/db
16:51:38.403 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
16:51:38.403 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9022818470761758508/test_reverseRefs[Neo4j]/db
16:51:38.405 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
16:51:38.405 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9022818470761758508/test_reverseRefs[Neo4j]/db
16:51:38.406 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
16:51:38.406 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9022818470761758508/test_reverseRefs[Neo4j]/db
16:51:38.407 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
16:51:38.407 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9022818470761758508/test_reverseRefs[Neo4j]/db
16:51:38.408 [pool-246-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
16:51:38.408 [pool-246-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9022818470761758508/test_reverseRefs[Neo4j]/db
16:51:38.409 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:51:38.409 [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
16:51:38.410 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:38.410 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:51:39.295 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:51:39.299 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:51:41.422 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:51:41.423 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:41.423 [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
16:51:41.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:51:41.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:51:41.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:51:41.423 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:51:41.424 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:51:41.425 [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!
16:51:41.425 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
16:51:41.425 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:51:41.425 [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
16:51:41.425 [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
16:51:41.428 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:51:41.428 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:51:41.531 [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
16:51:41.533 [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
16:51:41.533 [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
16:51:41.533 [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
16:51:41.533 [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
16:51:41.533 [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
16:51:41.534 [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
16:51:41.534 [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
16:51:41.534 [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
16:51:41.534 [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
16:51:41.534 [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
16:51:41.534 [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
16:51:41.534 [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
16:51:41.534 [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
16:51:41.534 [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
16:51:41.536 [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
16:51:41.536 [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[]
16:51:41.536 [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
16:51:41.536 [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
16:51:41.536 [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
16:51:41.536 [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
16:51:41.536 [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
16:51:41.537 [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
16:51:41.537 [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
16:51:41.537 [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
16:51:41.537 [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
16:51:41.537 [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
16:51:41.537 [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
16:51:41.537 [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
16:51:41.537 [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
16:51:41.537 [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
16:51:41.537 [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
16:51:41.537 [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
16:51:41.574 [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
16:51:41.680 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
16:51:41.680 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:51:41.818 [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
16:51:41.819 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:41.819 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:51:41.820 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:51:41.823 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:51:41.823 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:51:43.474 [pool-253-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1994220124582389110/test_forwardRefs[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:51:43.479 [pool-253-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:51:44.195 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
16:51:44.499 [pool-253-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:44.500 [pool-253-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:44.500 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
16:51:45.241 [pool-253-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1994220124582389110/test_forwardRefs[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:51:45.248 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
16:51:45.249 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:51:45.249 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
16:51:45.249 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
16:51:45.249 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
1s770ms [pure insertion]
marking any relevant derived attributes for update...16:51:45.249 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s27ms
16:51:45.276 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s27ms
16:51:45.276 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
16:51:45.276 [pool-253-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:45.277 [pool-253-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:45.277 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
16:51:45.277 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
16:51:45.277 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:51:45.277 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
16:51:45.277 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:51:45.277 [pool-253-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...16:51:45.278 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:51:45.278 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:51:45.278 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
16:51:45.278 [pool-253-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:45.279 [pool-253-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:45.279 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
16:51:45.279 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
16:51:45.279 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:51:45.279 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
16:51:45.279 [pool-253-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:51:45.279 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:51:45.279 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:45.279 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:45.279 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:51:45.279 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:51:45.279 [pool-253-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:51:47.290 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
16:51:47.529 [pool-253-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
16:51:47.529 [pool-253-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.25s
attempting to resolve any uninitialized derived attributes...
16:51:47.529 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:51:47.529 [pool-253-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:51:47.529 [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...
16:51:47.530 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s251ms [proxy update]
16:51:47.530 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:51:47.530 [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 /subfolder/subfolder/grandchild.model
validating file UPDATED for /subfolder/child.model
validating file UPDATED for /root.model
changed resource size: 9
relevant graph size: 9
validated changes... true
16:51:47.531 [pool-253-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 712 ms
16:51:47.535 [pool-253-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
16:51:47.535 [pool-253-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1994220124582389110/test_forwardRefs[Neo4j]/db
16:51:47.536 [pool-253-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
16:51:47.536 [pool-253-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1994220124582389110/test_forwardRefs[Neo4j]/db
16:51:47.538 [pool-253-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
16:51:47.538 [pool-253-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1994220124582389110/test_forwardRefs[Neo4j]/db
16:51:47.538 [pool-253-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
16:51:47.538 [pool-253-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1994220124582389110/test_forwardRefs[Neo4j]/db
16:51:47.540 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:51:47.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
16:51:47.541 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:47.541 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:51:48.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:51:48.424 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:51:50.306 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:51:50.307 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:50.307 [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
16:51:50.307 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:51:50.307 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:51:50.307 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:51:50.307 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:51:50.309 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:51:50.309 [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!
16:51:50.309 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:51:50.309 [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
16:51:50.310 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
16:51:50.311 [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
16:51:50.325 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:51:50.325 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:51:50.399 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
16:51:50.400 [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
16:51:50.400 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
16:51:50.433 [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
16:51:50.433 [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
16:51:50.433 [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
16:51:50.433 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
16:51:50.433 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
16:51:50.435 [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
16:51:50.435 [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
16:51:50.436 [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
16:51:50.438 [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
16:51:50.466 [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
16:51:50.466 [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
16:51:50.466 [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
16:51:50.467 [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
16:51:50.468 [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
16:51:50.468 [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
16:51:50.468 [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[]
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.469 [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
16:51:50.470 [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
16:51:50.470 [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
16:51:50.470 [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
16:51:50.470 [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
16:51:50.470 [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
16:51:50.589 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
16:51:50.589 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:51:50.726 [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
16:51:50.727 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:50.728 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:51:50.736 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:51:50.737 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:51:50.737 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:51:52.308 [pool-260-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3757128510058459368/test_allContents[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:51:52.344 [pool-260-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:51:53.015 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
16:51:53.310 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:53.310 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:53.310 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
16:51:53.985 [pool-260-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3757128510058459368/test_allContents[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:51:53.992 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
16:51:54.407 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
16:51:54.407 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
16:51:54.501 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
16:51:54.501 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
2s157ms [pure insertion]
marking any relevant derived attributes for update...16:51:54.501 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s83ms
16:51:54.584 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s83ms
16:51:54.584 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:51:54.584 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:51:54.584 [pool-260-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:51:56.382 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:51:56.382 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.798s
attempting to resolve any uninitialized derived attributes...
16:51:56.382 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:51:56.382 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:51:56.383 [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...
16:51:56.383 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s799ms [proxy update]
16:51:56.383 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:51:56.383 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
validating file UPDATED for /set0.xmi
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
16:51:57.006 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 278 ms
16:51:57.207 [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
16:51:57.209 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:51:57.209 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:51:57.221 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:51:57.224 [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/
16:51:57.225 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:51:57.225 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:51:58.063 [pool-260-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3757128510058459368/test_allContents[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:51:58.075 [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...
16:51:58.077 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:58.077 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:58.077 [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...
16:51:58.078 [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
16:51:58.082 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:51:58.082 [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
16:51:58.082 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:51:58.082 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...16:51:58.082 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:51:58.083 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:51:58.090 [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...
16:51:58.090 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:58.091 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:58.091 [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...
16:51:58.092 [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
16:51:58.095 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:51:58.095 [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
16:51:58.096 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:51:58.096 [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...16:51:58.096 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:58.096 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:58.103 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
16:51:58.103 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:58.103 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:58.103 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
16:51:58.104 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
16:51:58.105 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:51:58.105 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
16:51:58.105 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:51:58.105 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:51:58.105 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:58.105 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:58.111 [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...
16:51:58.112 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:58.112 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:58.112 [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...
16:51:58.112 [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
16:51:58.113 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:51:58.113 [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
16:51:58.113 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:51:58.113 [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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:51:58.113 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:58.113 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:58.120 [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...
16:51:58.120 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:58.120 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:58.120 [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...
16:51:58.121 [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
16:51:58.121 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:51:58.121 [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
16:51:58.121 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:51:58.121 [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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:51:58.121 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:58.121 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:58.188 [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...
16:51:58.188 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:58.188 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:58.188 [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...
16:51:58.189 [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
16:51:58.189 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:51:58.189 [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
16:51:58.189 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:51:58.189 [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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:51:58.189 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:58.189 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:58.198 [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...
16:51:58.198 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:58.199 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:58.199 [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...
16:51:58.199 [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
16:51:58.392 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
16:51:58.392 [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
16:51:58.399 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
16:51:58.399 [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.
0s201ms [pure insertion]
marking any relevant derived attributes for update...16:51:58.399 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:58.399 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:58.411 [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...
16:51:58.411 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:58.412 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:58.412 [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...
16:51:58.412 [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
16:51:58.704 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
16:51:58.704 [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
16:51:58.784 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
16:51:58.784 [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.
0s373ms [pure insertion]
marking any relevant derived attributes for update...16:51:58.784 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:58.784 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:58.790 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
16:51:58.790 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:58.791 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:58.791 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
16:51:58.791 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
16:51:58.792 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
16:51:58.792 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
16:51:58.792 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:51:58.792 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:51:58.792 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:58.792 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:58.807 [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...
16:51:58.807 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:58.808 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:58.808 [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...
16:51:58.809 [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
16:51:59.111 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
16:51:59.111 [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
16:51:59.199 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
16:51:59.199 [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.
0s392ms [pure insertion]
marking any relevant derived attributes for update...16:51:59.199 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:59.199 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:59.205 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
16:51:59.205 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:51:59.207 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:51:59.207 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
16:51:59.207 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
16:51:59.207 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:51:59.207 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
16:51:59.207 [pool-260-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:51:59.207 [pool-260-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...16:51:59.207 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:51:59.207 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:51:59.207 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:51:59.207 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:51:59.207 [pool-260-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:52:00.933 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
16:52:01.776 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
16:52:01.776 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.569s
attempting to resolve any uninitialized derived attributes...
16:52:01.776 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:52:01.776 [pool-260-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:52:01.777 [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...
16:52:01.777 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s570ms [proxy update]
16:52:01.777 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:52:01.777 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~4s
validating changes...
validating file UPDATED for /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_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.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 /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
16:52:02.044 [pool-260-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 835 ms
16:52:02.045 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3757128510058459368/test_allContents[Neo4j]/db
16:52:02.053 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3757128510058459368/test_allContents[Neo4j]/db
16:52:02.089 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3757128510058459368/test_allContents[Neo4j]/db
16:52:02.090 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3757128510058459368/test_allContents[Neo4j]/db
16:52:02.094 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3757128510058459368/test_allContents[Neo4j]/db
16:52:02.286 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3757128510058459368/test_allContents[Neo4j]/db
16:52:02.287 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3757128510058459368/test_allContents[Neo4j]/db
16:52:02.288 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:52:02.288 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
16:52:02.289 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:52:02.289 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:52:03.134 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:52:03.138 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:52:05.752 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:52:05.753 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:52:05.753 [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
16:52:05.753 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:52:05.753 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:52:05.753 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:52:05.753 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:52:05.755 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:52:05.755 [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!
16:52:05.755 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:52:05.756 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
16:52:05.756 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:52:05.756 [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
16:52:05.814 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:52:05.814 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:52:05.970 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
16:52:05.971 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
16:52:05.972 [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
16:52:06.013 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
16:52:06.013 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
16:52:06.014 [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
16:52:06.016 [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
16:52:06.018 [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
16:52:06.018 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
16:52:06.055 [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
16:52:06.055 [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
16:52:06.055 [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
16:52:06.055 [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
16:52:06.055 [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
16:52:06.055 [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
16:52:06.056 [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
16:52:06.056 [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
16:52:06.056 [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
16:52:06.056 [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
16:52:06.057 [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
16:52:06.057 [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
16:52:06.057 [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
16:52:06.057 [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
16:52:06.057 [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
16:52:06.057 [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
16:52:06.057 [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
16:52:06.057 [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
16:52:06.058 [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
16:52:06.058 [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
16:52:06.058 [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
16:52:06.058 [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
16:52:06.058 [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
16:52:06.058 [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
16:52:06.058 [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[]
16:52:06.058 [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
16:52:06.058 [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
16:52:06.058 [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
16:52:06.058 [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
16:52:06.059 [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
16:52:06.059 [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
16:52:06.059 [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
16:52:06.059 [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
16:52:06.096 [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
16:52:06.096 [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
16:52:06.096 [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
16:52:06.228 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
16:52:06.228 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:52:06.365 [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
16:52:06.366 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:52:06.366 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:52:06.383 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:52:06.384 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:52:06.384 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:52:08.089 [pool-267-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4528053503297091488/test_subtreeTraversalScoping[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:52:08.116 [pool-267-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:52:08.817 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
16:52:09.097 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:09.098 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:09.098 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
16:52:09.814 [pool-267-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4528053503297091488/test_subtreeTraversalScoping[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:52:09.822 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
16:52:10.051 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
16:52:10.051 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
16:52:10.110 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
16:52:10.110 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
1s994ms [pure insertion]
marking any relevant derived attributes for update...16:52:10.110 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s55ms
16:52:10.165 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s55ms
16:52:10.165 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:52:10.165 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:52:10.165 [pool-267-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:52:12.017 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:52:12.017 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.852s
attempting to resolve any uninitialized derived attributes...
16:52:12.017 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:52:12.017 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:52:12.018 [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...
16:52:12.018 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s853ms [proxy update]
16:52:12.018 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:52:12.018 [pool-267-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
16:52:12.284 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 918 ms
16:52:12.437 [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
16:52:12.438 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:52:12.438 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:52:12.451 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:52:12.454 [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/
16:52:12.455 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:52:12.455 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:52:13.259 [pool-267-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit4528053503297091488/test_subtreeTraversalScoping[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:52:13.270 [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...
16:52:13.272 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:13.272 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:13.272 [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...
16:52:13.272 [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
16:52:13.276 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:52:13.276 [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
16:52:13.276 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:13.276 [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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...16:52:13.276 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:13.276 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:13.284 [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...
16:52:13.285 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:13.285 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:13.285 [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...
16:52:13.285 [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
16:52:13.402 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
16:52:13.402 [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
16:52:13.408 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
16:52:13.408 [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.
0s124ms [pure insertion]
marking any relevant derived attributes for update...16:52:13.408 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:13.408 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:13.413 [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...
16:52:13.413 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:13.414 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:13.414 [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...
16:52:13.414 [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
16:52:13.414 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:52:13.414 [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
16:52:13.415 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:13.415 [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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:52:13.415 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:13.415 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:13.420 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
16:52:13.420 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:13.421 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:13.421 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
16:52:13.421 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
16:52:13.423 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:52:13.423 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
16:52:13.423 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:13.423 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s3ms [pure insertion]
marking any relevant derived attributes for update...16:52:13.423 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:13.424 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:13.429 [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...
16:52:13.429 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:13.429 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:13.429 [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...
16:52:13.430 [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
16:52:13.430 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:52:13.430 [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
16:52:13.430 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:13.430 [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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:52:13.430 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:13.430 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:13.489 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
16:52:13.489 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:13.490 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:13.490 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
16:52:13.490 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
16:52:13.490 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:52:13.490 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
16:52:13.490 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:13.490 [pool-267-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...16:52:13.490 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:13.490 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:13.495 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
16:52:13.495 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:13.496 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:13.496 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
16:52:13.496 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
16:52:13.497 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
16:52:13.497 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
16:52:13.498 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:13.498 [pool-267-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...16:52:13.498 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:13.498 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:13.510 [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...
16:52:13.510 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:13.512 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:13.512 [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...
16:52:13.512 [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
16:52:13.752 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
16:52:13.752 [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
16:52:13.810 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
16:52:13.810 [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.
0s300ms [pure insertion]
marking any relevant derived attributes for update...16:52:13.810 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:13.810 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:13.816 [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...
16:52:13.816 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:13.817 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:13.817 [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...
16:52:13.817 [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
16:52:13.819 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:52:13.819 [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
16:52:13.819 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:52:13.819 [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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...16:52:13.819 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:13.819 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:13.891 [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...
16:52:13.891 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:13.892 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:13.892 [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...
16:52:13.892 [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
16:52:14.099 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
16:52:14.099 [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
16:52:14.122 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
16:52:14.122 [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.
0s231ms [pure insertion]
marking any relevant derived attributes for update...16:52:14.122 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:14.122 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:14.187 [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...
16:52:14.187 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:14.188 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:14.188 [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...
16:52:14.189 [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
16:52:14.189 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:52:14.189 [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
16:52:14.189 [pool-267-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:14.189 [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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:52:14.189 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:14.189 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:14.189 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:52:14.189 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:52:14.189 [pool-267-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:52:16.186 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
16:52:16.954 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
16:52:16.954 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.765s
attempting to resolve any uninitialized derived attributes...
16:52:16.954 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:52:16.954 [pool-267-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:52:16.955 [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...
16:52:16.955 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s766ms [proxy update]
16:52:16.955 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:52:16.955 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggd elems		0
time		~4s
able/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.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.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.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
changed resource size: 5353
relevant graph size: 5353
validated changes... true
16:52:17.211 [pool-267-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 773 ms
16:52:17.211 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
16:52:17.211 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4528053503297091488/test_subtreeTraversalScoping[Neo4j]/db
16:52:17.215 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
16:52:17.215 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4528053503297091488/test_subtreeTraversalScoping[Neo4j]/db
16:52:17.217 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:52:17.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/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: file:///home/jenkins/agent/workspace/Hawk_Neo4j_support_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
16:52:17.218 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:52:17.218 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:52:18.246 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:52:18.250 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:52:20.357 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:52:20.358 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:52:20.358 [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
16:52:20.358 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:52:20.358 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:52:20.358 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:52:20.358 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:52:20.360 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:52:20.360 [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!
16:52:20.360 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:52:20.361 [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
16:52:20.361 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:52:20.361 [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
16:52:20.375 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:52:20.375 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:52:20.466 [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
16:52:20.467 [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
16:52:20.467 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
16:52:20.467 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
16:52:20.471 [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
16:52:20.471 [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
16:52:20.501 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
16:52:20.502 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
16:52:20.503 [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
16:52:20.534 [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
16:52:20.534 [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
16:52:20.534 [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
16:52:20.534 [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
16:52:20.534 [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
16:52:20.534 [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
16:52:20.535 [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
16:52:20.535 [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
16:52:20.535 [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
16:52:20.535 [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
16:52:20.535 [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
16:52:20.535 [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
16:52:20.535 [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
16:52:20.535 [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
16:52:20.535 [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
16:52:20.535 [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
16:52:20.535 [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
16:52:20.536 [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
16:52:20.536 [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
16:52:20.536 [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
16:52:20.536 [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
16:52:20.536 [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
16:52:20.537 [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[]
16:52:20.537 [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
16:52:20.537 [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
16:52:20.537 [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
16:52:20.537 [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
16:52:20.537 [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
16:52:20.537 [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
16:52:20.538 [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
16:52:20.538 [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
16:52:20.538 [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
16:52:20.538 [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
16:52:20.568 [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
16:52:20.568 [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
16:52:20.568 [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
16:52:20.699 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
16:52:20.699 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:52:20.853 [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
16:52:20.854 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:52:20.854 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:52:20.862 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:52:20.864 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:52:20.864 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:52:22.934 [pool-274-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6877924548396505363/test_getAllOf[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:52:22.960 [pool-274-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:52:23.660 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
16:52:23.951 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:23.952 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:23.952 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
16:52:24.701 [pool-274-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6877924548396505363/test_getAllOf[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:52:24.708 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
16:52:24.955 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
16:52:24.955 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
16:52:25.015 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
16:52:25.015 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
2s55ms [pure insertion]
marking any relevant derived attributes for update...16:52:25.015 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s62ms
16:52:25.077 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s62ms
16:52:25.077 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:52:25.077 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:52:25.077 [pool-274-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:52:27.045 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:52:27.045 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.968s
attempting to resolve any uninitialized derived attributes...
16:52:27.045 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:52:27.045 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:52:27.046 [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...
16:52:27.046 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s969ms [proxy update]
16:52:27.046 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:52:27.046 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
validating file UPDATED for /set0.xmi
interesting	1
deleted		0
changed		1
loaded		1
c elems		5353
d elems		0
time		~6s
validating changes...
changed resource size: 5353
relevant graph size: 5353
validated changes... true
16:52:27.321 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 467 ms
16:52:27.491 [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
16:52:27.492 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:52:27.492 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:52:27.503 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:52:27.507 [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/
16:52:27.507 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:52:27.507 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:52:28.254 [pool-274-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6877924548396505363/test_getAllOf[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:52:28.264 [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...
16:52:28.266 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:28.266 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:28.266 [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...
16:52:28.267 [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
16:52:28.268 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:52:28.268 [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
16:52:28.268 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:28.268 [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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...16:52:28.268 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:52:28.269 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:52:28.281 [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...
16:52:28.281 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:28.281 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:28.281 [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...
16:52:28.281 [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
16:52:28.512 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
16:52:28.512 [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
16:52:28.540 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
16:52:28.540 [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.
0s259ms [pure insertion]
marking any relevant derived attributes for update...16:52:28.540 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:28.540 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:28.545 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
16:52:28.545 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:28.546 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:28.546 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
16:52:28.546 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
16:52:28.583 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:52:28.583 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
16:52:28.583 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:28.583 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s38ms [pure insertion]
marking any relevant derived attributes for update...16:52:28.583 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:28.583 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:28.587 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
16:52:28.588 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:28.588 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:28.588 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
16:52:28.588 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
16:52:28.589 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:52:28.589 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
16:52:28.589 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:28.589 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:52:28.589 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:28.589 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:28.593 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
16:52:28.594 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:28.594 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:28.594 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
16:52:28.594 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
16:52:28.595 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
16:52:28.595 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
16:52:28.595 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:28.595 [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...16:52:28.595 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:28.595 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:28.599 [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...
16:52:28.599 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:28.600 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:28.600 [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...
16:52:28.600 [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
16:52:28.600 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:52:28.600 [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
16:52:28.600 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:28.601 [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...16:52:28.601 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:28.601 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:28.605 [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...
16:52:28.605 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:28.606 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:28.606 [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...
16:52:28.606 [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
16:52:28.606 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:52:28.606 [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
16:52:28.606 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:28.606 [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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:52:28.606 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:28.606 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:28.610 [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...
16:52:28.610 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:28.611 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:28.611 [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...
16:52:28.611 [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
16:52:28.611 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:52:28.611 [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
16:52:28.612 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:28.612 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:52:28.612 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:28.612 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:28.618 [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...
16:52:28.618 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:28.618 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:28.618 [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...
16:52:28.619 [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
16:52:28.698 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
16:52:28.698 [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
16:52:28.704 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
16:52:28.704 [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.
0s86ms [pure insertion]
marking any relevant derived attributes for update...16:52:28.704 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:28.704 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:28.713 [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...
16:52:28.713 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:28.715 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:28.715 [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...
16:52:28.715 [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
16:52:28.848 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
16:52:28.848 [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
16:52:28.897 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
16:52:28.897 [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.
0s184ms [pure insertion]
marking any relevant derived attributes for update...16:52:28.897 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:28.897 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:28.902 [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...
16:52:28.902 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:28.903 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:28.903 [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...
16:52:28.903 [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
16:52:28.904 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:52:28.904 [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
16:52:28.904 [pool-274-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:52:28.904 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:52:28.904 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:28.904 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:28.904 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:52:28.904 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:52:28.904 [pool-274-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:52:30.938 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
16:52:31.750 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
16:52:31.750 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.846s
attempting to resolve any uninitialized derived attributes...
16:52:31.750 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:52:31.750 [pool-274-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:52:31.751 [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...
16:52:31.751 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s847ms [proxy update]
16:52:31.751 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:52:31.751 [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/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /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/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
16:52:32.025 [pool-274-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 533 ms
16:52:32.025 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6877924548396505363/test_getAllOf[Neo4j]/db
16:52:32.087 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6877924548396505363/test_getAllOf[Neo4j]/db
16:52:32.099 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6877924548396505363/test_getAllOf[Neo4j]/db
16:52:32.101 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6877924548396505363/test_getAllOf[Neo4j]/db
16:52:32.229 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6877924548396505363/test_getAllOf[Neo4j]/db
16:52:32.229 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType...
16:52:32.231 [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);
16:52:32.333 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType
16:52:32.334 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
16:52:32.387 [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)
16:52:32.387 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.054s
16:52:32.387 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType.
16:52:32.485 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:52:32.485 [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
16:52:32.487 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:52:32.487 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:52:34.368 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:52:34.372 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:52:36.569 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:52:36.570 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:52:36.570 [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
16:52:36.570 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:52:36.570 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:52:36.571 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:52:36.571 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:52:36.572 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:52:36.572 [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!
16:52:36.572 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:52:36.573 [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
16:52:36.573 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:52:36.573 [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
16:52:36.587 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:52:36.587 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:52:36.687 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
16:52:36.687 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
16:52:36.693 [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
16:52:36.693 [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
16:52:36.694 [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
16:52:36.696 [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
16:52:36.730 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
16:52:36.731 [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
16:52:36.732 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
16:52:36.783 [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
16:52:36.783 [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
16:52:36.783 [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
16:52:36.783 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
16:52:36.783 [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
16:52:36.783 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
16:52:36.783 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
16:52:36.783 [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
16:52:36.784 [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
16:52:36.784 [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
16:52:36.784 [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
16:52:36.784 [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
16:52:36.784 [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
16:52:36.784 [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
16:52:36.784 [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
16:52:36.784 [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
16:52:36.784 [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
16:52:36.784 [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
16:52:36.784 [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
16:52:36.784 [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
16:52:36.785 [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
16:52:36.785 [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
16:52:36.785 [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
16:52:36.785 [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
16:52:36.785 [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[]
16:52:36.785 [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
16:52:36.785 [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
16:52:36.786 [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
16:52:36.786 [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
16:52:36.786 [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
16:52:36.786 [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
16:52:36.786 [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
16:52:36.786 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
16:52:36.786 [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
16:52:36.786 [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
16:52:36.787 [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
16:52:36.928 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
16:52:36.928 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:52:37.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/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
16:52:37.091 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:52:37.091 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:52:37.101 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:52:37.102 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:52:37.102 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:52:39.155 [pool-282-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9037234877975082734/test_getFiles[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:52:39.183 [pool-282-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:52:39.891 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
16:52:40.172 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:40.172 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:40.172 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
16:52:40.897 [pool-282-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9037234877975082734/test_getFiles[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:52:40.905 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
16:52:41.133 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
16:52:41.133 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
16:52:41.196 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
16:52:41.197 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
2s14ms [pure insertion]
marking any relevant derived attributes for update...16:52:41.197 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s43ms
16:52:41.240 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s43ms
16:52:41.240 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:52:41.240 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:52:41.240 [pool-282-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:52:43.142 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:52:43.142 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.902s
attempting to resolve any uninitialized derived attributes...
16:52:43.142 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:52:43.142 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:52:43.143 [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...
16:52:43.143 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s903ms [proxy update]
16:52:43.143 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:52:43.143 [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		~6s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
16:52:43.398 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 306 ms
16:52:43.569 [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
16:52:43.570 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:52:43.570 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:52:43.582 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:52:43.585 [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/
16:52:43.586 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:52:43.586 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:52:44.325 [pool-282-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9037234877975082734/test_getFiles[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:52:44.335 [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...
16:52:44.337 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:44.337 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:44.337 [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...
16:52:44.338 [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
16:52:44.339 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:52:44.339 [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
16:52:44.339 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:44.339 [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...16:52:44.339 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:44.339 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:44.344 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
16:52:44.344 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:44.345 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:44.345 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
16:52:44.345 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
16:52:44.346 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:52:44.346 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
16:52:44.346 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:44.346 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:52:44.346 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:44.346 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:44.350 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
16:52:44.350 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:44.351 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:44.351 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
16:52:44.351 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
16:52:44.351 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:52:44.351 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
16:52:44.351 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:44.351 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:52:44.351 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:44.351 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:44.355 [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...
16:52:44.356 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:44.357 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:44.357 [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...
16:52:44.357 [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
16:52:44.358 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:52:44.358 [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
16:52:44.358 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:52:44.358 [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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...16:52:44.358 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:44.358 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:44.363 [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...
16:52:44.363 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:44.363 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:44.363 [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...
16:52:44.363 [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
16:52:44.364 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:52:44.364 [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
16:52:44.364 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:44.364 [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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:52:44.364 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:44.364 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:44.368 [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...
16:52:44.368 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:44.369 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:44.369 [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...
16:52:44.369 [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
16:52:44.369 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:52:44.369 [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
16:52:44.369 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:44.369 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:52:44.369 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:44.369 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:44.373 [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...
16:52:44.374 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:44.374 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:44.374 [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...
16:52:44.374 [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
16:52:44.375 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:52:44.375 [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
16:52:44.375 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:44.375 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...16:52:44.375 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:44.375 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:44.384 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
16:52:44.384 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:44.385 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:44.385 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
16:52:44.385 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
16:52:44.386 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
16:52:44.386 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
16:52:44.386 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:44.386 [pool-282-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...16:52:44.386 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:44.386 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:44.397 [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...
16:52:44.397 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:44.398 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:44.398 [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...
16:52:44.398 [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
16:52:44.648 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
16:52:44.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.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
16:52:44.700 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
16:52:44.700 [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.
0s303ms [pure insertion]
marking any relevant derived attributes for update...16:52:44.700 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:52:44.701 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:52:44.710 [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...
16:52:44.710 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:44.711 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:44.711 [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...
16:52:44.711 [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
16:52:44.830 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
16:52:44.830 [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
16:52:44.851 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
16:52:44.851 [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.
0s141ms [pure insertion]
marking any relevant derived attributes for update...16:52:44.851 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:44.851 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:44.888 [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...
16:52:44.889 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:44.890 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:44.890 [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...
16:52:44.890 [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
16:52:44.915 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
16:52:44.915 [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
16:52:44.921 [pool-282-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
16:52:44.921 [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.
0s33ms [pure insertion]
marking any relevant derived attributes for update...16:52:44.921 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:44.921 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:44.921 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:52:44.921 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:52:44.921 [pool-282-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:52:46.768 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
16:52:47.564 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
16:52:47.564 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.643s
attempting to resolve any uninitialized derived attributes...
16:52:47.564 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:52:47.564 [pool-282-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:52:47.565 [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...
16:52:47.565 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s644ms [proxy update]
16:52:47.565 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:52:47.566 [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
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_oc elems		5353
rg.eclipse.jdt.xmi
d elems		0
time		~3s
validating changes...
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
16:52:47.901 [pool-282-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 331 ms
16:52:47.901 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9037234877975082734/test_getFiles[Neo4j]/db
16:52:47.902 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9037234877975082734/test_getFiles[Neo4j]/db
16:52:47.904 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:52:47.904 [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
16:52:47.905 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:52:47.905 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:52:48.889 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:52:48.892 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:52:50.433 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:52:50.434 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:52:50.434 [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
16:52:50.434 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:52:50.434 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:52:50.434 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:52:50.434 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:52:50.435 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:52:50.435 [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!
16:52:50.435 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:52:50.436 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
16:52:50.436 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:52:50.436 [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
16:52:50.450 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:52:50.450 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:52:50.517 [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
16:52:50.517 [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
16:52:50.517 [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
16:52:50.518 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
16:52:50.518 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
16:52:50.519 [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
16:52:50.520 [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
16:52:50.522 [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
16:52:50.523 [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
16:52:50.543 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
16:52:50.544 [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
16:52:50.545 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
16:52:50.568 [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
16:52:50.569 [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
16:52:50.569 [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
16:52:50.569 [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
16:52:50.569 [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
16:52:50.569 [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
16:52:50.569 [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
16:52:50.569 [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
16:52:50.569 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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
16:52:50.570 [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[]
16:52:50.571 [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
16:52:50.571 [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
16:52:50.675 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
16:52:50.675 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:52:50.812 [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
16:52:50.813 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:52:50.813 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:52:50.822 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:52:50.826 [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/
16:52:50.826 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:52:50.826 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:52:52.452 [pool-289-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit832452875829355638/test_getAllOfCountsSubtypes[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:52:52.460 [pool-289-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:52:53.004 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
16:52:53.269 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:53.269 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:53.269 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
16:52:53.878 [pool-289-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit832452875829355638/test_getAllOfCountsSubtypes[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:52:53.885 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
16:52:53.886 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:52:53.886 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
16:52:53.886 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:53.886 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
1s426ms [pure insertion]
marking any relevant derived attributes for update...16:52:53.886 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s35ms
16:52:53.921 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s35ms
16:52:53.932 [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...
16:52:53.932 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:53.932 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:53.932 [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...
16:52:53.933 [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
16:52:54.125 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
16:52:54.125 [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
16:52:54.183 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
16:52:54.183 [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.
0s251ms [pure insertion]
marking any relevant derived attributes for update...16:52:54.183 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:54.183 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:54.187 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
16:52:54.187 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:54.188 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:54.188 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
16:52:54.188 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
16:52:54.188 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
16:52:54.188 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
16:52:54.188 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:54.188 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:52:54.188 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:54.188 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:54.194 [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...
16:52:54.194 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:54.195 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:54.195 [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...
16:52:54.195 [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
16:52:54.217 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
16:52:54.217 [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
16:52:54.223 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
16:52:54.223 [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.
0s29ms [pure insertion]
marking any relevant derived attributes for update...16:52:54.223 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:54.223 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:54.232 [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...
16:52:54.232 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:54.233 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:54.233 [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...
16:52:54.282 [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
16:52:54.387 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
16:52:54.387 [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
16:52:54.410 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
16:52:54.410 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi.
0s178ms [pure insertion]
marking any relevant derived attributes for update...16:52:54.410 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:54.410 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:54.414 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
16:52:54.414 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:54.414 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:54.415 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
16:52:54.415 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
16:52:54.415 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
16:52:54.415 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
16:52:54.415 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:54.415 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:52:54.415 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:54.415 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:54.419 [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...
16:52:54.419 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:54.420 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:54.420 [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...
16:52:54.420 [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
16:52:54.420 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:52:54.420 [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
16:52:54.420 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:54.420 [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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:52:54.420 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:54.420 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:54.424 [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...
16:52:54.424 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:54.425 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:54.425 [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...
16:52:54.425 [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
16:52:54.425 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:52:54.425 [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
16:52:54.425 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:54.425 [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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:52:54.425 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:54.425 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:54.429 [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...
16:52:54.429 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:54.430 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:54.430 [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...
16:52:54.430 [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
16:52:54.431 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
16:52:54.431 [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
16:52:54.431 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
16:52:54.431 [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...16:52:54.431 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:54.431 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:54.435 [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...
16:52:54.435 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:54.436 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:54.436 [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...
16:52:54.436 [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
16:52:54.436 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:52:54.436 [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
16:52:54.436 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:54.436 [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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...16:52:54.436 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:54.436 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:54.440 [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...
16:52:54.440 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:52:54.483 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:52:54.483 [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...
16:52:54.484 [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
16:52:54.484 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
16:52:54.484 [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
16:52:54.484 [pool-289-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:52:54.484 [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.
0s44ms [pure insertion]
marking any relevant derived attributes for update...16:52:54.484 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:52:54.484 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:52:54.484 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:52:54.484 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:52:54.484 [pool-289-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:52:56.216 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
16:52:57.033 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
16:52:57.033 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.549s
attempting to resolve any uninitialized derived attributes...
16:52:57.033 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:52:57.033 [pool-289-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:52:57.033 [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...
16:52:57.033 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s550ms [proxy update]
16:52:57.034 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:52:57.034 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~6s
validating changes...
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
16:52:57.298 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 485 ms
16:52:57.298 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit832452875829355638/test_getAllOfCountsSubtypes[Neo4j]/db
changed resource size: 5353
relevant graph size: 5353
validated changes... true
16:52:57.301 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot...
16:52:57.302 [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);
16:52:57.391 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot
16:52:57.392 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
16:52:57.394 [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)
16:52:57.394 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.003s
16:52:57.394 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot.
16:52:57.487 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit832452875829355638/test_getAllOfCountsSubtypes[Neo4j]/db
16:52:57.487 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot...
16:52:57.487 [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);
16:52:57.557 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot
16:52:57.558 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
16:52:57.559 [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)
16:52:57.559 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.002s
16:52:57.559 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot.
16:52:57.662 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:52:57.665 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
16:52:57.665 [pool-289-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms
16:52:57.666 [pool-289-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit832452875829355638/test_getAllOfCountsSubtypes[Neo4j]/db
16:52:57.667 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:52:57.667 [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
16:52:57.668 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:52:57.668 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:52:59.585 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:52:59.589 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:53:01.112 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:53:01.113 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:01.113 [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
16:53:01.113 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:01.113 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:01.113 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:53:01.113 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:53:01.115 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:53:01.115 [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!
16:53:01.115 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:01.116 [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
16:53:01.116 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:53:01.117 [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
16:53:01.118 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:01.118 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53: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::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
16:53: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::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
16:53: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::ELongObject will be handled as its instance type java.lang.Long
16:53: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::ELong will be handled as its instance type java.lang.Long
16:53: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::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
16:53:01.189 [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
16:53:01.189 [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
16:53:01.189 [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
16:53: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::EDate will be handled as its instance type java.util.Date
16:53: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
16:53: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::EDouble will be handled as its instance type java.lang.Double
16:53: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
16:53: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::ECharacterObject will be handled as its instance type java.lang.Character
16:53: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::EBigDecimal will be handled as its instance type java.math.BigDecimal
16:53: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
16:53: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
16:53: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::EFloat will be handled as its instance type java.lang.Float
16:53: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::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
16:53: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::EInt will be handled as its instance type java.lang.Integer
16:53: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::EChar will be handled as its instance type char
16:53: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::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
16:53: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::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
16:53: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::EJavaClass will be handled as its instance type java.lang.Class
16:53: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::EBigInteger will be handled as its instance type java.math.BigInteger
16:53: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::EShortObject will be handled as its instance type java.lang.Short
16:53: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::EBoolean will be handled as its instance type java.lang.Boolean
16:53: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::EByteArray will be handled as its instance type byte[]
16:53: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::EByteObject will be handled as its instance type java.lang.Byte
16:53: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::EJavaObject will be handled as its instance type java.lang.Object
16:53: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
16:53: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::EIntegerObject will be handled as its instance type java.lang.Integer
16:53: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::EShort will be handled as its instance type short
16:53: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::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
16:53:01.246 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
16:53:01.246 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:01.246 [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
16:53:01.248 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:01.248 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.321 [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
16:53:01.322 [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
16:53:01.322 [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[]
16:53:01.322 [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
16:53:01.322 [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
16:53:01.322 [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
16:53:01.322 [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
16:53:01.322 [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
16:53:01.322 [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
16:53:01.322 [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
16:53:01.323 [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
16:53:01.323 [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[]
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.323 [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
16:53:01.371 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
16:53:01.371 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:01.371 [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
16:53:01.372 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:01.372 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:01.430 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
16:53:01.463 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
16:53:01.463 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:01.608 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit8850283176207648261/:org.eclipse.hawk.localfolder.LocalFolder:false
16:53:01.609 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:01.609 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:01.610 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:53:01.611 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:53:01.611 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:53:03.365 [pool-298-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8102557613598058536/test_addChild[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:03.370 [pool-298-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:04.194 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
16:53:04.458 [pool-298-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:53:04.459 [pool-298-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:53:04.459 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
16:53:05.067 [pool-298-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8102557613598058536/test_addChild[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:05.074 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
16:53:05.074 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
16:53:05.074 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
16:53:05.075 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:53:05.075 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
1s705ms [pure insertion]
marking any relevant derived attributes for update...16:53:05.075 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s43ms
16:53:05.118 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s43ms
16:53:05.118 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:53:05.118 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:53:05.118 [pool-298-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:06.886 [pool-298-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:53:06.886 [pool-298-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.768s
attempting to resolve any uninitialized derived attributes...
16:53:06.886 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:53:06.886 [pool-298-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:53:06.887 [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...
16:53:06.887 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s769ms [proxy update]
16:53:06.887 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:53:06.887 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~5s
validating file UPDATED for /tree.model
validating changes...
changed resource size: 2
relevant graph size: 2
validated changes... true
16:53:06.890 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 281 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/add-child.model over /tmp/junit8850283176207648261/tree.model
16:53:06.890 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:06.891 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:53:06.892 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:53:06.892 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:53:07.502 [pool-298-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8102557613598058536/test_addChild[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:07.507 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
16:53:07.509 [pool-298-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:53:07.509 [pool-298-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:08.020 [pool-298-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
16:53:08.021 [pool-298-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
16:53:08.021 [pool-298-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
16:53:08.021 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model...
16:53:08.022 [pool-298-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model
16:53:08.023 [pool-298-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.001s
16:53:09.062 [pool-298-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit8102557613598058536/test_addChild[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:09.068 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
16:53:09.068 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
16:53:09.068 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
16:53:09.068 [pool-298-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
16:53:09.068 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model.
1s561ms [pure insertion]
marking any relevant derived attributes for update...16:53:09.068 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:53:09.069 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:53:09.069 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:53:09.069 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:53:09.069 [pool-298-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:10.469 [pool-298-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:53:10.469 [pool-298-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.4s
attempting to resolve any uninitialized derived attributes...
16:53:10.469 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:53:10.469 [pool-298-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:53:10.470 [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...
16:53:10.470 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s401ms [proxy update]
16:53:10.470 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:53:10.470 [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		~3s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 3
relevant graph size: 3
validated changes... true
16:53:10.473 [pool-298-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 583 ms
16:53:10.474 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:53:10.474 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit8850283176207648261/:org.eclipse.hawk.localfolder.LocalFolder:false
16:53:10.475 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:10.475 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:53:11.164 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:53:11.167 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:53:13.158 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:53:13.159 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:13.159 [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
16:53:13.159 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:13.159 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:13.159 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:53:13.159 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:53:13.160 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:53:13.161 [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!
16:53:13.161 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:13.161 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
16:53:13.162 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
16:53:13.162 [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
16:53:13.163 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:13.163 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:13.249 [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
16:53:13.251 [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
16:53:13.251 [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
16:53:13.251 [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
16:53:13.251 [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
16:53:13.251 [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
16:53:13.251 [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
16:53:13.251 [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
16:53:13.251 [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
16:53:13.251 [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
16:53:13.251 [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
16:53:13.251 [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
16:53:13.251 [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
16:53:13.251 [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
16:53:13.251 [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
16:53:13.251 [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
16:53:13.252 [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
16:53:13.252 [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
16:53:13.252 [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
16:53:13.252 [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[]
16:53:13.252 [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
16:53:13.252 [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
16:53:13.252 [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
16:53:13.252 [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
16:53:13.252 [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
16:53:13.253 [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
16:53:13.253 [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
16:53:13.253 [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
16:53:13.253 [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
16:53:13.253 [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
16:53:13.253 [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
16:53:13.253 [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
16:53:13.253 [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
16:53:13.324 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
16:53:13.324 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:13.324 [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
16:53:13.325 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:13.325 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:13.399 [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
16:53:13.400 [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
16:53:13.400 [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
16:53:13.400 [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
16:53:13.400 [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[]
16:53:13.400 [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
16:53:13.400 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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[]
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.401 [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
16:53:13.457 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
16:53:13.457 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:13.457 [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
16:53:13.458 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:13.458 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:13.525 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
16:53:13.574 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
16:53:13.574 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:13.712 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit4459805923002314531/:org.eclipse.hawk.localfolder.LocalFolder:false
16:53:13.713 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:13.713 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:13.713 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:53:13.713 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:53:13.713 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:53:15.668 [pool-305-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7451809847581895371/test_addModel[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:15.673 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:53:15.673 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:53:15.673 [pool-305-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:16.745 [pool-305-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:53:16.745 [pool-305-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.072s
attempting to resolve any uninitialized derived attributes...
16:53:16.745 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:53:16.745 [pool-305-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:53:16.820 [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...
16:53:16.820 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s221ms [proxy update]
16:53:16.894 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:53:16.894 [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		~3s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
16:53:16.894 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 181 ms
16:53:16.894 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:16.895 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:53:16.896 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:53:16.896 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:53:17.728 [pool-305-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7451809847581895371/test_addModel[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:17.732 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
16:53:17.813 [pool-305-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:53:17.813 [pool-305-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:53:17.813 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
16:53:17.813 [pool-305-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
16:53:17.814 [pool-305-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
16:53:17.814 [pool-305-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
16:53:17.814 [pool-305-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:53:17.814 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s82ms [pure insertion]
marking any relevant derived attributes for update...16:53:17.814 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:53:17.815 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:53:17.815 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:53:17.815 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:53:17.815 [pool-305-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:19.594 [pool-305-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:53:19.594 [pool-305-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.779s
attempting to resolve any uninitialized derived attributes...
16:53:19.594 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:53:19.594 [pool-305-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:53:19.594 [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...
16:53:19.594 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s779ms [proxy update]
16:53:19.594 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:53:19.594 [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
16:53:19.597 [pool-305-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 703 ms
16:53:19.598 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:53:19.598 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit4459805923002314531/:org.eclipse.hawk.localfolder.LocalFolder:false
16:53:19.599 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:19.599 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:53:20.405 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:53:20.409 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:53:22.774 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:53:22.775 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:22.775 [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
16:53:22.775 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:22.775 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:22.775 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:53:22.775 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:53:22.777 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:53:22.777 [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!
16:53:22.777 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:22.777 [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
16:53:22.778 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
16:53:22.778 [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
16:53:22.779 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:22.779 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:22.875 [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
16:53:22.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
16:53:22.875 [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
16:53:22.876 [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
16:53:22.876 [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
16:53:22.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
16:53:22.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
16:53:22.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
16:53:22.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
16:53:22.876 [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
16:53:22.877 [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
16:53:22.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
16:53:22.877 [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
16:53:22.877 [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
16:53:22.877 [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
16:53:22.877 [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
16:53:22.877 [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
16:53:22.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
16:53:22.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
16:53:22.877 [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
16:53:22.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
16:53:22.877 [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
16:53:22.877 [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
16:53:22.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
16:53:22.877 [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
16:53:22.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
16:53:22.877 [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
16:53:22.877 [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
16:53:22.877 [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
16:53:22.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[]
16:53:22.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
16:53:22.877 [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
16:53:22.877 [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
16:53:22.941 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
16:53:22.941 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:22.941 [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
16:53:22.942 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:22.942 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:23.016 [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
16:53:23.016 [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
16:53:23.016 [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
16:53:23.016 [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
16:53:23.016 [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
16:53:23.016 [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
16:53:23.016 [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[]
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.017 [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
16:53:23.018 [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
16:53:23.018 [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
16:53:23.018 [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
16:53:23.018 [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
16:53:23.018 [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
16:53:23.018 [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
16:53:23.018 [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
16:53:23.018 [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[]
16:53:23.018 [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
16:53:23.018 [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
16:53:23.018 [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
16:53:23.018 [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
16:53:23.018 [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
16:53:23.018 [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
16:53:23.018 [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
16:53:23.018 [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
16:53:23.018 [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
16:53:23.018 [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
16:53:23.018 [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
16:53:23.018 [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
16:53:23.074 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
16:53:23.074 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:23.074 [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
16:53:23.075 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:23.075 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:23.158 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
16:53:23.208 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
16:53:23.208 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:23.345 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit191090251230807820/:org.eclipse.hawk.localfolder.LocalFolder:false
16:53:23.346 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:23.346 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:23.347 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:53:23.348 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:53:23.348 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:53:25.286 [pool-311-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7928002114722278897/test_renameRoot[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:25.291 [pool-311-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:26.195 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
16:53:26.503 [pool-311-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:53:26.503 [pool-311-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:53:26.503 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
16:53:27.211 [pool-311-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7928002114722278897/test_renameRoot[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:27.218 [pool-311-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
16:53:27.218 [pool-311-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
16:53:27.218 [pool-311-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
16:53:27.219 [pool-311-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:53:27.219 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
1s928ms [pure insertion]
marking any relevant derived attributes for update...16:53:27.219 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s43ms
16:53:27.262 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s43ms
16:53:27.262 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:53:27.262 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:53:27.262 [pool-311-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:29.079 [pool-311-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:53:29.079 [pool-311-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.817s
attempting to resolve any uninitialized derived attributes...
16:53:29.079 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:53:29.079 [pool-311-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:53:29.080 [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...
16:53:29.080 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s818ms [proxy update]
16:53:29.080 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:53:29.080 [pool-311-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		~5s
validating changes...
changed resource size: 2
relevant graph size: 2
validated changes... true
16:53:29.083 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 737 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-root.model over /tmp/junit191090251230807820/tree.model
16:53:29.083 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:29.083 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:53:29.084 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:53:29.084 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:53:29.939 [pool-311-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7928002114722278897/test_renameRoot[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:29.944 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
16:53:29.945 [pool-311-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:53:29.945 [pool-311-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:30.672 [pool-311-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
16:53:30.672 [pool-311-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
16:53:30.672 [pool-311-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
16:53:30.672 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model...
16:53:30.672 [pool-311-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
16:53:30.766 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model.
0s822ms [pure insertion]
marking any relevant derived attributes for update...16:53:30.766 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:53:30.766 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:53:30.766 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:53:30.766 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:53:30.766 [pool-311-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:53:30.766 [pool-311-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
16:53:30.766 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:53:30.766 [pool-311-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:53:30.767 [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...
16:53:30.767 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
16:53:30.767 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
16:53:30.767 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
c elems		1
d elems		0
validating file UPDATED for /tree.model
time		~1s
validating changes...
changed resource size: 2
relevant graph size: 2
validated changes... true
16:53:30.768 [pool-311-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 685 ms
16:53:30.769 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:53:30.769 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit191090251230807820/:org.eclipse.hawk.localfolder.LocalFolder:false
16:53:30.771 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:30.771 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:53:31.873 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:53:31.877 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:53:33.660 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:53:33.661 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:33.661 [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
16:53:33.661 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:33.661 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:33.661 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:53:33.661 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:53:33.664 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:53:33.664 [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!
16:53:33.664 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:33.665 [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
16:53:33.665 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:53:33.666 [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
16:53:33.668 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:33.668 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:33.753 [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
16:53:33.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
16:53:33.753 [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
16:53:33.753 [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
16:53:33.753 [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
16:53:33.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
16:53:33.753 [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
16:53:33.753 [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
16:53:33.753 [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
16:53:33.753 [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
16:53:33.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
16:53:33.753 [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
16:53:33.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
16:53:33.754 [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
16:53:33.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
16:53:33.754 [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
16:53:33.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
16:53:33.754 [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
16:53:33.754 [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
16:53:33.754 [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
16:53:33.754 [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
16:53:33.754 [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
16:53:33.754 [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
16:53:33.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
16:53:33.754 [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
16:53:33.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
16:53:33.754 [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
16:53:33.755 [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[]
16:53:33.755 [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
16:53:33.755 [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
16:53:33.755 [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
16:53:33.755 [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
16:53:33.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
16:53:33.810 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
16:53:33.810 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:33.810 [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
16:53:33.811 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:33.811 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:33.894 [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
16:53:33.894 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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[]
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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
16:53:33.895 [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[]
16:53:33.943 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
16:53:33.944 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:33.944 [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
16:53:33.944 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:33.944 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:34.011 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
16:53:34.060 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
16:53:34.060 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:34.197 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit5614504827982100388/:org.eclipse.hawk.localfolder.LocalFolder:false
16:53:34.198 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:34.198 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:34.199 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:53:34.200 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:53:34.200 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:53:35.954 [pool-318-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1943921712477370498/test_eContainer[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:35.959 [pool-318-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:36.747 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
16:53:37.039 [pool-318-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:53:37.039 [pool-318-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:53:37.039 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
16:53:37.822 [pool-318-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1943921712477370498/test_eContainer[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:37.829 [pool-318-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
16:53:37.830 [pool-318-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
16:53:37.830 [pool-318-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
16:53:37.830 [pool-318-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:53:37.830 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
1s871ms [pure insertion]
marking any relevant derived attributes for update...16:53:37.830 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s35ms
16:53:37.865 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s35ms
16:53:37.865 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:53:37.865 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:53:37.865 [pool-318-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:39.531 [pool-318-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:53:39.531 [pool-318-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.666s
attempting to resolve any uninitialized derived attributes...
16:53:39.531 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:53:39.531 [pool-318-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:53:39.531 [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...
16:53:39.531 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s666ms [proxy update]
16:53:39.531 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:53:39.531 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
validating file UPDATED for /tree.model
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~5s
validating changes...
changed resource size: 2
relevant graph size: 2
16:53:39.534 [pool-318-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 336 ms
validated changes... true
property: eContainer not found in metamodel for type: Tree
16:53:39.538 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:53:39.538 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit5614504827982100388/:org.eclipse.hawk.localfolder.LocalFolder:false
16:53:39.539 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:39.539 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:53:40.301 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:53:40.304 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:53:42.070 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:53:42.071 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:42.071 [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
16:53:42.071 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:42.071 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:42.071 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:53:42.071 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:53:42.072 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:53:42.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!
16:53:42.073 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:42.073 [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
16:53:42.073 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:53:42.074 [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
16:53:42.075 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:42.075 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:42.162 [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
16:53:42.163 [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
16:53:42.163 [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
16:53:42.163 [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
16:53:42.163 [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
16:53:42.163 [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
16:53:42.163 [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
16:53:42.163 [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
16:53:42.163 [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
16:53:42.163 [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
16:53:42.163 [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
16:53:42.164 [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[]
16:53:42.164 [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
16:53:42.164 [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
16:53:42.165 [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
16:53:42.165 [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
16:53:42.165 [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
16:53:42.165 [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
16:53:42.165 [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
16:53:42.165 [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
16:53:42.165 [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
16:53:42.165 [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
16:53:42.165 [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
16:53:42.165 [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
16:53:42.165 [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
16:53:42.165 [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
16:53:42.165 [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
16:53:42.165 [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
16:53:42.165 [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
16:53:42.166 [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
16:53:42.166 [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
16:53:42.166 [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
16:53:42.166 [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
16:53:42.228 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
16:53:42.228 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:42.228 [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
16:53:42.229 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:42.229 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:42.303 [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
16:53:42.303 [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
16:53:42.303 [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
16:53:42.303 [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
16:53:42.303 [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
16:53:42.303 [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
16:53:42.303 [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
16:53:42.303 [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
16:53:42.303 [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
16:53:42.303 [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
16:53:42.303 [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
16:53:42.303 [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
16:53:42.303 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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[]
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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
16:53:42.304 [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[]
16:53:42.304 [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
16:53:42.304 [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
16:53:42.305 [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
16:53:42.305 [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
16:53:42.305 [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
16:53:42.305 [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
16:53:42.305 [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
16:53:42.305 [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
16:53:42.305 [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
16:53:42.305 [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
16:53:42.305 [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
16:53:42.305 [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
16:53:42.305 [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
16:53:42.305 [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
16:53:42.305 [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
16:53:42.305 [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
16:53:42.305 [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
16:53:42.305 [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
16:53:42.305 [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
16:53:42.353 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
16:53:42.353 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:42.353 [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
16:53:42.354 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:42.354 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:42.429 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
16:53:42.478 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
16:53:42.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:42.607 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit4307737114749142796/:org.eclipse.hawk.localfolder.LocalFolder:false
16:53:42.608 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:42.608 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:42.609 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:53:42.610 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:53:42.610 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:53:44.364 [pool-325-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5081473302909011889/test_removeChild[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:44.369 [pool-325-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:45.145 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
16:53:45.441 [pool-325-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:53:45.441 [pool-325-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:53:45.441 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
16:53:46.149 [pool-325-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5081473302909011889/test_removeChild[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:46.156 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
16:53:46.156 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
16:53:46.156 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
16:53:46.157 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:53:46.157 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
1s788ms [pure insertion]
marking any relevant derived attributes for update...16:53:46.157 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s43ms
16:53:46.200 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s43ms
16:53:46.200 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:53:46.200 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:53:46.200 [pool-325-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:47.913 [pool-325-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:53:47.913 [pool-325-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.713s
attempting to resolve any uninitialized derived attributes...
16:53:47.913 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:53:47.913 [pool-325-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:53:47.914 [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...
16:53:47.914 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s714ms [proxy update]
16:53:47.914 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:53:47.914 [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		~5s
validating file UPDATED for /tree.model
validating changes...
changed resource size: 2
relevant graph size: 2
validated changes... true
16:53:47.917 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 309 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/remove-child.model over /tmp/junit4307737114749142796/tree.model
16:53:47.917 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:47.917 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:53:47.918 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:53:47.918 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:53:48.710 [pool-325-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5081473302909011889/test_removeChild[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:48.715 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
16:53:48.717 [pool-325-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:53:48.717 [pool-325-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:49.347 [pool-325-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
16:53:49.347 [pool-325-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0
16:53:49.347 [pool-325-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
16:53:49.347 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model...
16:53:49.348 [pool-325-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model
16:53:49.349 [pool-325-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.001s
16:53:50.519 [pool-325-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit5081473302909011889/test_removeChild[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:50.525 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
16:53:50.526 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
16:53:50.526 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
16:53:50.526 [pool-325-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
16:53:50.526 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model.
1s811ms [pure insertion]
marking any relevant derived attributes for update...16:53:50.526 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:53:50.526 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:53:50.526 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:53:50.526 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:53:50.526 [pool-325-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:51.921 [pool-325-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:53:51.921 [pool-325-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.395s
attempting to resolve any uninitialized derived attributes...
16:53:51.921 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:53:51.921 [pool-325-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:53:51.922 [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...
16:53:51.922 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s396ms [proxy update]
16:53:51.922 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:53:51.922 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	1
validating file UPDATED for /tree.model
deleted		0
changed		1
loaded		1
c elems		1
d elems		2
time		~4s
validating changes...
changed resource size: 1
relevant graph size: 1
validated changes... true
16:53:51.925 [pool-325-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 8 ms
16:53:51.926 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:53:51.926 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit4307737114749142796/:org.eclipse.hawk.localfolder.LocalFolder:false
16:53:51.927 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:51.927 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:53:52.739 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:53:52.743 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:53:54.283 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:53:54.284 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:54.284 [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
16:53:54.284 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:54.284 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:54.284 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:53:54.284 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:53:54.285 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:53:54.286 [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!
16:53:54.286 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:54.286 [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
16:53:54.286 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:53:54.287 [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
16:53:54.288 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:54.288 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:54.366 [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
16:53:54.366 [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
16:53:54.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
16:53:54.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
16:53:54.368 [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
16:53:54.368 [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
16:53:54.368 [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
16:53:54.368 [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
16:53:54.368 [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
16:53:54.368 [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
16:53:54.369 [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
16:53:54.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
16:53:54.369 [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
16:53:54.369 [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
16:53:54.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
16:53:54.369 [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
16:53:54.369 [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
16:53:54.369 [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
16:53:54.369 [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
16:53:54.369 [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
16:53:54.369 [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[]
16:53:54.370 [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
16:53:54.370 [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
16:53:54.370 [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
16:53:54.370 [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
16:53:54.370 [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
16:53:54.370 [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
16:53:54.370 [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
16:53:54.370 [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
16:53:54.370 [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
16:53:54.370 [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
16:53:54.370 [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
16:53:54.370 [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
16:53:54.433 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
16:53:54.433 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:54.433 [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
16:53:54.434 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:54.434 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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[]
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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[]
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.517 [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
16:53:54.518 [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
16:53:54.518 [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
16:53:54.518 [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
16:53:54.518 [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
16:53:54.518 [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
16:53:54.518 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.519 [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
16:53:54.558 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
16:53:54.558 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:54.558 [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
16:53:54.559 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:53:54.559 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:53:54.627 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
16:53:54.658 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
16:53:54.658 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:53:54.796 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit8394636998870646819/:org.eclipse.hawk.localfolder.LocalFolder:false
16:53:54.797 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:53:54.797 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:54.797 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:53:54.799 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:53:54.799 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:53:56.603 [pool-332-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7568965714679025886/test_renameChild[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:56.608 [pool-332-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:57.385 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
16:53:57.611 [pool-332-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:53:57.612 [pool-332-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:53:57.612 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
16:53:58.204 [pool-332-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7568965714679025886/test_renameChild[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:53:58.210 [pool-332-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
16:53:58.211 [pool-332-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
16:53:58.211 [pool-332-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
16:53:58.211 [pool-332-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
16:53:58.211 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
1s603ms [pure insertion]
marking any relevant derived attributes for update...16:53:58.211 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s52ms
16:53:58.263 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s52ms
16:53:58.263 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:53:58.263 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:53:58.263 [pool-332-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:53:59.861 [pool-332-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:53:59.861 [pool-332-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.598s
attempting to resolve any uninitialized derived attributes...
16:53:59.861 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:53:59.861 [pool-332-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:53:59.862 [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...
16:53:59.862 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s599ms [proxy update]
16:53:59.862 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:53:59.862 [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		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
16:53:59.865 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 68 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-child.model over /tmp/junit8394636998870646819/tree.model
16:53:59.865 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:53:59.866 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:53:59.867 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:53:59.867 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:54:00.557 [pool-332-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit7568965714679025886/test_renameChild[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:54:00.562 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
16:54:00.565 [pool-332-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:00.565 [pool-332-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:54:01.184 [pool-332-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
16:54:01.184 [pool-332-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
16:54:01.185 [pool-332-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
16:54:01.185 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model...
16:54:01.185 [pool-332-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
16:54:01.292 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model.
0s730ms [pure insertion]
marking any relevant derived attributes for update...16:54:01.292 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:54:01.292 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:54:01.292 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:54:01.292 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:54:01.292 [pool-332-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
16:54:01.292 [pool-332-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
16:54:01.293 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:54:01.293 [pool-332-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:54:01.293 [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...
16:54:01.293 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
16:54:01.293 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:54:01.293 [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
16:54:01.294 [pool-332-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 429 ms
16:54:01.296 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:54:01.296 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit8394636998870646819/:org.eclipse.hawk.localfolder.LocalFolder:false
16:54:01.297 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:54:01.297 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:54:01.999 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:54:02.003 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:54:04.557 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:54:04.558 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:54:04.558 [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
16:54:04.808 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:54:04.808 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:54:05.028 [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
16:54:05.028 [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
16:54:05.028 [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
16:54:05.030 [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
16:54:05.030 [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
16:54:05.061 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
16:54:05.061 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
16:54:05.061 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
16:54:05.061 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
16:54:05.061 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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[]
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.061 [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
16:54:05.062 [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
16:54:05.062 [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
16:54:05.062 [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
16:54:05.062 [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
16:54:05.062 [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
16:54:05.062 [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[]
16:54:05.062 [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
16:54:05.062 [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
16:54:05.062 [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
16:54:05.062 [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
16:54:05.062 [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
16:54:05.062 [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
16:54:05.062 [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
16:54:05.094 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:54:05.094 [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
16:54:05.094 [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
16:54:05.094 [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
16:54:05.094 [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
16:54:05.127 [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
16:54:05.127 [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
16:54:05.127 [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
16:54:05.127 [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
16:54:05.128 [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
16:54:05.161 [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
16:54:05.161 [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
16:54:05.161 [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
16:54:05.161 [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
16:54:05.161 [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
16:54:05.194 [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
16:54:05.194 [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
16:54:05.227 [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
16:54:05.227 [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
16:54:05.228 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
16:54:05.233 [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
16:54:05.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
16:54:05.336 [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
16:54:05.339 [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
16:54:05.340 [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
16:54:05.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/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
16:54:05.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/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
16:54:05.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/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
16:54:05.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/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
16:54:05.357 [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
16:54:05.357 [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
16:54:05.383 [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
16:54:05.488 [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
16:54:05.488 [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
16:54:05.489 [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
16:54:05.489 [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
16:54:05.489 [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
16:54:05.545 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:54:05.545 [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
16:54:05.545 [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
16:54:05.546 [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
16:54:05.584 [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
16:54:05.584 [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
16:54:05.827 [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
16:54:05.862 [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
16:54:05.862 [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
16:54:05.894 [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
16:54:05.895 [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
16:54:05.895 [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
16:54:05.895 [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
16:54:05.896 [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[]
16:54:05.896 [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
16:54:05.896 [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
16:54:05.896 [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
16:54:05.896 [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
16:54:05.896 [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
16:54:05.896 [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
16:54:05.896 [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
16:54:05.896 [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
16:54:05.896 [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
16:54:05.896 [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
16:54:05.896 [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
16:54:05.896 [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
16:54:05.897 [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
16:54:05.897 [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
16:54:05.897 [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
16:54:05.897 [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
16:54:05.897 [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
16:54:05.897 [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
16:54:05.897 [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
16:54:05.898 [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
16:54:05.898 [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
16:54:05.898 [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
16:54:05.898 [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
16:54:05.898 [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
16:54:05.898 [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
16:54:05.898 [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
16:54:05.899 [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
16:54:05.900 [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
16:54:06.227 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
16:54:06.227 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:54:06.236 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:54:06.236 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:54:06.236 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:54:06.236 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:54:06.236 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:54:06.285 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
16:54:06.286 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:54:06.286 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:54:06.286 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:54:06.290 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:54:06.290 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:54:09.056 [pool-339-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9127287762534068886/test_upgradeModelProfileVersion[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:54:09.079 [pool-339-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:54:09.798 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
16:54:10.114 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:10.115 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:54:10.115 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
16:54:10.898 [pool-339-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9127287762534068886/test_upgradeModelProfileVersion[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:54:10.907 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
16:54:10.931 [pool-339-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind
16:54:11.087 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
16:54:11.087 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
16:54:11.089 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
16:54:11.089 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
2s10ms [pure insertion]
marking any relevant derived attributes for update...16:54:11.089 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s51ms
16:54:11.140 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s51ms
16:54:11.142 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
16:54:11.142 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:11.143 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:54:11.143 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
16:54:11.143 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
16:54:11.198 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
16:54:11.198 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
16:54:11.199 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
16:54:11.199 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s57ms [pure insertion]
marking any relevant derived attributes for update...16:54:11.199 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:54:11.199 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:54:11.201 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
16:54:11.201 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:11.202 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:54:11.202 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
16:54:11.202 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
16:54:11.310 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
16:54:11.310 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
16:54:11.317 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
16:54:11.317 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s116ms [pure insertion]
marking any relevant derived attributes for update...16:54:11.317 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:54:11.317 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:54:11.319 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
16:54:11.319 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:11.383 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:54:11.383 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
16:54:11.383 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
16:54:11.513 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
16:54:11.513 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
16:54:11.516 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
16:54:11.516 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s197ms [pure insertion]
marking any relevant derived attributes for update...16:54:11.516 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:54:11.516 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:54:11.517 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:54:11.517 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:54:11.517 [pool-339-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:54:13.526 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
16:54:13.527 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs
16:54:13.527 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.01s
attempting to resolve any uninitialized derived attributes...
16:54:13.527 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:54:13.527 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:54:13.527 [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...
16:54:13.527 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s10ms [proxy update]
16:54:13.527 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:54:13.528 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:54:13.528 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 242 ms
16:54:13.528 [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
16:54:13.529 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:54:13.530 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:54:13.642 [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
16:54:13.643 [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
16:54:13.676 [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
16:54:13.676 [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
16:54:13.710 [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
16:54:13.743 [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
16:54:13.776 [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
16:54:13.777 [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
16:54:13.975 [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)
16:54:13.976 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:54:14.129 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit1087122583080152622/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
16:54:14.130 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:54:14.130 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:54:14.130 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:54:14.131 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:54:14.131 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:54:15.569 [pool-339-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9127287762534068886/test_upgradeModelProfileVersion[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:54:15.575 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:54:15.575 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:54:15.575 [pool-339-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:54:16.508 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
16:54:16.509 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs
16:54:16.509 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.934s
attempting to resolve any uninitialized derived attributes...
16:54:16.509 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:54:16.509 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:54:16.510 [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...
16:54:16.510 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s935ms [proxy update]
16:54:16.510 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:54:16.511 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:54:16.511 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:54:16.511 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:54:17.295 [pool-339-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9127287762534068886/test_upgradeModelProfileVersion[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:54:17.303 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
16:54:17.306 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:17.306 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:54:17.306 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
16:54:17.306 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
16:54:17.483 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
16:54:17.483 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
16:54:17.484 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
16:54:17.484 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s181ms [pure insertion]
marking any relevant derived attributes for update...16:54:17.484 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:54:17.485 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:54:17.485 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:54:17.485 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:54:17.485 [pool-339-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:54:19.633 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
16:54:19.634 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 24 proxy ref lists left after resolving 0 refs
16:54:19.634 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.149s
attempting to resolve any uninitialized derived attributes...
16:54:19.634 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:54:19.634 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:54:19.634 [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...
16:54:19.634 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s149ms [proxy update]
16:54:19.634 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:54:19.634 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:54:19.635 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 504 ms
16:54:19.645 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:54:19.646 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:54:19.646 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:54:19.646 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:54:20.481 [pool-339-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9127287762534068886/test_upgradeModelProfileVersion[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:54:20.488 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
16:54:20.491 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:20.491 [pool-339-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:54:21.190 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store
16:54:21.196 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635
16:54:21.196 [pool-339-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
16:54:21.196 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /model.uml...
16:54:21.197 [pool-339-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml
16:54:21.199 [pool-339-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s
16:54:22.682 [pool-339-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit9127287762534068886/test_upgradeModelProfileVersion[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:54:22.690 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
16:54:22.830 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
16:54:22.830 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
16:54:22.830 [pool-339-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
16:54:22.830 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /model.uml.
2s342ms [pure insertion]
marking any relevant derived attributes for update...16:54:22.830 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:54:22.831 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:54:22.831 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:54:22.831 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:54:22.831 [pool-339-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:54:24.860 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
16:54:24.861 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 24 proxy ref lists left after resolving 0 refs
16:54:24.861 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.03s
attempting to resolve any uninitialized derived attributes...
16:54:24.861 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:54:24.861 [pool-339-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:54:24.861 [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...
16:54:24.861 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s30ms [proxy update]
16:54:24.861 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:54:24.861 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:54:24.861 [pool-339-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 216 ms
16:54:24.869 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:54:24.869 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit1087122583080152622/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
16:54:24.870 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:54:24.870 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:54:25.719 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:54:25.723 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:54:27.796 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:54:27.797 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:54:27.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
16:54:27.815 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:54:27.815 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:54:27.930 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
16:54:27.930 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
16:54:27.930 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
16:54:27.930 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
16:54:27.930 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
16:54:27.930 [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
16:54:27.930 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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[]
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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[]
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:27.965 [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
16:54:28.006 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:54:28.006 [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
16:54:28.006 [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
16:54:28.006 [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
16:54:28.007 [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
16:54:28.031 [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
16:54:28.031 [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
16:54:28.032 [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
16:54:28.032 [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
16:54:28.032 [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
16:54:28.064 [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
16:54:28.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
16:54:28.065 [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
16:54:28.065 [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
16:54:28.065 [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
16:54:28.089 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:54:28.089 [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
16:54:28.089 [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
16:54:28.089 [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
16:54:28.122 [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
16:54:28.122 [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
16:54:28.123 [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
16:54:28.123 [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
16:54:28.123 [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
16:54:28.156 [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
16:54:28.156 [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
16:54:28.157 [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
16:54:28.162 [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
16:54:28.169 [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
16:54:28.256 [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
16:54:28.260 [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
16:54:28.260 [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
16:54:28.262 [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
16:54:28.262 [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
16:54:28.262 [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
16:54:28.262 [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
16:54:28.278 [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
16:54:28.278 [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
16:54:28.279 [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
16:54:28.351 [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
16:54:28.351 [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
16:54:28.398 [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
16:54:28.423 [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
16:54:28.423 [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
16:54:28.448 [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
16:54:28.448 [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
16:54:28.448 [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
16:54:28.449 [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
16:54:28.449 [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
16:54:28.473 [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
16:54:28.474 [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
16:54:28.474 [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
16:54:28.474 [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
16:54:28.475 [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[]
16:54:28.475 [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
16:54:28.475 [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
16:54:28.475 [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
16:54:28.475 [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
16:54:28.475 [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
16:54:28.475 [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
16:54:28.475 [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
16:54:28.475 [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
16:54:28.475 [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
16:54:28.475 [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
16:54:28.475 [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
16:54:28.475 [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
16:54:28.476 [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
16:54:28.476 [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
16:54:28.476 [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
16:54:28.476 [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
16:54:28.476 [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
16:54:28.476 [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
16:54:28.476 [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
16:54:28.477 [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
16:54:28.477 [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
16:54:28.477 [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
16:54:28.477 [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
16:54:28.477 [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
16:54:28.477 [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
16:54:28.477 [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
16:54:28.477 [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
16:54:28.479 [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
16:54:28.731 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:54:28.731 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:54:28.738 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:54:28.738 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:54:28.738 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:54:28.739 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:54:28.739 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:54:28.753 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
16:54:28.754 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:54:28.754 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:54:28.754 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:54:28.756 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:54:28.756 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:54:31.858 [pool-346-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2739160046503610478/test_stereotypeAsModel[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:54:31.866 [pool-346-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:54:32.533 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
16:54:32.851 [pool-346-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:32.852 [pool-346-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:54:32.852 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
16:54:33.585 [pool-346-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2739160046503610478/test_stereotypeAsModel[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:54:33.594 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
16:54:33.988 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
16:54:33.988 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
16:54:33.991 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
16:54:33.991 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
2s125ms [pure insertion]
marking any relevant derived attributes for update...16:54:33.991 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s61ms
16:54:34.052 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s61ms
16:54:34.053 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
16:54:34.053 [pool-346-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:34.054 [pool-346-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:54:34.054 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
16:54:34.054 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
16:54:34.072 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
16:54:34.072 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
16:54:34.073 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
16:54:34.073 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s20ms [pure insertion]
marking any relevant derived attributes for update...16:54:34.073 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:54:34.073 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:54:34.085 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
16:54:34.085 [pool-346-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:34.086 [pool-346-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:54:34.086 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
16:54:34.086 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
16:54:34.096 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
16:54:34.096 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
16:54:34.097 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
16:54:34.097 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...16:54:34.097 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:54:34.097 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:54:34.099 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
16:54:34.099 [pool-346-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:34.099 [pool-346-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:54:34.099 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
16:54:34.099 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
16:54:34.197 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
16:54:34.197 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
16:54:34.202 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
16:54:34.202 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s103ms [pure insertion]
marking any relevant derived attributes for update...16:54:34.202 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:54:34.202 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:54:34.203 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:54:34.203 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:54:34.203 [pool-346-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:54:36.451 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
16:54:36.452 [pool-346-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs
16:54:36.452 [pool-346-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.249s
attempting to resolve any uninitialized derived attributes...
16:54:36.453 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:54:36.453 [pool-346-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:54:36.453 [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...
16:54:36.453 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s250ms [proxy update]
16:54:36.453 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:54:36.453 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:54:36.453 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 699 ms
16:54:36.615 [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
16:54:36.617 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:54:36.617 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:54:36.618 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:54:36.619 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:54:36.619 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:54:37.404 [pool-346-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2739160046503610478/test_stereotypeAsModel[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:54:37.410 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.profile.uml...
16:54:37.413 [pool-346-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:37.413 [pool-346-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:54:37.413 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.profile.uml...
16:54:37.413 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.profile.uml
16:54:38.002 [pool-346-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind
16:54:38.116 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec)
16:54:38.116 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.profile.uml
16:54:38.120 [pool-346-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec)
16:54:38.120 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.profile.uml.
0s710ms [pure insertion]
marking any relevant derived attributes for update...16:54:38.120 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:54:38.121 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:54:38.122 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:54:38.122 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:54:38.122 [pool-346-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:54:40.018 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/72 proxy references (0 sec total)
16:54:40.123 [pool-346-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 70 proxy ref lists left after resolving 2 refs
16:54:40.123 [pool-346-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.001s
attempting to resolve any uninitialized derived attributes...
16:54:40.123 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:54:40.123 [pool-346-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:54:40.123 [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...
16:54:40.123 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s1ms [proxy update]
16:54:40.123 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:54:40.123 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:54:40.123 [pool-346-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 506 ms
16:54:40.129 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:54:40.129 [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
16:54:40.130 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:54:40.130 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:54:41.023 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:54:41.027 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:54:43.134 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:54:43.135 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:54:43.135 [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
16:54:43.150 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:54:43.150 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:54:43.250 [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
16:54:43.250 [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
16:54:43.251 [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
16:54:43.251 [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
16:54:43.252 [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
16:54:43.293 [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
16:54:43.293 [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
16:54:43.293 [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
16:54:43.293 [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
16:54:43.293 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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[]
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
16:54:43.294 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
16:54:43.294 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
16:54:43.294 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
16:54:43.294 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
16:54:43.294 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
16:54:43.294 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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[]
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.294 [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
16:54:43.335 [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
16:54:43.335 [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
16:54:43.376 [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
16:54:43.376 [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
16:54:43.418 [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
16:54:43.418 [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
16:54:43.418 [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
16:54:43.419 [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
16:54:43.419 [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
16:54:43.460 [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
16:54:43.460 [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
16:54:43.461 [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
16:54:43.466 [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
16:54:43.489 [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
16:54:43.594 [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
16:54:43.597 [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
16:54:43.598 [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
16:54:43.599 [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
16:54:43.599 [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
16:54:43.599 [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
16:54:43.599 [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
16:54:43.615 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
16:54:43.615 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
16:54:43.616 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
16:54:43.756 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:54:43.756 [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
16:54:43.756 [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
16:54:43.756 [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
16:54:43.793 [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
16:54:43.819 [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
16:54:43.819 [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
16:54:43.819 [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
16:54:43.819 [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
16:54:43.820 [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
16:54:43.844 [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
16:54:43.845 [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
16:54:43.845 [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
16:54:43.845 [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
16:54:43.845 [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
16:54:43.877 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:54:43.877 [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
16:54:43.878 [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
16:54:43.878 [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
16:54:43.878 [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
16:54:43.903 [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
16:54:43.903 [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
16:54:43.927 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
16:54:43.928 [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
16:54:43.928 [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
16:54:43.928 [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
16:54:43.929 [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[]
16:54:43.929 [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
16:54:43.929 [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
16:54:43.929 [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
16:54:43.929 [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
16:54:43.929 [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
16:54:43.929 [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
16:54:43.929 [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
16:54:43.929 [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
16:54:43.929 [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
16:54:43.929 [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
16:54:43.929 [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
16:54:43.929 [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
16:54:43.930 [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
16:54:43.930 [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
16:54:43.930 [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
16:54:43.930 [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
16:54:43.930 [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
16:54:43.930 [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
16:54:43.930 [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
16:54:43.931 [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
16:54:43.931 [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
16:54:43.931 [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
16:54:43.931 [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
16:54:43.931 [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
16:54:43.931 [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
16:54:43.931 [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
16:54:43.931 [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
16:54:43.933 [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
16:54:44.193 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
16:54:44.193 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:54:44.199 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:54:44.200 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:54:44.200 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:54:44.200 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:54:44.200 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:54:44.213 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
16:54:44.214 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:54:44.214 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:54:44.214 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:54:44.216 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:54:44.216 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:54:47.130 [pool-353-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit91704579859766806/test_localfolderCrosslinks[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:54:47.138 [pool-353-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:54:47.817 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
16:54:48.097 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:48.098 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:54:48.098 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
16:54:48.789 [pool-353-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit91704579859766806/test_localfolderCrosslinks[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:54:48.800 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
16:54:49.018 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
16:54:49.018 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
16:54:49.021 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
16:54:49.021 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
1s883ms [pure insertion]
marking any relevant derived attributes for update...16:54:49.021 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s68ms
16:54:49.089 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s68ms
16:54:49.101 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
16:54:49.101 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:49.102 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:54:49.102 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
16:54:49.102 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
16:54:49.111 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
16:54:49.111 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
16:54:49.112 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
16:54:49.112 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...16:54:49.112 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:54:49.112 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:54:49.114 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
16:54:49.114 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:49.114 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:54:49.114 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
16:54:49.114 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
16:54:49.201 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
16:54:49.201 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
16:54:49.206 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
16:54:49.207 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s93ms [pure insertion]
marking any relevant derived attributes for update...16:54:49.207 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:54:49.207 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:54:49.208 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
16:54:49.208 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:49.209 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:54:49.209 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
16:54:49.209 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
16:54:49.283 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
16:54:49.284 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
16:54:49.284 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
16:54:49.284 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s76ms [pure insertion]
marking any relevant derived attributes for update...16:54:49.284 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:54:49.284 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:54:49.284 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:54:49.284 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:54:49.284 [pool-353-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:54:51.577 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
16:54:51.578 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs
16:54:51.578 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.294s
attempting to resolve any uninitialized derived attributes...
16:54:51.578 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:54:51.578 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:54:51.579 [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...
16:54:51.579 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s295ms [proxy update]
16:54:51.579 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:54:51.579 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:54:51.579 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 365 ms
16:54:51.746 [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
16:54:51.747 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:54:51.747 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:54:51.749 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:54:51.750 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:54:51.750 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:54:52.551 [pool-353-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit91704579859766806/test_localfolderCrosslinks[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:54:52.556 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml...
16:54:52.559 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:52.559 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:54:52.559 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml...
16:54:52.559 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml
16:54:52.724 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
16:54:52.724 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml
16:54:52.725 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
16:54:52.725 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml.
0s169ms [pure insertion]
marking any relevant derived attributes for update...16:54:52.725 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:54:52.725 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:54:52.726 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml...
16:54:52.726 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:54:52.727 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:54:52.727 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml...
16:54:52.727 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml
16:54:52.744 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
16:54:52.744 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml
16:54:52.745 [pool-353-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
16:54:52.745 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml.
0s19ms [pure insertion]
marking any relevant derived attributes for update...16:54:52.745 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:54:52.745 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:54:52.745 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:54:52.745 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:54:52.745 [pool-353-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:54:54.644 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total)
16:54:54.820 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 30 refs
16:54:54.820 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.075s
attempting to resolve any uninitialized derived attributes...
16:54:54.820 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:54:54.820 [pool-353-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:54:54.821 [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...
16:54:54.821 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s76ms [proxy update]
16:54:54.821 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:54:54.821 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:54:54.821 [pool-353-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 74 ms
16:54:54.821 [pool-353-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit91704579859766806/test_localfolderCrosslinks[Neo4j]/db
16:54:54.826 [pool-353-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit91704579859766806/test_localfolderCrosslinks[Neo4j]/db
16:54:54.828 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:54:54.828 [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
16:54:54.829 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:54:54.829 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:54:55.862 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:54:55.866 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:54:57.957 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:54:57.958 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:54:57.958 [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
16:54:57.971 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:54:57.971 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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[]
16:54:58.065 [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
16:54:58.065 [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
16:54:58.065 [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
16:54:58.066 [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
16:54:58.066 [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
16:54:58.066 [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
16:54:58.066 [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
16:54:58.066 [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
16:54:58.066 [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
16:54:58.066 [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
16:54:58.066 [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
16:54:58.066 [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
16:54:58.066 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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[]
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.163 [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
16:54:58.208 [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
16:54:58.208 [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
16:54:58.241 [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
16:54:58.241 [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
16:54:58.241 [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
16:54:58.242 [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
16:54:58.243 [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
16:54:58.266 [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
16:54:58.266 [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
16:54:58.299 [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
16:54:58.299 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:54:58.299 [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
16:54:58.299 [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
16:54:58.300 [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
16:54:58.350 [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
16:54:58.350 [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
16:54:58.351 [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
16:54:58.356 [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
16:54:58.363 [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
16:54:58.458 [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
16:54:58.462 [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
16:54:58.462 [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
16:54:58.464 [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
16:54:58.464 [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
16:54:58.464 [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
16:54:58.464 [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
16:54:58.480 [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
16:54:58.480 [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
16:54:58.481 [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
16:54:58.601 [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
16:54:58.601 [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
16:54:58.601 [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
16:54:58.601 [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
16:54:58.601 [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
16:54:58.650 [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
16:54:58.684 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:54:58.684 [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
16:54:58.684 [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
16:54:58.684 [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
16:54:58.717 [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
16:54:58.717 [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
16:54:58.717 [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
16:54:58.718 [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
16:54:58.718 [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
16:54:58.750 [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
16:54:58.750 [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
16:54:58.750 [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
16:54:58.751 [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
16:54:58.751 [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
16:54:58.784 [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
16:54:58.784 [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
16:54:58.817 [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
16:54:58.817 [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
16:54:58.818 [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
16:54:58.818 [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
16:54:58.818 [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[]
16:54:58.818 [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
16:54:58.818 [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
16:54:58.818 [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
16:54:58.818 [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
16:54:58.818 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
16:54:58.818 [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
16:54:58.818 [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
16:54:58.818 [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
16:54:58.818 [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
16:54:58.818 [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
16:54:58.818 [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
16:54:58.819 [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
16:54:58.819 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
16:54:58.819 [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
16:54:58.819 [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
16:54:58.819 [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
16:54:58.819 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
16:54:58.819 [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
16:54:58.820 [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
16:54:58.820 [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
16:54:58.821 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
16:54:58.821 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
16:54:58.821 [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
16:54:58.821 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
16:54:58.821 [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
16:54:58.821 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
16:54:58.821 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
16:54:58.822 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
16:54:59.142 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
16:54:59.142 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:54:59.148 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:54:59.149 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:54:59.149 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:54:59.149 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:54:59.149 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:54:59.160 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
16:54:59.161 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:54:59.161 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:54:59.161 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:54:59.164 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:54:59.164 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:55:02.110 [pool-360-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3198716741578922401/test_zoo[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:55:02.119 [pool-360-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:55:02.794 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
16:55:03.095 [pool-360-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:03.095 [pool-360-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:03.095 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
16:55:03.820 [pool-360-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3198716741578922401/test_zoo[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:55:03.829 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
16:55:04.031 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
16:55:04.031 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
16:55:04.084 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
16:55:04.084 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
1s966ms [pure insertion]
marking any relevant derived attributes for update...16:55:04.084 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s53ms
16:55:04.137 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s53ms
16:55:04.138 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
16:55:04.138 [pool-360-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:04.139 [pool-360-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:04.139 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
16:55:04.139 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
16:55:04.152 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
16:55:04.153 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
16:55:04.153 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
16:55:04.153 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:55:04.153 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:55:04.153 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:55:04.154 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
16:55:04.154 [pool-360-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:04.155 [pool-360-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:04.155 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
16:55:04.155 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
16:55:04.213 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
16:55:04.213 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
16:55:04.218 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
16:55:04.218 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s64ms [pure insertion]
marking any relevant derived attributes for update...16:55:04.218 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:55:04.218 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:55:04.227 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
16:55:04.227 [pool-360-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:04.283 [pool-360-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:04.283 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
16:55:04.283 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
16:55:04.292 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
16:55:04.292 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
16:55:04.293 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
16:55:04.293 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s66ms [pure insertion]
marking any relevant derived attributes for update...16:55:04.293 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:55:04.293 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:55:04.293 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:55:04.293 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:55:04.293 [pool-360-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:55:06.654 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
16:55:06.655 [pool-360-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs
16:55:06.655 [pool-360-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.362s
attempting to resolve any uninitialized derived attributes...
16:55:06.655 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:55:06.655 [pool-360-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:55:06.656 [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...
16:55:06.656 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s363ms [proxy update]
16:55:06.656 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:55:06.656 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:55:06.656 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 495 ms
16:55:06.859 [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/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false
16:55:06.860 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:55:06.860 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:55:06.861 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:55:06.862 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:55:06.862 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:55:07.598 [pool-360-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit3198716741578922401/test_zoo[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:55:07.603 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
16:55:07.606 [pool-360-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:07.606 [pool-360-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:07.606 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
16:55:07.606 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
16:55:07.758 [pool-360-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind
16:55:07.771 [pool-360-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind
16:55:07.771 [pool-360-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind
16:55:07.801 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec)
16:55:07.801 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
16:55:07.803 [pool-360-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec)
16:55:07.803 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s200ms [pure insertion]
marking any relevant derived attributes for update...16:55:07.803 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:55:07.804 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:55:07.804 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:55:07.804 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:55:07.804 [pool-360-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:55:09.772 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/23 proxy references (0 sec total)
16:55:09.875 [pool-360-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 3 refs
16:55:09.875 [pool-360-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.071s
attempting to resolve any uninitialized derived attributes...
16:55:09.875 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:55:09.875 [pool-360-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:55:09.876 [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...
16:55:09.876 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s72ms [proxy update]
16:55:09.876 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:55:09.876 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:55:09.876 [pool-360-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 16 ms
16:55:09.885 [pool-360-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3198716741578922401/test_zoo[Neo4j]/db
16:55:09.887 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:55:09.887 [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/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false
16:55:09.888 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:55:09.888 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:55:10.884 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:55:10.888 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:55:12.819 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:55:12.820 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:55:12.820 [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
16:55:12.831 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:55:12.831 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:55:12.928 [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
16:55:12.928 [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
16:55:12.928 [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
16:55:12.928 [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
16:55:12.928 [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
16:55:12.929 [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
16:55:12.929 [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
16:55:12.929 [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
16:55:12.930 [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
16:55:12.930 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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[]
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.971 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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[]
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:12.972 [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
16:55:13.004 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:55:13.004 [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
16:55:13.004 [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
16:55:13.004 [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
16:55:13.004 [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
16:55:13.045 [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
16:55:13.046 [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
16:55:13.087 [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
16:55:13.087 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:55:13.087 [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
16:55:13.087 [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
16:55:13.129 [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
16:55:13.129 [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
16:55:13.162 [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
16:55:13.162 [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
16:55:13.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
16:55:13.168 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
16:55:13.175 [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
16:55:13.279 [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
16:55:13.286 [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
16:55:13.286 [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
16:55:13.288 [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
16:55:13.288 [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
16:55:13.288 [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
16:55:13.288 [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
16:55:13.304 [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
16:55:13.304 [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
16:55:13.306 [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
16:55:13.394 [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
16:55:13.394 [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
16:55:13.394 [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
16:55:13.395 [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
16:55:13.395 [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
16:55:13.429 [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
16:55:13.429 [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
16:55:13.429 [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
16:55:13.429 [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
16:55:13.429 [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
16:55:13.454 [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
16:55:13.455 [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
16:55:13.479 [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
16:55:13.512 [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
16:55:13.513 [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
16:55:13.513 [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
16:55:13.513 [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
16:55:13.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
16:55:13.537 [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
16:55:13.538 [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
16:55:13.538 [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
16:55:13.538 [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
16:55:13.539 [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[]
16:55:13.539 [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
16:55:13.539 [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
16:55:13.539 [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
16:55:13.539 [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
16:55:13.539 [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
16:55:13.539 [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
16:55:13.539 [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
16:55:13.539 [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
16:55:13.539 [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
16:55:13.539 [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
16:55:13.539 [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
16:55:13.539 [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
16:55:13.539 [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
16:55:13.539 [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
16:55:13.539 [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
16:55:13.540 [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
16:55:13.540 [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
16:55:13.540 [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
16:55:13.540 [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
16:55:13.541 [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
16:55:13.541 [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
16:55:13.541 [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
16:55:13.541 [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
16:55:13.541 [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
16:55:13.542 [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
16:55:13.542 [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
16:55:13.542 [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
16:55:13.543 [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
16:55:13.795 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:55:13.795 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:55:13.802 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:55:13.802 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:55:13.802 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:55:13.803 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:55:13.803 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:55:13.814 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
16:55:13.815 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:55:13.815 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:55:13.815 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:55:13.818 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:55:13.818 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:55:16.532 [pool-367-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit427270828007419271/test_indexLibraries[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:55:16.540 [pool-367-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:55:17.240 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
16:55:17.524 [pool-367-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:17.525 [pool-367-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:17.525 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
16:55:18.266 [pool-367-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit427270828007419271/test_indexLibraries[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:55:18.275 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
16:55:18.412 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
16:55:18.412 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
16:55:18.413 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
16:55:18.413 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
1s873ms [pure insertion]
marking any relevant derived attributes for update...16:55:18.413 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s62ms
16:55:18.475 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s62ms
16:55:18.477 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
16:55:18.477 [pool-367-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:18.477 [pool-367-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:18.477 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
16:55:18.477 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
16:55:18.506 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
16:55:18.506 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
16:55:18.512 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
16:55:18.512 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s35ms [pure insertion]
marking any relevant derived attributes for update...16:55:18.512 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:55:18.512 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:55:18.521 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
16:55:18.521 [pool-367-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:18.522 [pool-367-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:18.522 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
16:55:18.522 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
16:55:18.584 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
16:55:18.584 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
16:55:18.585 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
16:55:18.585 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s64ms [pure insertion]
marking any relevant derived attributes for update...16:55:18.585 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:55:18.585 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:55:18.586 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
16:55:18.586 [pool-367-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:18.587 [pool-367-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:18.587 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
16:55:18.587 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
16:55:18.696 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
16:55:18.696 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
16:55:18.699 [pool-367-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
16:55:18.699 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s113ms [pure insertion]
marking any relevant derived attributes for update...16:55:18.699 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:55:18.699 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:55:18.699 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:55:18.699 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:55:18.699 [pool-367-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:55:20.856 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
16:55:20.857 [pool-367-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs
16:55:20.857 [pool-367-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.158s
attempting to resolve any uninitialized derived attributes...
16:55:20.857 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:55:20.857 [pool-367-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:55:20.858 [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...
16:55:20.858 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s159ms [proxy update]
16:55:20.858 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:55:20.858 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:55:20.858 [pool-367-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 43 ms
16:55:20.867 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:55:20.867 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
16:55:20.868 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:55:20.868 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:55:21.702 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:55:21.706 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:55:24.088 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:55:24.090 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:55:24.090 [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
16:55:24.100 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:55:24.100 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:55:24.206 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:55:24.206 [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
16:55:24.206 [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
16:55:24.206 [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
16:55:24.206 [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
16:55:24.239 [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
16:55:24.240 [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
16:55:24.272 [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
16:55:24.272 [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
16:55:24.272 [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
16:55:24.272 [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
16:55:24.272 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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[]
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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[]
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.273 [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
16:55:24.306 [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
16:55:24.306 [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
16:55:24.339 [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
16:55:24.340 [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
16:55:24.374 [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
16:55:24.374 [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
16:55:24.375 [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
16:55:24.379 [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
16:55:24.386 [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
16:55:24.481 [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
16:55:24.484 [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
16:55:24.485 [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
16:55:24.486 [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
16:55:24.486 [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
16:55:24.486 [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
16:55:24.486 [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
16:55:24.501 [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
16:55:24.501 [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
16:55:24.502 [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
16:55:24.575 [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
16:55:24.575 [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
16:55:24.576 [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
16:55:24.576 [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
16:55:24.576 [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
16:55:24.623 [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
16:55:24.656 [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
16:55:24.656 [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
16:55:24.656 [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
16:55:24.657 [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
16:55:24.657 [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
16:55:24.690 [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
16:55:24.690 [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
16:55:24.690 [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
16:55:24.691 [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
16:55:24.691 [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
16:55:24.724 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:55:24.724 [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
16:55:24.724 [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
16:55:24.724 [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
16:55:24.756 [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
16:55:24.757 [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
16:55:24.757 [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
16:55:24.757 [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
16:55:24.757 [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
16:55:24.790 [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
16:55:24.791 [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
16:55:24.791 [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
16:55:24.791 [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
16:55:24.792 [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[]
16:55:24.792 [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
16:55:24.792 [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
16:55:24.792 [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
16:55:24.792 [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
16:55:24.792 [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
16:55:24.792 [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
16:55:24.792 [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
16:55:24.792 [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
16:55:24.792 [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
16:55:24.792 [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
16:55:24.792 [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
16:55:24.792 [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
16:55:24.793 [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
16:55:24.793 [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
16:55:24.793 [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
16:55:24.793 [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
16:55:24.793 [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
16:55:24.793 [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
16:55:24.793 [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
16:55:24.794 [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
16:55:24.794 [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
16:55:24.794 [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
16:55:24.794 [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
16:55:24.794 [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
16:55:24.794 [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
16:55:24.794 [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
16:55:24.794 [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
16:55:24.796 [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
16:55:25.136 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
16:55:25.137 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:55:25.144 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:55:25.144 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:55:25.144 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:55:25.145 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:55:25.145 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:55:25.157 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
16:55:25.158 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:55:25.158 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:55:25.158 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:55:25.161 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:55:25.161 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:55:27.985 [pool-374-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1930699402184247628/test_customProfileV4[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:55:27.992 [pool-374-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:55:28.743 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
16:55:29.086 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:29.086 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:29.086 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
16:55:29.861 [pool-374-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1930699402184247628/test_customProfileV4[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:55:29.870 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
16:55:30.093 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
16:55:30.093 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
16:55:30.095 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
16:55:30.096 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
2s104ms [pure insertion]
marking any relevant derived attributes for update...16:55:30.096 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s57ms
16:55:30.153 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s57ms
16:55:30.163 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
16:55:30.163 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:30.163 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:30.163 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
16:55:30.164 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
16:55:30.173 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
16:55:30.173 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
16:55:30.174 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
16:55:30.174 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s11ms [pure insertion]
marking any relevant derived attributes for update...16:55:30.174 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:55:30.174 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:55:30.175 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
16:55:30.175 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:30.176 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:30.176 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
16:55:30.176 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
16:55:30.206 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
16:55:30.206 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
16:55:30.211 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
16:55:30.211 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s36ms [pure insertion]
marking any relevant derived attributes for update...16:55:30.211 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:55:30.211 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:55:30.212 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
16:55:30.212 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:30.213 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:30.213 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
16:55:30.213 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
16:55:30.227 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
16:55:30.227 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
16:55:30.228 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
16:55:30.228 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s16ms [pure insertion]
marking any relevant derived attributes for update...16:55:30.228 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:55:30.228 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:55:30.228 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:55:30.228 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:55:30.228 [pool-374-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:55:32.295 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
16:55:32.297 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs
16:55:32.297 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.069s
attempting to resolve any uninitialized derived attributes...
16:55:32.297 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:55:32.297 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:55:32.297 [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...
16:55:32.297 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s69ms [proxy update]
16:55:32.297 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:55:32.297 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:55:32.297 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 139 ms
16:55:32.297 [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
16:55:32.299 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:55:32.299 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:55:32.414 [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
16:55:32.448 [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
16:55:32.473 [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
16:55:32.473 [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
16:55:32.507 [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
16:55:32.507 [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
16:55:32.532 [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
16:55:32.532 [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
reseting local top revision of repository: pathmap://UML_LIBRARIES/
16:55:32.722 [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)
16:55:32.722 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:55:32.884 [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
16:55:32.885 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:55:32.885 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:55:32.885 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:55:32.886 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:55:32.886 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:55:34.207 [pool-374-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1930699402184247628/test_customProfileV4[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:55:34.213 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:55:34.213 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:55:34.213 [pool-374-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:55:35.196 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
16:55:35.197 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs
16:55:35.197 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.984s
attempting to resolve any uninitialized derived attributes...
16:55:35.197 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:55:35.197 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:55:35.198 [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...
16:55:35.198 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s985ms [proxy update]
16:55:35.198 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:55:35.199 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:55:35.199 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:55:35.199 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:55:36.233 [pool-374-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1930699402184247628/test_customProfileV4[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:55:36.241 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
16:55:36.243 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:36.243 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:36.243 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
16:55:36.243 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
16:55:36.385 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
16:55:36.385 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
16:55:36.386 [pool-374-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
16:55:36.386 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s145ms [pure insertion]
marking any relevant derived attributes for update...16:55:36.386 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:55:36.386 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:55:36.387 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:55:36.387 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:55:36.387 [pool-374-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:55:38.378 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
16:55:38.379 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 24 proxy ref lists left after resolving 0 refs
16:55:38.379 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.992s
attempting to resolve any uninitialized derived attributes...
16:55:38.379 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:55:38.379 [pool-374-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:55:38.380 [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...
16:55:38.380 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s993ms [proxy update]
16:55:38.380 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:55:38.380 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:55:38.380 [pool-374-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 495 ms
16:55:38.389 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:55:38.389 [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
16:55:38.390 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:55:38.390 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:55:39.186 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:55:39.190 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:55:40.839 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:55:40.840 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:55:40.840 [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
16:55:40.851 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:55:40.851 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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[]
16:55:40.922 [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
16:55:40.922 [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
16:55:40.922 [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
16:55:40.923 [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
16:55:40.923 [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
16:55:40.923 [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
16:55:40.923 [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
16:55:40.923 [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
16:55:40.923 [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
16:55:40.923 [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
16:55:40.923 [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
16:55:40.923 [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
16:55:40.923 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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[]
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.924 [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
16:55:40.957 [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
16:55:40.957 [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
16:55:40.957 [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
16:55:40.957 [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
16:55:40.958 [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
16:55:40.982 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:55:40.982 [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
16:55:40.982 [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
16:55:40.982 [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
16:55:41.015 [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
16:55:41.015 [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
16:55:41.049 [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
16:55:41.049 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:55:41.049 [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
16:55:41.049 [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
16:55:41.049 [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
16:55:41.082 [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
16:55:41.082 [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
16:55:41.115 [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
16:55:41.115 [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
16:55:41.116 [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
16:55:41.116 [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
16:55:41.116 [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
16:55:41.141 [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
16:55:41.141 [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
16:55:41.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
16:55:41.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
16:55:41.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
16:55:41.157 [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
16:55:41.157 [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
16:55:41.158 [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
16:55:41.163 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
16:55:41.170 [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
16:55:41.233 [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
16:55:41.236 [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
16:55:41.237 [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
16:55:41.238 [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
16:55:41.238 [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
16:55:41.238 [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
16:55:41.238 [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
16:55:41.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::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
16:55:41.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::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
16:55:41.255 [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
16:55:41.319 [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
16:55:41.349 [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
16:55:41.349 [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
16:55:41.350 [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
16:55:41.350 [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
16:55:41.350 [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
16:55:41.374 [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
16:55:41.374 [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
16:55:41.399 [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
16:55:41.399 [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
16:55:41.399 [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
16:55:41.399 [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
16:55:41.400 [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[]
16:55:41.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
16:55:41.400 [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
16:55:41.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
16:55:41.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
16:55:41.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
16:55:41.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
16:55:41.400 [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
16:55:41.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
16:55:41.400 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
16:55:41.400 [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
16:55:41.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
16:55:41.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
16:55:41.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
16:55:41.401 [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
16:55:41.401 [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
16:55:41.401 [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
16:55:41.401 [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
16:55:41.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
16:55:41.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
16:55:41.402 [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
16:55:41.403 [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
16:55:41.403 [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
16:55:41.403 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
16:55:41.403 [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
16:55:41.403 [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
16:55:41.403 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
16:55:41.403 [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
16:55:41.404 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
16:55:41.607 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:55:41.607 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:55:41.613 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:55:41.613 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:55:41.613 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:55:41.614 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:55:41.614 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:55:41.625 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
16:55:41.626 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:55:41.626 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:55:41.626 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:55:41.628 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:55:41.628 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:55:44.160 [pool-381-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1485163007456910068/test_customProfileV5[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:55:44.175 [pool-381-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:55:44.736 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
16:55:45.018 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:45.019 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:45.019 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
16:55:45.668 [pool-381-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1485163007456910068/test_customProfileV5[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:55:45.677 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
16:55:45.802 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
16:55:45.802 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
16:55:45.803 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
16:55:45.803 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
1s628ms [pure insertion]
marking any relevant derived attributes for update...16:55:45.803 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s49ms
16:55:45.852 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s49ms
16:55:45.853 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
16:55:45.853 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:45.854 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:45.854 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
16:55:45.854 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
16:55:45.911 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
16:55:45.911 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
16:55:45.913 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
16:55:45.913 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s60ms [pure insertion]
marking any relevant derived attributes for update...16:55:45.913 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:55:45.913 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:55:45.915 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
16:55:45.915 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:45.915 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:45.915 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
16:55:45.916 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
16:55:45.946 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
16:55:45.946 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
16:55:45.987 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
16:55:45.987 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s72ms [pure insertion]
marking any relevant derived attributes for update...16:55:45.987 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:55:45.987 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:55:45.989 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
16:55:45.989 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:45.990 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:45.990 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
16:55:45.990 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
16:55:46.003 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
16:55:46.003 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
16:55:46.004 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
16:55:46.004 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...16:55:46.004 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:55:46.004 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:55:46.004 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:55:46.004 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:55:46.004 [pool-381-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:55:47.888 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
16:55:47.889 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs
16:55:47.889 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.885s
attempting to resolve any uninitialized derived attributes...
16:55:47.889 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:55:47.889 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:55:47.890 [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...
16:55:47.890 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s886ms [proxy update]
16:55:47.890 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:55:47.890 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:55:47.890 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 264 ms
16:55:47.890 [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
16:55:47.892 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:55:47.892 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:55:47.988 [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
16:55:48.014 [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
16:55:48.014 [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
16:55:48.039 [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
16:55:48.064 [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
16:55:48.064 [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
16:55:48.089 [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
16:55:48.089 [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
reseting local top revision of repository: pathmap://UML_LIBRARIES/
16:55:48.263 [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)
16:55:48.263 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:55:48.408 [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
16:55:48.410 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:55:48.410 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:55:48.410 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:55:48.410 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:55:48.410 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:55:49.723 [pool-381-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1485163007456910068/test_customProfileV5[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:55:49.729 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:55:49.729 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:55:49.729 [pool-381-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:55:50.547 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
16:55:50.547 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs
16:55:50.548 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.819s
attempting to resolve any uninitialized derived attributes...
16:55:50.548 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:55:50.548 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:55:50.548 [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...
16:55:50.548 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s819ms [proxy update]
16:55:50.548 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:55:50.549 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:55:50.550 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:55:50.550 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:55:51.199 [pool-381-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit1485163007456910068/test_customProfileV5[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:55:51.206 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
16:55:51.208 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:55:51.208 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:55:51.208 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
16:55:51.209 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
16:55:51.485 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
16:55:51.485 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
16:55:51.485 [pool-381-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
16:55:51.485 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s279ms [pure insertion]
marking any relevant derived attributes for update...16:55:51.485 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:55:51.486 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:55:51.486 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:55:51.486 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:55:51.486 [pool-381-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:55:53.188 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
16:55:53.189 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 24 proxy ref lists left after resolving 0 refs
16:55:53.189 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.703s
attempting to resolve any uninitialized derived attributes...
16:55:53.189 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:55:53.189 [pool-381-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:55:53.189 [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...
16:55:53.189 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
1s703ms [proxy update]
16:55:53.189 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:55:53.189 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:55:53.189 [pool-381-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 779 ms
16:55:53.197 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:55:53.197 [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
16:55:53.198 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:55:53.198 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:55:53.919 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:55:53.923 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:55:56.054 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:55:56.055 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:55:56.055 [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
16:55:56.067 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:55:56.067 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:55:56.181 [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
16:55:56.181 [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
16:55:56.223 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
16:55:56.223 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
16:55:56.223 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
16:55:56.223 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
16:55:56.223 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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[]
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.223 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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[]
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.224 [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
16:55:56.292 [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
16:55:56.292 [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
16:55:56.293 [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
16:55:56.293 [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
16:55:56.293 [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
16:55:56.331 [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
16:55:56.331 [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
16:55:56.372 [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
16:55:56.372 [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
16:55:56.372 [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
16:55:56.373 [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
16:55:56.373 [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
16:55:56.414 [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
16:55:56.414 [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
16:55:56.414 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:55:56.414 [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
16:55:56.447 [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
16:55:56.447 [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
16:55:56.448 [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
16:55:56.453 [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
16:55:56.460 [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
16:55:56.565 [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
16:55:56.568 [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
16:55:56.569 [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
16:55:56.570 [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
16:55:56.570 [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
16:55:56.570 [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
16:55:56.570 [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
16:55:56.585 [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
16:55:56.586 [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
16:55:56.587 [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
16:55:56.653 [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
16:55:56.653 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:55:56.653 [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
16:55:56.653 [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
16:55:56.653 [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
16:55:56.689 [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
16:55:56.716 [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
16:55:56.716 [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
16:55:56.716 [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
16:55:56.716 [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
16:55:56.716 [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
16:55:56.748 [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
16:55:56.748 [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
16:55:56.773 [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
16:55:56.773 [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
16:55:56.773 [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
16:55:56.774 [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
16:55:56.774 [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
16:55:56.798 [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
16:55:56.799 [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
16:55:56.799 [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
16:55:56.799 [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
16:55:56.799 [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[]
16:55:56.799 [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
16:55:56.799 [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
16:55:56.799 [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
16:55:56.799 [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
16:55:56.799 [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
16:55:56.799 [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
16:55:56.799 [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
16:55:56.799 [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
16:55:56.799 [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
16:55:56.799 [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
16:55:56.799 [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
16:55:56.800 [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
16:55:56.800 [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
16:55:56.800 [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
16:55:56.800 [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
16:55:56.800 [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
16:55:56.800 [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
16:55:56.800 [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
16:55:56.801 [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
16:55:56.801 [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
16:55:56.802 [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
16:55:56.802 [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
16:55:56.802 [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
16:55:56.802 [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
16:55:56.802 [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
16:55:56.802 [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
16:55:56.802 [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
16:55:56.803 [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
16:55:57.064 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:55:57.064 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:55:57.070 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:55:57.071 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:55:57.071 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:55:57.071 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:55:57.071 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:55:57.082 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
16:55:57.083 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:55:57.083 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:55:57.083 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:55:57.085 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:55:57.085 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:55:59.859 [pool-388-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6110709168721993832/test_modelProfileInsideRepository[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:55:59.866 [pool-388-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:56:00.547 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
16:56:00.851 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:56:00.852 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:56:00.852 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
16:56:01.552 [pool-388-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6110709168721993832/test_modelProfileInsideRepository[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:56:01.561 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
16:56:01.711 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
16:56:01.711 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
16:56:01.712 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
16:56:01.712 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
1s846ms [pure insertion]
marking any relevant derived attributes for update...16:56:01.712 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s57ms
16:56:01.769 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s57ms
16:56:01.770 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
16:56:01.770 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:56:01.771 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:56:01.771 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
16:56:01.771 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
16:56:01.799 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
16:56:01.799 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
16:56:01.804 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
16:56:01.804 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s34ms [pure insertion]
marking any relevant derived attributes for update...16:56:01.804 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:56:01.804 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:56:01.813 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
16:56:01.813 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:56:01.814 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:56:01.814 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
16:56:01.814 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
16:56:01.822 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
16:56:01.822 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
16:56:01.823 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
16:56:01.823 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s10ms [pure insertion]
marking any relevant derived attributes for update...16:56:01.823 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:56:01.823 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:56:01.824 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
16:56:01.824 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:56:01.825 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:56:01.825 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
16:56:01.825 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
16:56:01.984 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
16:56:01.984 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
16:56:01.987 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
16:56:01.987 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s163ms [pure insertion]
marking any relevant derived attributes for update...16:56:01.987 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:56:01.987 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:56:01.987 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:56:01.987 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:56:01.987 [pool-388-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:56:04.224 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
16:56:04.225 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs
16:56:04.225 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.238s
attempting to resolve any uninitialized derived attributes...
16:56:04.225 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:56:04.225 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:56:04.225 [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...
16:56:04.225 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s238ms [proxy update]
16:56:04.225 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:56:04.226 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:56:04.226 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 143 ms
16:56:04.226 [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
16:56:04.227 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:56:04.227 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:56:04.356 [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
16:56:04.356 [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
16:56:04.398 [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
16:56:04.398 [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
16:56:04.430 [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
16:56:04.431 [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
16:56:04.456 [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
16:56:04.481 [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/
16:56:04.655 [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)
16:56:04.655 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
16:56:04.817 [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/junit1039394015704988877/:org.eclipse.hawk.localfolder.LocalFolder:false
16:56:04.818 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:56:04.818 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:56:04.818 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:56:04.819 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:56:04.819 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:56:06.407 [pool-388-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6110709168721993832/test_modelProfileInsideRepository[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:56:06.413 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:56:06.413 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:56:06.413 [pool-388-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:56:07.349 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
16:56:07.350 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs
16:56:07.351 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.937s
attempting to resolve any uninitialized derived attributes...
16:56:07.351 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:56:07.351 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:56:07.351 [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...
16:56:07.351 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s938ms [proxy update]
16:56:07.351 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:56:07.354 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:56:07.357 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:56:07.357 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:56:08.133 [pool-388-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6110709168721993832/test_modelProfileInsideRepository[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:56:08.139 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml...
16:56:08.143 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:56:08.143 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:56:08.143 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml...
16:56:08.143 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml
16:56:08.290 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
16:56:08.290 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml
16:56:08.291 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
16:56:08.291 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml.
0s152ms [pure insertion]
marking any relevant derived attributes for update...16:56:08.291 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:56:08.292 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:56:08.293 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml...
16:56:08.293 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:56:08.293 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:56:08.293 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml...
16:56:08.294 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml
16:56:08.710 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec)
16:56:08.710 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml
16:56:08.712 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec)
16:56:08.712 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml.
0s420ms [pure insertion]
marking any relevant derived attributes for update...16:56:08.713 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:56:08.713 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:56:08.714 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /zoo/model.uml...
16:56:08.714 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:56:08.714 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:56:08.714 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /zoo/model.uml...
16:56:08.715 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /zoo/model.uml
16:56:08.734 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec)
16:56:08.734 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /zoo/model.uml
16:56:08.735 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec)
16:56:08.735 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /zoo/model.uml.
0s21ms [pure insertion]
marking any relevant derived attributes for update...16:56:08.735 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:56:08.735 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:56:08.736 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml...
16:56:08.736 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:56:08.737 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:56:08.737 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml...
16:56:08.737 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml
16:56:08.747 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
16:56:08.747 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml
16:56:08.748 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
16:56:08.748 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml.
0s12ms [pure insertion]
marking any relevant derived attributes for update...16:56:08.748 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:56:08.748 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:56:08.783 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml...
16:56:08.783 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:56:08.784 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:56:08.784 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml...
16:56:08.784 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml
16:56:08.791 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
16:56:08.791 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml
16:56:08.791 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
16:56:08.791 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...16:56:08.791 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:56:08.791 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:56:08.791 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:56:08.791 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:56:08.791 [pool-388-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:56:10.682 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/109 proxy references (0 sec total)
16:56:11.010 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 70 proxy ref lists left after resolving 39 refs
16:56:11.010 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.219s
attempting to resolve any uninitialized derived attributes...
16:56:11.010 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:56:11.010 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:56:11.011 [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...
16:56:11.011 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s220ms [proxy update]
16:56:11.011 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:56:11.011 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:56:11.011 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 193 ms
16:56:11.018 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:56:11.021 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:56:11.022 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:56:11.022 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:56:12.069 [pool-388-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6110709168721993832/test_modelProfileInsideRepository[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:56:12.076 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml...
16:56:12.078 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:56:12.078 [pool-388-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:56:13.122 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store
16:56:13.124 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635
16:56:13.124 [pool-388-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
16:56:13.124 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml...
16:56:13.125 [pool-388-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml
16:56:13.127 [pool-388-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s
16:56:14.570 [pool-388-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit6110709168721993832/test_modelProfileInsideRepository[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:56:14.578 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml
16:56:14.838 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
16:56:14.838 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml
16:56:14.839 [pool-388-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
16:56:14.839 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml.
2s763ms [pure insertion]
marking any relevant derived attributes for update...16:56:14.839 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:56:14.839 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:56:14.840 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:56:14.840 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:56:14.840 [pool-388-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:56:16.914 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/74 proxy references (0 sec total)
16:56:17.007 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 73 proxy ref lists left after resolving 1 refs
16:56:17.007 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.167s
attempting to resolve any uninitialized derived attributes...
16:56:17.007 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:56:17.007 [pool-388-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:56:17.007 [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...
16:56:17.007 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s168ms [proxy update]
16:56:17.008 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:56:17.008 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:56:17.008 [pool-388-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 990 ms
16:56:17.014 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:56:17.014 [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/junit1039394015704988877/:org.eclipse.hawk.localfolder.LocalFolder:false
16:56:17.015 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:56:17.015 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:56:17.949 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:56:17.953 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
16:56:20.085 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
16:56:20.086 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:56:20.086 [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
16:56:20.098 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
16:56:20.098 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
16:56:20.211 [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
16:56:20.211 [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
16:56:20.212 [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
16:56:20.212 [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
16:56:20.212 [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
16:56:20.261 [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
16:56:20.261 [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
16:56:20.261 [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
16:56:20.261 [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
16:56:20.261 [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
16:56:20.261 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:56:20.262 [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
16:56:20.262 [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
16:56:20.262 [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
16:56:20.262 [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
16:56:20.302 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
16:56:20.302 [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
16:56:20.303 [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
16:56:20.303 [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
16:56:20.344 [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
16:56:20.344 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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[]
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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
16:56:20.386 [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[]
16:56:20.386 [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
16:56:20.386 [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
16:56:20.387 [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
16:56:20.387 [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
16:56:20.387 [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
16:56:20.387 [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
16:56:20.387 [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
16:56:20.419 [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
16:56:20.419 [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
16:56:20.420 [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
16:56:20.425 [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
16:56:20.432 [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
16:56:20.544 [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
16:56:20.548 [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
16:56:20.548 [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
16:56:20.550 [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
16:56:20.550 [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
16:56:20.550 [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
16:56:20.550 [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
16:56:20.565 [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
16:56:20.566 [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
16:56:20.567 [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
16:56:20.632 [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
16:56:20.633 [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
16:56:20.633 [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
16:56:20.633 [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
16:56:20.633 [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
16:56:20.661 [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
16:56:20.661 [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
16:56:20.661 [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
16:56:20.661 [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
16:56:20.662 [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
16:56:20.686 [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
16:56:20.686 [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
16:56:20.687 [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
16:56:20.687 [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
16:56:20.687 [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
16:56:20.711 [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
16:56:20.737 [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
16:56:20.737 [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
16:56:20.761 [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
16:56:20.761 [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
16:56:20.786 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
16:56:20.787 [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
16:56:20.787 [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
16:56:20.787 [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
16:56:20.788 [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[]
16:56:20.788 [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
16:56:20.788 [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
16:56:20.788 [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
16:56:20.788 [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
16:56:20.788 [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
16:56:20.788 [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
16:56:20.788 [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
16:56:20.788 [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
16:56:20.788 [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
16:56:20.788 [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
16:56:20.788 [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
16:56:20.788 [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
16:56:20.789 [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
16:56:20.789 [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
16:56:20.789 [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
16:56:20.789 [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
16:56:20.789 [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
16:56:20.789 [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
16:56:20.789 [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
16:56:20.790 [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
16:56:20.790 [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
16:56:20.790 [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
16:56:20.790 [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
16:56:20.790 [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
16:56:20.790 [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
16:56:20.791 [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
16:56:20.791 [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
16:56:20.792 [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
16:56:21.044 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
16:56:21.044 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
16:56:21.050 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
16:56:21.050 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
16:56:21.050 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:56:21.051 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:56:21.051 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
16:56:21.061 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
16:56:21.062 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:56:21.062 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:56:21.063 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:56:21.066 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:56:21.066 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:56:23.914 [pool-395-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2639491958580771915/test_workspaceCrosslinks[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:56:23.930 [pool-395-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:56:24.601 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
16:56:24.898 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:56:24.899 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:56:24.899 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
16:56:25.607 [pool-395-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2639491958580771915/test_workspaceCrosslinks[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:56:25.616 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
16:56:25.746 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
16:56:25.746 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
16:56:25.747 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
16:56:25.747 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
1s818ms [pure insertion]
marking any relevant derived attributes for update...16:56:25.748 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s59ms
16:56:25.807 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s59ms
16:56:25.809 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
16:56:25.809 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:56:25.809 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:56:25.809 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
16:56:25.809 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
16:56:25.837 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
16:56:25.837 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
16:56:25.842 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
16:56:25.842 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s33ms [pure insertion]
marking any relevant derived attributes for update...16:56:25.842 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:56:25.842 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:56:25.843 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
16:56:25.843 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:56:25.844 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:56:25.844 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
16:56:25.844 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
16:56:25.904 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
16:56:25.904 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
16:56:25.906 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
16:56:25.906 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s63ms [pure insertion]
marking any relevant derived attributes for update...16:56:25.906 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:56:25.906 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:56:25.907 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
16:56:25.907 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:56:25.908 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:56:25.908 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
16:56:25.908 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
16:56:25.922 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
16:56:25.922 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
16:56:25.923 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
16:56:25.923 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s16ms [pure insertion]
marking any relevant derived attributes for update...16:56:25.923 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:56:25.923 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:56:25.923 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:56:25.923 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:56:25.923 [pool-395-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:56:28.219 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
16:56:28.220 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 0 refs
16:56:28.220 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.297s
attempting to resolve any uninitialized derived attributes...
16:56:28.220 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:56:28.220 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:56:28.221 [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...
16:56:28.221 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s298ms [proxy update]
16:56:28.221 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:56:28.221 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:56:28.221 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 7 s 159 ms
16:56:28.264 [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
16:56:28.265 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:56:28.265 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
16:56:28.269 [pool-395-thread-1] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 4 ms
16:56:28.269 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
16:56:28.270 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
16:56:28.270 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
16:56:29.076 [pool-395-thread-1] INFO  o.e.h.neo4j_v2.util.Neo4JBatchUtil - Opening: /tmp/junit2639491958580771915/test_workspaceCrosslinks[Neo4j]/db
WITH: 1.572864000 GB of HEAP and: 0.598GB of Database VM (embedded in heap)
16:56:29.083 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml...
16:56:29.085 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:56:29.085 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:56:29.085 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml...
16:56:29.085 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml
16:56:29.232 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
16:56:29.232 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml
16:56:29.233 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
16:56:29.233 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml.
0s150ms [pure insertion]
marking any relevant derived attributes for update...16:56:29.233 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
16:56:29.234 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
16:56:29.234 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml...
16:56:29.234 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
16:56:29.235 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
16:56:29.235 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml...
16:56:29.235 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml
16:56:29.249 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
16:56:29.249 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml
16:56:29.253 [pool-395-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
16:56:29.253 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml.
0s19ms [pure insertion]
marking any relevant derived attributes for update...16:56:29.253 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
16:56:29.253 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
16:56:29.253 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
16:56:29.253 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
16:56:29.253 [pool-395-thread-1] WARN  o.e.hawk.neo4j_v2.Neo4JDatabase - Cannot begin transactions outside transactional mode, entering it now
16:56:31.177 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total)
16:56:31.346 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 20 proxy ref lists left after resolving 30 refs
16:56:31.346 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.093s
attempting to resolve any uninitialized derived attributes...
16:56:31.346 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
16:56:31.346 [pool-395-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
16:56:31.346 [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...
16:56:31.346 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s94ms [proxy update]
16:56:31.347 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
16:56:31.347 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
16:56:31.347 [pool-395-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 82 ms
16:56:31.347 [pool-395-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2639491958580771915/test_workspaceCrosslinks[Neo4j]/db
16:56:31.352 [pool-395-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2639491958580771915/test_workspaceCrosslinks[Neo4j]/db
16:56:31.359 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
16:56:31.360 [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
16:56:31.361 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
16:56:31.361 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
16:56:32.313 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
16:56:32.317 [main] INFO  o.e.hawk.neo4j_v2.Neo4JDatabase - Successfully deleted store db
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 559.018 s - in org.eclipse.hawk.neo4jv2.tests.Neo4J2IntegrationTestSuite
set0[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 28.713 s
tree[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 7.116 s
treeWithSpaces[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 7.808 s
treeCrossResourceContainment[Neo4j](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 8.634 s
derivedEdgeCollection[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 9.918 s
deriveThenAdd[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 10.276 s
derivedEdgeSingle[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 8.285 s
addThenIndex[Neo4j](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 8.276 s
lookupWithIndex[Neo4j](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 9.492 s
lookupWithoutIndex[Neo4j](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 7.8 s
eContainersIsUpdatedRoot[Neo4j](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest)  Time elapsed: 19.045 s
queryEnumValues[Neo4j](org.eclipse.hawk.integration.tests.emf.EnumSupportTest)  Time elapsed: 7.857 s
metamodels[Neo4j](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest)  Time elapsed: 4.487 s
elephantResolve[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest)  Time elapsed: 13.665 s
zoo[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest)  Time elapsed: 5.596 s
metamodel[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest)  Time elapsed: 4.831 s
zoo[Neo4j](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest)  Time elapsed: 15.673 s
bpmn[Neo4j](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest)  Time elapsed: 53.465 s
instanceCountsAllOf[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 9.447 s
listFiles[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 8.443 s
instanceCounts[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 7.693 s
reverseRefs[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 9.258 s
forwardRefs[Neo4j](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 9.125 s
allContents[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 14.714 s
subtreeTraversalScoping[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 15.112 s
getAllOf[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 16.122 s
getFiles[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 14.521 s
getAllOfCountsSubtypes[Neo4j](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 10.697 s
addChild[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 11.577 s
addModel[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 9.242 s
renameRoot[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 11.468 s
eContainer[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 8.427 s
removeChild[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 12.439 s
renameChild[Neo4j](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 9.26 s
upgradeModelProfileVersion[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 23.72 s
stereotypeAsModel[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 15.304 s
localfolderCrosslinks[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 14.839 s
zoo[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 15.022 s
indexLibraries[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 10.818 s
customProfileV4[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 17.484 s
customProfileV5[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 14.733 s
modelProfileInsideRepository[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 24.03 s
workspaceCrosslinks[Neo4j](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest)  Time elapsed: 14.364 s

Results:

Tests run: 85, Failures: 0, Errors: 0, Skipped: 2

16:56:32.799 [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] emailext
An attempt to send an e-mail to empty list of recipients, ignored.
[Pipeline] slackSend
Slack Send Pipeline step running, values are - baseUrl: <empty>, teamDomain: hawk-developers, channel: #ci-notifications, color: #00FF00, botUser: true, tokenCredentialId: slack-token, notifyCommitters: false, iconEmoji: <empty>, username: <empty>, timestamp: <empty>
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS