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/jc956/greycat-ci-fix Seen branch in repository origin/master Seen 4 remote branches Obtained core/Jenkinsfile from 979ef3595f38705daedb47d7de276b37a2e822c1 Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task All nodes of label ‘hawk_master_266-g8vws’ are offline Created Pod: hawk/hawk-master-266-g8vws-4np4h-ztqrt [Normal][hawk/hawk-master-266-g8vws-4np4h-ztqrt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "m2-repo" [Normal][hawk/hawk-master-266-g8vws-4np4h-ztqrt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" [Normal][hawk/hawk-master-266-g8vws-4np4h-ztqrt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "jenkins-home" [Normal][hawk/hawk-master-266-g8vws-4np4h-ztqrt][Scheduled] Successfully assigned hawk-master-266-g8vws-4np4h-ztqrt to osnode-5.eclipse.org [Normal][hawk/hawk-master-266-g8vws-4np4h-ztqrt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-security-xml" [Normal][hawk/hawk-master-266-g8vws-4np4h-ztqrt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-xml" [Normal][hawk/hawk-master-266-g8vws-4np4h-ztqrt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-tm47h" [Normal][hawk/hawk-master-266-g8vws-4np4h-ztqrt][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" [Normal][hawk/hawk-master-266-g8vws-4np4h-ztqrt][Pulled] Container image "eclipsecbijenkins/basic-agent:4.2" already present on machine [Normal][hawk/hawk-master-266-g8vws-4np4h-ztqrt][Created] Created container [Normal][hawk/hawk-master-266-g8vws-4np4h-ztqrt][Started] Started container [Normal][hawk/hawk-master-266-g8vws-4np4h-ztqrt][Pulled] Container image "maven:3.6.3-jdk-8" already present on machine [Normal][hawk/hawk-master-266-g8vws-4np4h-ztqrt][Created] Created container [Normal][hawk/hawk-master-266-g8vws-4np4h-ztqrt][Started] Started container Agent hawk-master-266-g8vws-4np4h-ztqrt is provisioned from template hawk_master_266-g8vws-4np4h --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/hawk/job/master/266/" runUrl: "job/hawk/job/master/266/" labels: jenkins: "slave" jenkins/label: "hawk_master_266-g8vws" name: "hawk-master-266-g8vws-4np4h-ztqrt" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.hawk.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "hawk-master-266-g8vws-4np4h-ztqrt" - name: "JENKINS_NAME" value: "hawk-master-266-g8vws-4np4h-ztqrt" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.hawk.svc.cluster.local/hawk/" image: "eclipsecbijenkins/basic-agent:4.2" 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 -Xmx512m -Xms256m" - 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/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" - 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-master-266-g8vws-4np4h-ztqrt in /home/jenkins/agent/workspace/hawk_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_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 > 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 Checking out Revision 979ef3595f38705daedb47d7de276b37a2e822c1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 979ef3595f38705daedb47d7de276b37a2e822c1 # timeout=10 Commit message: "Core Jenkinsfile: allow for manual rebuilds" > git rev-list --no-walk 4d10e3e8f1813ab8e36d98e3ccb5731715723d56 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Tycho) [Pipeline] container [Pipeline] { [Pipeline] sh + mvn --version Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /usr/share/maven Java version: 1.8.0_252, vendor: Oracle Corporation, runtime: /usr/local/openjdk-8/jre Default locale: en, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1127.el7.x86_64", arch: "amd64", family: "unix" [Pipeline] sh + which java /usr/local/openjdk-8/bin/java [Pipeline] sh + echo /usr/local/openjdk-8 /usr/local/openjdk-8 [Pipeline] sh + cd core + mvn -B --quiet install -DfailIfNoTests=false -P jenkins,signjars --toolchains jenkins-toolchains.xml Jun 04, 2020 4:01:01 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Jun 04, 2020 4:01:01 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:01:12 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 Jun 04, 2020 4:01:12 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:01:17 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 Jun 04, 2020 4:01:17 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:01:24 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 Jun 04, 2020 4:01:24 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:01:34 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 Jun 04, 2020 4:01:34 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:01:50 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 Jun 04, 2020 4:01:50 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:01: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 Jun 04, 2020 4:01:53 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:01:56 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 Jun 04, 2020 4:01:56 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:02:01 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Jun 04, 2020 4:02:01 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:02:07 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 Jun 04, 2020 4:02:07 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:02:12 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 Jun 04, 2020 4:02:12 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:02:17 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 Jun 04, 2020 4:02:17 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:02: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 Jun 04, 2020 4:02:18 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:02:30 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 Jun 04, 2020 4:02:30 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:02:33 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 Jun 04, 2020 4:02:33 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:07:36 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 Jun 04, 2020 4:07:36 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:07:50 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 Jun 04, 2020 4:07:50 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:07:57 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 Jun 04, 2020 4:07:57 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jun 04, 2020 4:08:10 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 Jun 04, 2020 4:08:10 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Buildfile: generate-composite-site.xml composite: BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 7 seconds Buildfile: generate-3rdparty-site.xml init: build-site: [mkdir] Created dir: /home/jenkins/agent/workspace/hawk_master/core/releng/org.eclipse.hawk.updatesite/thirdparty-nonp2/features [mkdir] Created dir: /home/jenkins/agent/workspace/hawk_master/core/releng/org.eclipse.hawk.updatesite/thirdparty-nonp2/plugins [get] Getting: https://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.9.3/libthrift-0.9.3.jar [get] To: /home/jenkins/agent/workspace/hawk_master/core/releng/org.eclipse.hawk.updatesite/unsigned-thrift.jar [eclipse.publish.featuresAndBundles] Generating metadata for .. [eclipse.publish.featuresAndBundles] Generation completed with success [0 seconds]. BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 3 seconds Running org.eclipse.hawk.backend.tests.BackendTestSuite Starting database plocal:/tmp/junit6406417511282659232 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Warning: prematurely committing a transaction so we can create index roots_sbtree_STRING Starting database plocal:/tmp/junit8521651160146407837 set up properties for V_hawkIndexStore: [] set up properties for V_object: [] set up properties for V_file: [in__hawkFile (type=LINKBAG)] Warning: prematurely committing a transaction so we can create index roots_sbtree_STRING Starting database plocal:/tmp/junit7026332920109502669 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Warning: prematurely committing a transaction so we can create index my_hcol_index_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index my_hcom_index_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index my_hsco_index_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index my_hspa_index_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index my_hpct_index_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index my_hequ_index_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index my_hfsl_index_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index my_hbsl_index_sbtree_INTEGER Starting database plocal:/tmp/junit377591364476823096 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_DOUBLE Starting database plocal:/tmp/junit6943117482506607136 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING Starting database plocal:/tmp/junit3481093498377753560 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING Starting database plocal:/tmp/junit5405834034683219705 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING Starting database plocal:/tmp/junit8191774168852576085 set up properties for V_hawkIndexStore: [] set up properties for V_x: [] set up properties for V_y: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Starting database plocal:/tmp/junit4612318077354486243 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Starting database plocal:/tmp/junit5293594882805446209 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Starting database plocal:/tmp/junit6878112942974456290 set up properties for V_hawkIndexStore: [] set up properties for V_x: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Starting database plocal:/tmp/junit3092787405698939824 set up properties for V_hawkIndexStore: [] set up properties for V_x: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index hawkFileIndex_sbtree_STRING Starting database plocal:/tmp/junit918668736153718516 set up properties for V_hawkIndexStore: [] set up properties for V_x: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index hawkFileIndex_sbtree_STRING Starting database plocal:/tmp/junit2046177115561176750 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Warning: prematurely committing a transaction so we can create index roots_sbtree_STRING Starting database plocal:/tmp/junit858381809934893034 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit2622422561914721462 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING Starting database plocal:/tmp/junit6115643946634923299 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING Starting database plocal:/tmp/junit8457733294044618862 set up properties for V_hawkIndexStore: [] set up properties for V_v: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Starting database plocal:/tmp/junit1859694156427933340 set up properties for V_hawkIndexStore: [] set up properties for V_x: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Starting database plocal:/tmp/junit5445211585176507177 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING Starting database plocal:/tmp/junit849449832544324381 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit8062969614271898432 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING Starting database plocal:/tmp/junit1599643079060778897 set up properties for V_hawkIndexStore: [] set up properties for V_x: [] set up properties for V_y: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Starting database plocal:/tmp/junit4761417138896693535 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Warning: prematurely committing a transaction so we can create index roots_sbtree_STRING Starting database plocal:/tmp/junit6363869392236555606 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_DOUBLE Starting database plocal:/tmp/junit1602528503818909502 set up properties for V_hawkIndexStore: [] set up properties for V_v: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_DOUBLE Starting database plocal:/tmp/junit395590095723959389 set up properties for V_hawkIndexStore: [] set up properties for V_x: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_INTEGER Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING Starting database plocal:/tmp/junit7401360936576785928 set up properties for V_hawkIndexStore: [] Starting database plocal:/tmp/junit1577638811815872764 set up properties for V_hawkIndexStore: [] Starting database plocal:/tmp/junit1577638811815872764 Starting database plocal:/tmp/junit886965119384929455 set up properties for V_hawkIndexStore: [] Starting database plocal:/tmp/junit1412620341247734362 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit3242625608354915100 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit8995110654057851644 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit1776790984575625136 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Starting database plocal:/tmp/junit2805054264899522060 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit787946221744615157 set up properties for V_hawkIndexStore: [] set up properties for V_my_hcol_object: [] set up properties for V_my_hcom_object: [] set up properties for V_my_hsco_object: [] set up properties for V_my_hspa_object: [] set up properties for V_my_hpct_object: [] set up properties for V_my_hats_object: [] set up properties for V_my_hequ_object: [] set up properties for V_my_hdot_object: [] Starting database plocal:/tmp/junit8753984028377142787 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit7563575718591319212 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit8393334012711225825 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit4921626387845675667 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Starting database plocal:/tmp/junit2100411060759646744 set up properties for V_hawkIndexStore: [] set up properties for V_metamodel: [] Starting database plocal:/tmp/junit4447512745397155986 set up properties for V_hawkIndexStore: [] set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,981.754 s - in org.eclipse.hawk.backend.tests.BackendTestSuite addThenReuseIterable[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 34.986 s getMultipleMatches[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 32.969 s invalidIndexNames[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 51.042 s doubleExact[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 42.109 s removeByFullKey[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 47.999 s removeByNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 54.169 s removeByFieldNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 66.321 s indexNodeDeletionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 70.688 s integerRanges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 69.853 s integerExact[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 67.324 s indexKeyAdditionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 71.355 s removeByNodeMultipleIndicesRemoveAll[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 81.788 s removeByNodeMultipleIndicesRemoveOne[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 69.149 s addPreservesPriorValue[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 69.631 s addNullMap[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 68.288 s query[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 49.129 s removeByNode3Arg[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 44.012 s removeByFullKeyInt[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 46.063 s nodeDelete[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 38.087 s queryWithPipes[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 21.983 s addNullValue[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 16.575 s removeByValueNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 27.166 s indexDeletionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 20.951 s deleteRecreate[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 35.118 s floatingRanges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 12.793 s removeByFullKeyDouble[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 16.777 s indexKeyRemovalRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 15.323 s testStartTransaction[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 74.947 s testStartDelete[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 140.339 s testStartShutdown[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 79.206 s twoNodesBatchRemoveRel[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 71.02 s oneNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 69.851 s oneNodeProperty[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 95.12 s oneNodeRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 43.914 s oneNodeRemoveRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 49.367 s escapeInvalidClassCharacters[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 66.92 s escapeInvalidCharactersEdges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 14.307 s escapeInvalidFieldCharacters[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 5.814 s twoNodesBatch[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 4.339 s oneNodeRemove[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 8.601 s oneNodeBatch[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 6.391 s threeNodesRemoveMiddle[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 9.848 s Results: Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest 16:42:53.362 [main] INFO o.e.hawk.emf.model.util.RegisterMeta - Registering package: Core (org.amma.dsl.jdt.core) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.emf.tests/resources/JDTAST.ecore] 16:42:53.365 [main] INFO o.e.hawk.emf.model.util.RegisterMeta - Registering package: DOM (org.amma.dsl.jdt.dom) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.emf.tests/resources/JDTAST.ecore] 16:42:53.365 [main] INFO o.e.hawk.emf.model.util.RegisterMeta - Registering package: PrimitiveTypes (org.amma.dsl.jdt.primitiveTypes) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.emf.tests/resources/JDTAST.ecore] 16:42:53.570 [main] INFO o.e.hawk.emf.model.util.RegisterMeta - Registering package: DOM (org.amma.dsl.jdt.dom) [resource_from_epackage_org.amma.dsl.jdt.dom] 16:42:53.571 [main] INFO o.e.hawk.emf.model.util.RegisterMeta - Registering package: PrimitiveTypes (org.amma.dsl.jdt.primitiveTypes) [resource_from_epackage_org.amma.dsl.jdt.primitiveTypes] 16:42:53.639 [main] INFO o.e.hawk.emf.model.util.RegisterMeta - Registering package: Core (org.amma.dsl.jdt.core) [resource_from_epackage_org.amma.dsl.jdt.core] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.194 s - in org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest separateJDTAST(org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest) Time elapsed: 1.161 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.http.HTTPManagerTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.115 s - in org.eclipse.hawk.http.HTTPManagerTest getDeltaDigest(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.914 s getDeltaLastModifiedHeader(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.08 s getDeltaEtag(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.001 s getDeltaUrlFilename(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0 s getDeltaNoHeaders(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.001 s getDeltaHeaderFilename(org.eclipse.hawk.http.HTTPManagerTest) Time elapsed: 0.006 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 Running org.eclipse.hawk.integration.tests.IntegrationTestSuite Starting database plocal:/tmp/junit8218108754738581487/test_set0[OrientDB] Jun 04, 2020 4:43:16 PM com.orientechnologies.common.log.OLogManager log INFO: Auto configuration of disk cache size. Jun 04, 2020 4:43:16 PM com.orientechnologies.common.log.OLogManager log INFO: Disk cache size is directly set by the user to the 300 mb Jun 04, 2020 4:43:16 PM com.orientechnologies.common.log.OLogManager log WARNING: The configured memory chunk size (1073741824 bytes) is larger than the configured maximum cache size (314572800 bytes). That may cause overallocation of a memory which will be wasted, please tune the configuration up. Use the storage.diskCache.bufferSize OrientDB option to raise the cache memory size or memory.chunk.size OrientDB option to lower memory chunk size. Jun 04, 2020 4:43:16 PM com.orientechnologies.common.log.OLogManager log INFO: Lowering memory chunk size from 1,073,741,824B to 314,572,800B. Jun 04, 2020 4:43:18 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_set0[OrientDB]}} Storage 'plocal:/tmp/junit8218108754738581487/test_set0[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:43:26.282 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:43:26.405 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:43:26.405 [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:43:26.408 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:43:26.408 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:43:26.410 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:43:26.410 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:43:26.411 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:43:26.412 [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:43:26.412 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:43:26.412 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 16:43:26.412 [pool-3-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:43:26.413 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 16:43:26.766 [main] INFO o.e.hawk.emf.model.util.RegisterMeta - Registering package: Core (org.amma.dsl.jdt.core) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/./resources/metamodels/JDTAST.ecore] 16:43:26.766 [main] INFO o.e.hawk.emf.model.util.RegisterMeta - Registering package: DOM (org.amma.dsl.jdt.dom) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/./resources/metamodels/JDTAST.ecore] 16:43:26.766 [main] INFO o.e.hawk.emf.model.util.RegisterMeta - Registering package: PrimitiveTypes (org.amma.dsl.jdt.primitiveTypes) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/./resources/metamodels/JDTAST.ecore] Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 16:43:26.766 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:43:26.766 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:43:26.851 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:43:27.713 [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:43:27.714 [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:43:27.714 [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:43:27.714 [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:43:27.714 [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:43:27.714 [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:43:27.714 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:43:27.968 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:43:27.968 [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:43:27.973 [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:43:27.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:43:27.977 [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:43:27.977 [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:43:27.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:43:27.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:43:27.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:43:27.978 [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:43:27.978 [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:43:27.979 [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:43:27.980 [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:43:27.981 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:43:27.981 [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:43:27.981 [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:43:27.982 [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:43:27.982 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:43:27.982 [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:43:28.037 [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:43:28.037 [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:43:28.037 [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:43:28.037 [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:43:28.038 [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:43:28.040 [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:43:28.040 [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:43:28.041 [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:43:28.041 [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:43:28.041 [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:43:28.041 [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:43:28.064 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:43:28.071 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:43:28.077 [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:43:28.147 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:43:28.149 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:43:28.160 [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:43:28.167 [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:43:28.238 [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:43:28.241 [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:43:28.638 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~1 sec) 16:43:28.638 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:43:28.955 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false 16:43:28.958 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:43:28.958 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:43:28.970 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:43:28.972 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:43:28.972 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:43:32.040 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:43:32.045 [pool-3-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:43:32.046 [pool-3-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:43:32.046 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 16:43:32.768 [pool-3-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 16:43:34.266 [pool-3-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 16:43:59.193 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding nodes: 50001 26 sec (26 sec total) to /set0.xmi 16:44:05.997 [pool-3-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69680 NODES AND 69680 M->MM REFERENCES! (took ~126922sec) 16:44:05.997 [pool-3-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:44:15.560 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding references: 50035 9 sec (9 sec total) to /set0.xmi 16:44:19.258 [pool-3-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69806 REFERENCES! (took ~13 sec) 16:44:19.258 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 47s276ms [pure insertion] marking any relevant derived attributes for update...16:44:19.259 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:44:19.261 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:44:19.261 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:44:19.261 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 16:45:10.052 [pool-3-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:45:10.052 [pool-3-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~50.791s attempting to resolve any uninitialized derived attributes... 16:45:10.052 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 16:45:10.052 [pool-3-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 16:45:10.053 [pool-3-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:45:10.053 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 50s795ms [proxy update] 16:45:10.056 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 16:45:10.057 [pool-3-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 ~101s validating changes... validating file UPDATED for /set0.xmi changed resource size: 69680 relevant graph size: 69680 validated changes... true 16:45:32.086 [pool-3-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 123 s 127 ms 16:45:32.276 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 16:45:32.276 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false 16:45:32.312 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:45:32.313 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:45:33.155 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 04, 2020 4:45:33 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_set0[OrientDB]}} Storage 'plocal:/tmp/junit8218108754738581487/test_set0[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit6728611819746692292/test_tree[OrientDB] Jun 04, 2020 4:45:34 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_tree[OrientDB]}} Storage 'plocal:/tmp/junit6728611819746692292/test_tree[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:45:43.205 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:45:43.208 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:45:43.208 [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:45:43.209 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:45:43.209 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:45:43.209 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:45:43.209 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:45:43.209 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:45:43.209 [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:45:43.209 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 16:45:43.209 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:45:43.210 [pool-4-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:45:43.211 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/Tree.ecore to store 16:45:43.222 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:45:43.222 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:45:43.225 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:45:44.619 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:45:44.838 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:45:44.839 [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:45:44.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:45:44.840 [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:45:44.840 [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:45:44.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:45:44.841 [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:45:44.841 [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:45:44.841 [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:45:44.842 [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:45:44.842 [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:45:44.842 [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:45:44.842 [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:45:44.843 [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:45:44.843 [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:45:44.843 [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:45:44.843 [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:45:44.843 [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:45:44.843 [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:45:44.844 [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:45:44.844 [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:45:44.844 [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:45:44.844 [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:45:44.845 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:45:44.845 [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:45:44.845 [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:45:44.845 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:45:44.845 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:45:44.846 [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:45:44.846 [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:45:44.846 [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:45:44.846 [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:45:44.846 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:45:44.846 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:45:44.947 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~1 sec) 16:45:44.947 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:45:45.444 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false 16:45:45.447 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:45:45.447 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:45:45.449 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:45:45.451 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:45:45.451 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:45:45.457 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 16:45:45.459 [pool-4-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:45:45.459 [pool-4-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:45:45.459 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 16:45:49.669 [pool-4-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 16:45:51.610 [pool-4-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:45:51.610 [pool-4-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 16:45:51.614 [pool-4-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:45:51.614 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 6s157ms [pure insertion] marking any relevant derived attributes for update...16:45:51.614 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:45:51.614 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:45:51.615 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:45:51.615 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 16:45:51.616 [pool-4-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:45:51.616 [pool-4-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:45:51.616 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 16:45:51.616 [pool-4-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 16:45:51.616 [pool-4-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:45:51.616 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 16:45:51.617 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 16:45:51.617 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~6s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 16:45:51.619 [pool-4-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 172 ms 16:45:51.639 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 16:45:51.639 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false 16:45:51.642 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:45:51.642 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:45:52.162 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 04, 2020 4:45:52 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_tree[OrientDB]}} Storage 'plocal:/tmp/junit6728611819746692292/test_tree[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit9062613755431982849/test_treeWithSpaces[OrientDB] Jun 04, 2020 4:45:52 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeWithSpaces[OrientDB]}} Storage 'plocal:/tmp/junit9062613755431982849/test_treeWithSpaces[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:46:00.737 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:46:00.740 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:46:00.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:46:00.740 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:46:00.740 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:46:00.740 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:46:00.740 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:46:00.740 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:46:00.740 [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:46:00.741 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 16:46:00.741 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:46:00.741 [pool-5-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:46:00.742 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/Tree.ecore to store 16:46:00.748 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:46:00.748 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:46:00.750 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:46:01.464 [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:46:01.465 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:46:01.638 [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:46:01.638 [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:46:01.638 [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:46:01.639 [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:46:01.639 [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:46:01.640 [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:46:01.640 [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:46:01.640 [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:46:01.640 [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:46:01.640 [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:46:01.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:46:01.641 [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:46:01.641 [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:46:01.641 [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:46:01.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:46:01.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:46:01.641 [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:46:01.641 [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:46:01.642 [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:46:01.642 [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:46:01.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:46:01.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:46:01.642 [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:46:01.642 [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:46:01.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:46:01.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:46:01.643 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:46:01.643 [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:46:01.643 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:46:01.643 [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:46:01.643 [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:46:01.643 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:46:01.706 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:46:01.736 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:46:01.736 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:46:01.973 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false 16:46:01.976 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:46:01.976 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:46:01.977 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:46:01.979 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:46:01.979 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:46:01.981 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 16:46:01.982 [pool-5-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:46:01.982 [pool-5-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:46:01.982 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 16:46:02.642 [pool-5-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 16:46:03.640 [pool-5-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 16:46:03.641 [pool-5-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 16:46:03.641 [pool-5-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:46:03.641 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model. 1s660ms [pure insertion] marking any relevant derived attributes for update...16:46:03.641 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:46:03.641 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:46:03.641 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:46:03.642 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 16:46:03.643 [pool-5-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:46:03.644 [pool-5-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 16:46:03.644 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 16:46:03.644 [pool-5-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 16:46:03.644 [pool-5-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:46:03.644 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 16:46:03.644 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 16:46:03.645 [pool-5-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%20with%20spaces/space%20tree.model changed resource size: 1 relevant graph size: 1 validated changes... true 16:46:03.646 [pool-5-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 670 ms 16:46:03.666 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 16:46:03.666 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false 16:46:03.668 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:46:03.668 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:46:03.943 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 04, 2020 4:46:03 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeWithSpaces[OrientDB]}} Storage 'plocal:/tmp/junit9062613755431982849/test_treeWithSpaces[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit4261270255252114855/test_treeCrossResourceContainment[OrientDB] Jun 04, 2020 4:46:04 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeCrossResourceContainment[OrientDB]}} Storage 'plocal:/tmp/junit4261270255252114855/test_treeCrossResourceContainment[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:46:10.838 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:46:10.841 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:46:10.841 [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:46:10.841 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:46:10.841 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:46:10.841 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:46:10.841 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:46:10.841 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:46:10.842 [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:46:10.842 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:46:10.842 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 16:46:10.842 [pool-6-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:46:10.843 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/Tree.ecore to store 16:46:10.848 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:46:10.849 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:46:10.850 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:46:11.756 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:46:12.047 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:46:12.049 [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:46:12.049 [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:46:12.049 [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:46:12.049 [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:46:12.049 [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:46:12.049 [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:46:12.049 [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:46:12.049 [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:46:12.050 [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:46:12.050 [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:46:12.050 [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:46:12.051 [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:46:12.051 [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:46:12.051 [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:46:12.051 [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:46:12.051 [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:46:12.051 [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:46:12.051 [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:46:12.051 [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:46:12.051 [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:46:12.052 [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:46:12.052 [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:46:12.053 [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:46:12.053 [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:46:12.053 [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:46:12.053 [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:46:12.054 [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:46:12.054 [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:46:12.054 [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:46:12.054 [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:46:12.054 [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:46:12.055 [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:46:12.056 [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:46:12.186 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~1 sec) 16:46:12.187 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:46:12.431 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false 16:46:12.434 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:46:12.434 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:46:12.436 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:46:12.438 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:46:12.438 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:46:12.440 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 16:46:12.441 [pool-6-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:46:12.441 [pool-6-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:46:12.441 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 16:46:13.385 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 16:46:14.555 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:46:14.555 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 16:46:15.311 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:46:15.311 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 2s871ms [pure insertion] marking any relevant derived attributes for update...16:46:15.311 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:46:15.312 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:46:15.313 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /child.model... 16:46:15.313 [pool-6-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:46:15.313 [pool-6-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:46:15.314 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /child.model... 16:46:15.314 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /child.model 16:46:15.314 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 16:46:15.314 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /child.model 16:46:15.315 [pool-6-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:46:15.315 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /child.model. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:46:15.315 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:46:15.315 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:46:15.315 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:46:15.315 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 16:46:15.351 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 16:46:15.356 [pool-6-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 16:46:15.356 [pool-6-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.041s attempting to resolve any uninitialized derived attributes... 16:46:15.356 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 16:46:15.356 [pool-6-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 16:46:15.356 [pool-6-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:46:15.356 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s41ms [proxy update] 16:46:15.356 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 16:46:15.357 [pool-6-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 ~2s 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:46:15.359 [pool-6-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 924 ms 16:46:15.375 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 16:46:15.375 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false 16:46:15.378 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:46:15.378 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:46:15.977 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 04, 2020 4:46:15 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_treeCrossResourceContainment[OrientDB]}} Storage 'plocal:/tmp/junit4261270255252114855/test_treeCrossResourceContainment[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit5902015411312658251/test_derivedEdgeCollection[OrientDB] Jun 04, 2020 4:46:17 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeCollection[OrientDB]}} Storage 'plocal:/tmp/junit5902015411312658251/test_derivedEdgeCollection[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:46:25.691 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:46:25.693 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:46:25.693 [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:46:25.693 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:46:25.693 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:46:25.693 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:46:25.693 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:46:25.693 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:46:25.694 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 16:46:25.694 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:46:25.694 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 16:46:25.694 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:46:25.694 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/Tree.ecore to store 16:46:25.700 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:46:25.700 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:46:25.701 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:46:27.040 [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:46:27.041 [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:46:27.041 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:46:27.276 [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:46:27.276 [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:46:27.276 [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:46:27.276 [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:46:27.276 [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:46:27.276 [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:46:27.276 [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:46:27.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:46:27.277 [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:46:27.277 [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:46:27.277 [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:46:27.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:46:27.277 [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:46:27.277 [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:46:27.277 [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:46:27.277 [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:46:27.277 [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:46:27.277 [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:46:27.277 [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:46:27.277 [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:46:27.277 [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:46:27.277 [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:46:27.278 [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:46:27.278 [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:46:27.278 [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:46:27.278 [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:46:27.278 [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:46:27.278 [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:46:27.278 [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:46:27.278 [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:46:27.279 [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:46:27.281 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:46:27.287 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~1 sec) 16:46:27.287 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:46:27.582 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 16:46:27.585 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:46:27.585 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:46:27.588 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:46:27.590 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:46:27.590 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:46:27.592 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 16:46:27.593 [pool-7-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:46:27.593 [pool-7-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:46:27.593 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 16:46:28.889 [pool-7-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 16:46:30.595 [pool-7-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:46:30.595 [pool-7-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 16:46:30.599 [pool-7-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:46:30.599 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 3s8ms [pure insertion] marking any relevant derived attributes for update...16:46:30.599 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:46:30.599 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:46:30.599 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:46:30.600 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 16:46:30.601 [pool-7-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:46:30.601 [pool-7-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:46:30.601 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 16:46:30.601 [pool-7-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 16:46:30.601 [pool-7-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:46:30.601 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:46:30.601 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 16:46:30.602 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:46:30.602 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 17 ms 16:46:30.602 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 16:46:30.602 [pool-7-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:46:30.603 [pool-7-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 16:46:30.603 [pool-7-thread-1] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 16:46:30.963 [pool-7-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 16:46:30.966 [pool-7-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.wrappers.GraphNodeWrapper 16:46:32.492 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (1 s, 1 s total) 16:46:32.492 [pool-7-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 1.889s 16:46:32.492 [pool-7-thread-1] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 16:46:32.513 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 16:46:32.513 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 16:46:32.516 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:46:32.517 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:46:32.852 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 04, 2020 4:46:32 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeCollection[OrientDB]}} Storage 'plocal:/tmp/junit5902015411312658251/test_derivedEdgeCollection[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit3707605315287971136/test_deriveThenAdd[OrientDB] Jun 04, 2020 4:46:33 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_deriveThenAdd[OrientDB]}} Storage 'plocal:/tmp/junit3707605315287971136/test_deriveThenAdd[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:46:39.350 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:46:39.357 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:46:39.357 [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:46:39.358 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:46:39.358 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:46:39.358 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:46:39.358 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:46:39.358 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:46:39.358 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 16:46:39.358 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 16:46:39.358 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:46:39.359 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:46:39.359 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 16:46:39.365 [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_master/core/tests/org.eclipse.hawk.integration.tests/./resources/metamodels/crossrefs.ecore] Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 16:46:39.366 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:46:39.366 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:46:39.367 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:46:40.451 [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:46:40.452 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:46:40.452 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:46:40.601 [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:46:40.601 [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:46:40.601 [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:46:40.602 [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:46:40.602 [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:46:40.602 [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:46:40.602 [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:46:40.602 [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:46:40.602 [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:46:40.603 [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:46:40.603 [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:46:40.603 [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:46:40.603 [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:46:40.603 [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:46:40.603 [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:46:40.603 [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:46:40.603 [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:46:40.603 [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:46:40.604 [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:46:40.604 [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:46:40.604 [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:46:40.604 [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:46:40.604 [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:46:40.604 [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:46:40.604 [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:46:40.604 [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:46:40.604 [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:46:40.605 [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:46:40.605 [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:46:40.605 [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:46:40.605 [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:46:40.661 [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:46:40.691 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~1 sec) 16:46:40.691 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:46:40.691 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 16:46:40.691 [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:46:40.692 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 16:46:40.933 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:46:40.935 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:46:40.935 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:46:40.939 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:46:40.941 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:46:40.941 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:46:40.944 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:46:40.945 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:46:40.945 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:46:40.945 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 16:46:41.663 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] set up properties for V_derivedattribute: [] 16:46:43.982 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:46:43.982 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:46:45.312 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~1 sec) 16:46:45.313 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 4s369ms [pure insertion] marking any relevant derived attributes for update...16:46:45.313 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:46:45.313 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:46:45.315 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 16:46:45.315 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:46:45.315 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:46:45.315 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 16:46:45.316 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 16:46:45.318 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:46:45.318 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 16:46:45.320 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:46:45.320 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:46:45.320 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:46:45.320 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:46:45.322 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:46:45.322 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:46:45.322 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:46:45.322 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:46:45.360 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:46:45.362 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:46:45.362 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:46:45.363 [pool-8-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:46:45.363 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s41ms [pure insertion] marking any relevant derived attributes for update...16:46:45.363 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:46:45.363 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:46:45.363 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:46:45.363 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 16:46:45.367 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:46:45.379 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:46:45.379 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.016s attempting to resolve any uninitialized derived attributes... 16:46:45.379 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 16:46:45.379 [pool-8-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 16:46:45.379 [pool-8-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 16:46:47.461 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 6/6 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (2 s, 2 s total) 16:46:47.461 [pool-8-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:46:47.461 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 2s98ms [proxy update] 16:46:47.461 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 16:46:47.462 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:46:47.462 [pool-8-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 526 ms 16:46:47.469 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 16:46:47.469 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:46:47.471 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:46:47.471 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:46:48.230 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 04, 2020 4:46:48 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_deriveThenAdd[OrientDB]}} Storage 'plocal:/tmp/junit3707605315287971136/test_deriveThenAdd[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit8413407446156598412/test_derivedEdgeSingle[OrientDB] Jun 04, 2020 4:46:49 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeSingle[OrientDB]}} Storage 'plocal:/tmp/junit8413407446156598412/test_derivedEdgeSingle[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:46:59.479 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:46:59.483 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:46:59.483 [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:46:59.483 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:46:59.483 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:46:59.483 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:46:59.483 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:46:59.483 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:46:59.484 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 16:46:59.484 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 16:46:59.484 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:46:59.485 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:46:59.485 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/Tree.ecore to store 16:46:59.491 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:46:59.491 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:46:59.493 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:47:00.824 [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:00.824 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:47:01.007 [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:01.007 [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:01.007 [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:01.007 [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:01.007 [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:01.007 [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:01.007 [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:01.007 [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:01.007 [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:01.007 [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:01.008 [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:01.008 [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:01.008 [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:01.008 [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:01.008 [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:01.009 [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:01.009 [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:01.009 [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:01.010 [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:01.010 [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:01.010 [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:01.010 [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:01.010 [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:01.010 [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:01.010 [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:01.010 [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:01.010 [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:01.010 [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:01.010 [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:01.010 [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:01.011 [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:01.011 [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:01.084 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:47:01.139 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~1 sec) 16:47:01.139 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:47:01.406 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 16:47:01.408 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:47:01.409 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:47:01.411 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:47:01.412 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:47:01.412 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:47:01.414 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 16:47:01.415 [pool-9-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:47:01.415 [pool-9-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:47:01.415 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 16:47:02.420 [pool-9-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 16:47:03.172 [pool-9-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:47:03.172 [pool-9-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 16:47:03.215 [pool-9-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:47:03.215 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 1s801ms [pure insertion] marking any relevant derived attributes for update...16:47:03.215 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:47:03.215 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:47:03.215 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:47:03.215 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 16:47:03.216 [pool-9-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:47:03.216 [pool-9-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:47:03.216 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 16:47:03.216 [pool-9-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 16:47:03.216 [pool-9-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:03.216 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 16:47:03.217 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 16:47:03.217 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:47:03.217 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 808 ms 16:47:03.217 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 16:47:03.217 [pool-9-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:47:03.218 [pool-9-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 16:47:03.219 [pool-9-thread-1] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 16:47:03.394 [pool-9-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:47:04.816 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (1 s, 1 s total) 16:47:04.816 [pool-9-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 1.598s 16:47:04.816 [pool-9-thread-1] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 16:47:04.825 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 16:47:04.825 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 16:47:04.828 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:47:04.828 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:47:05.738 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 04, 2020 4:47:05 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_derivedEdgeSingle[OrientDB]}} Storage 'plocal:/tmp/junit8413407446156598412/test_derivedEdgeSingle[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit4333378740895282951/test_addThenIndex[OrientDB] Jun 04, 2020 4:47:07 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addThenIndex[OrientDB]}} Storage 'plocal:/tmp/junit4333378740895282951/test_addThenIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:47:18.124 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:47:18.126 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:47:18.126 [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:18.126 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:47:18.126 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:47:18.126 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:47:18.127 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:47:18.127 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:47:18.127 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 16:47:18.127 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 16:47:18.127 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:47:18.127 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:47:18.128 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 16:47:18.133 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:47:18.133 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:47:18.134 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:47:20.069 [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:20.069 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:47:20.564 [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:20.564 [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:20.564 [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:20.564 [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:20.564 [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:20.564 [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:20.565 [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:20.565 [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:20.565 [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:20.565 [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:20.565 [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:20.565 [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:20.565 [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:20.565 [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:20.565 [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:20.565 [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:20.565 [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:20.565 [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:20.565 [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:20.565 [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:20.565 [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:20.565 [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:20.566 [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:20.566 [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:20.566 [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:20.566 [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:20.566 [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:20.566 [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:20.566 [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:20.566 [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:20.566 [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:20.566 [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:20.569 [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:47:20.575 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~2 sec) 16:47:20.575 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:47:21.011 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:47:21.013 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:47:21.014 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:47:21.014 [main] INFO o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 16:47:21.014 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 16:47:21.015 [main] INFO o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 16:47:21.016 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:47:21.019 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:47:21.019 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:47:21.021 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:47:21.022 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:47:21.022 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:47:21.022 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 16:47:22.914 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 16:47:26.575 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:47:26.575 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:47:27.319 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:47:27.319 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 6s298ms [pure insertion] marking any relevant derived attributes for update...16:47:27.319 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:47:27.319 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:47:27.320 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 16:47:27.321 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:47:27.321 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:47:27.321 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 16:47:27.321 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 16:47:27.322 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:47:27.322 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 16:47:27.323 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:47:27.323 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:47:27.323 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:47:27.323 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:47:27.324 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:47:27.324 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:47:27.324 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:47:27.324 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:47:27.360 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:47:27.363 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:47:27.363 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:47:27.367 [pool-10-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:47:27.367 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s43ms [pure insertion] marking any relevant derived attributes for update...16:47:27.367 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:47:27.367 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:47:27.367 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:47:27.367 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 16:47:27.370 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:47:27.382 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:47:27.382 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.015s attempting to resolve any uninitialized derived attributes... 16:47:27.382 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 16:47:27.382 [pool-10-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 16:47:27.382 [pool-10-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:27.382 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s16ms [proxy update] 16:47:27.383 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 16:47:27.383 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:47:27.383 [pool-10-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 6 s 369 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 16:47:27.391 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 16:47:27.391 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:47:27.394 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:47:27.394 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:47:27.879 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 04, 2020 4:47:27 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_addThenIndex[OrientDB]}} Storage 'plocal:/tmp/junit4333378740895282951/test_addThenIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit74635068636995130/test_lookupWithIndex[OrientDB] Jun 04, 2020 4:47:28 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithIndex[OrientDB]}} Storage 'plocal:/tmp/junit74635068636995130/test_lookupWithIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:47:34.038 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:47:34.040 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:47:34.040 [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:34.040 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:47:34.040 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:47:34.040 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:47:34.040 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:47:34.040 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:47:34.040 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 16:47:34.040 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 16:47:34.040 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:47:34.041 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:47:34.041 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 16:47:34.046 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:47:34.046 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:47:34.047 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:47:35.176 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:47:35.847 [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:47:35.849 [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:35.849 [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:35.849 [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:35.849 [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:35.849 [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:35.849 [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:35.849 [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:35.849 [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:35.849 [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:35.849 [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:35.849 [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:35.849 [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:35.849 [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:35.849 [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:35.849 [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:35.849 [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:35.849 [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:35.849 [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:35.850 [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:35.850 [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:35.850 [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:35.850 [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:35.850 [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:35.850 [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:35.850 [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:35.851 [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:35.851 [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:35.851 [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:35.851 [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:35.851 [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:35.851 [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:35.852 [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:35.852 [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:36.033 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~1 sec) 16:47:36.034 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:47:36.034 [main] INFO o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 16:47:36.034 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 16:47:36.035 [main] INFO o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 16:47:36.511 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:47:36.513 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:47:36.513 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:47:36.516 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:47:36.519 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:47:36.519 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:47:36.521 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:47:36.522 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:47:36.522 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:47:36.522 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 16:47:38.800 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 16:47:40.771 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:47:40.771 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:47:41.645 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:47:41.645 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 5s124ms [pure insertion] marking any relevant derived attributes for update...16:47:41.645 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:47:41.645 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:47:41.647 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 16:47:41.647 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:47:41.647 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:47:41.647 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 16:47:41.647 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 16:47:41.649 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:47:41.649 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 16:47:41.650 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:47:41.650 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:47:41.650 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:47:41.650 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:47:41.651 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:47:41.651 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:47:41.651 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:47:41.651 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:47:41.652 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:47:41.653 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:47:41.653 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:47:41.654 [pool-11-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:47:41.654 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:47:41.654 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:47:41.654 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:47:41.654 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:47:41.654 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 16:47:41.657 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:47:41.668 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:47:41.668 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.014s attempting to resolve any uninitialized derived attributes... 16:47:41.668 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 16:47:41.668 [pool-11-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 16:47:41.669 [pool-11-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:41.669 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s15ms [proxy update] 16:47:41.669 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 16:47:41.669 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:47:41.669 [pool-11-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 156 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 16:47:41.674 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 16:47:41.674 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:47:41.676 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:47:41.676 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:47:42.220 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 04, 2020 4:47:42 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithIndex[OrientDB]}} Storage 'plocal:/tmp/junit74635068636995130/test_lookupWithIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit9065542809085659207/test_lookupWithoutIndex[OrientDB] Jun 04, 2020 4:47:43 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithoutIndex[OrientDB]}} Storage 'plocal:/tmp/junit9065542809085659207/test_lookupWithoutIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:47:49.647 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:47:49.650 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:47:49.650 [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:49.650 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:47:49.650 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:47:49.650 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:47:49.650 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:47:49.651 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:47:49.651 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 16:47:49.651 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 16:47:49.651 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:47:49.652 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:47:49.652 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store 16:47:49.657 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:47:49.657 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:47:49.659 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:47:51.150 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:47:51.389 [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:47:51.391 [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.391 [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.391 [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.391 [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.391 [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.391 [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.391 [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.391 [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.391 [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.391 [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.391 [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.391 [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.391 [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.391 [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.392 [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.392 [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.392 [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.392 [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.392 [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.392 [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.392 [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.392 [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.392 [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.393 [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.393 [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.393 [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.393 [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.393 [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.394 [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.394 [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.394 [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.394 [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.394 [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.457 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~1 sec) 16:47:51.457 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:47:51.757 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:47:51.759 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:47:51.759 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:47:51.762 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:47:51.765 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:47:51.765 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:47:51.767 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 16:47:51.768 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:47:51.768 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:47:51.768 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 16:47:52.838 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 16:47:53.691 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:47:53.691 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 16:47:55.717 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~2 sec) 16:47:55.717 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 3s950ms [pure insertion] marking any relevant derived attributes for update...16:47:55.717 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:47:55.717 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:47:55.718 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:47:55.718 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:47:55.718 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:47:55.719 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:47:55.719 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:47:55.719 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:47:55.719 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:47:55.722 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:47:55.722 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:47:55.722 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:47:55.722 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:47:55.723 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:47:55.723 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:47:55.723 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:47:55.723 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:47:55.723 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:47:55.724 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:47:55.724 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:47:55.725 [pool-12-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:47:55.725 [pool-12-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:47:55.725 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:47:55.725 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:47:55.725 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:47:55.725 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 16:47:55.727 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:47:55.739 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:47:55.739 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.014s attempting to resolve any uninitialized derived attributes... 16:47:55.739 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 16:47:55.739 [pool-12-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 16:47:55.739 [pool-12-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:55.739 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s14ms [proxy update] 16:47:55.739 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 16:47:55.739 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:47:55.739 [pool-12-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 979 ms 16:47:55.744 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 16:47:55.744 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 16:47:55.746 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:47:55.746 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:47:56.321 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 04, 2020 4:47:56 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_lookupWithoutIndex[OrientDB]}} Storage 'plocal:/tmp/junit9065542809085659207/test_lookupWithoutIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit1609468864016621204/test_eContainersIsUpdatedRoot[OrientDB] Jun 04, 2020 4:47:57 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_eContainersIsUpdatedRoot[OrientDB]}} Storage 'plocal:/tmp/junit1609468864016621204/test_eContainersIsUpdatedRoot[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:48:03.234 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:48:03.236 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:48:03.236 [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:03.236 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:48:03.236 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:48:03.236 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:48:03.236 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:48:03.236 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:48:03.236 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:48:03.236 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:48:03.237 [pool-13-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:48:03.237 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:48:03.237 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 16:48:03.242 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:48:03.242 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:48:03.243 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:48:04.813 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:48:04.814 [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:04.814 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:48:05.150 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:48:05.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:48:05.150 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:48:05.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:48:05.151 [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:05.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:48:05.151 [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:05.151 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:48:05.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:48:05.151 [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:05.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:48:05.151 [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:05.151 [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:05.151 [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:05.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:48:05.152 [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:05.152 [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:05.152 [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:05.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:48:05.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:48:05.152 [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:05.152 [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:05.152 [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:05.152 [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:05.152 [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:05.152 [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:05.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:48:05.153 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:48:05.153 [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:05.153 [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:05.153 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:48:05.158 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~1 sec) 16:48:05.158 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:48:05.158 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/XMLType.ecore to store 16:48:05.162 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:48:05.162 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.166 [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:48:05.167 [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:48:05.167 [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:48:05.167 [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:48:05.167 [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:48:05.167 [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:48:05.167 [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:48:05.167 [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:48:05.167 [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:48:05.167 [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:48:05.167 [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:48:05.167 [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:48:05.167 [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:48:05.167 [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:48:05.167 [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:48:05.167 [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:48:05.167 [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:48:05.171 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:48:05.171 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:48:05.171 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/Tree.ecore to store 16:48:05.172 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:48:05.172 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:48:05.290 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:48:05.293 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:48:05.293 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:48:05.893 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5488721053668881536/:org.eclipse.hawk.localfolder.LocalFolder:false 16:48:05.895 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:48:05.895 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:48:05.897 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:48:05.898 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:48:05.898 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:48:05.913 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childAA.xmi... 16:48:05.914 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:48:05.915 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:48:05.915 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childAA.xmi... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 16:48:07.233 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childAA.xmi set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 16:48:07.420 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 16:48:07.420 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childAA.xmi 16:48:08.272 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:48:08.272 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childAA.xmi. 2s359ms [pure insertion] marking any relevant derived attributes for update...16:48:08.272 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:48:08.273 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:48:08.287 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:48:08.287 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:48:08.287 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:48:08.287 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:48:08.288 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 16:48:08.898 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 16:48:08.898 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 16:48:08.899 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:48:08.899 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s612ms [pure insertion] marking any relevant derived attributes for update...16:48:08.899 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:48:08.899 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:48:08.913 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childB.xmi... 16:48:08.913 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:48:08.913 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:48:08.913 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childB.xmi... 16:48:08.913 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childB.xmi 16:48:08.914 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 16:48:08.914 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childB.xmi 16:48:08.914 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:48:08.914 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childB.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:48:08.914 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:48:08.914 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:48:08.927 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childA.xmi... 16:48:08.927 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:48:08.927 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:48:08.927 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childA.xmi... 16:48:09.032 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childA.xmi 16:48:09.033 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 16:48:09.033 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childA.xmi 16:48:09.033 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:48:09.033 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childA.xmi. 0s106ms [pure insertion] marking any relevant derived attributes for update...16:48:09.033 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:48:09.033 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:48:09.033 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:48:09.033 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 16:48:09.035 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/6 proxy references (0 sec total) 16:48:09.044 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs 16:48:09.044 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 16:48:09.044 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 16:48:09.044 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 16:48:09.045 [pool-13-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:09.045 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 16:48:09.045 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 16:48:09.045 [pool-13-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 ~3s validating changes... validating file UPDATED for /childAA.xmi validating file UPDATED for /root.xmi validating file UPDATED for /childB.xmi validating file UPDATED for /childA.xmi changed resource size: 4 relevant graph size: 4 validated changes... true 16:48:09.047 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 152 ms 16:48:09.047 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers... 16:48:09.047 [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:48:09.048 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers 16:48:09.048 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute set up properties for V_derivedattribute: [] 16:48:09.478 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:48:11.563 [main] INFO o.e.h.c.r.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (2 s, 2 s total) 16:48:11.563 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 2.515s 16:48:11.563 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::allContainers. 16:48:11.568 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:48:11.570 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:48:11.571 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:48:11.571 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:48:11.583 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:48:11.584 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:48:11.584 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:48:11.584 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 16:48:11.585 [pool-13-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:48:11.585 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /root.xmi... 16:48:11.585 [pool-13-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 16:48:11.588 [pool-13-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.003s 16:48:11.614 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 16:48:12.313 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 16:48:12.313 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 16:48:12.314 [pool-13-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:48:12.314 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /root.xmi. 0s731ms [pure insertion] marking any relevant derived attributes for update...16:48:12.314 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:48:12.317 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:48:12.317 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:48:12.317 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 16:48:12.318 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 16:48:12.322 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs 16:48:12.322 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 16:48:12.322 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 16:48:12.322 [pool-13-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 16:48:12.323 [pool-13-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:48:12.326 [pool-13-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:48:12.326 [pool-13-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:12.326 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 16:48:12.327 [pool-13-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:48:12.328 [pool-13-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers 0s18ms [proxy update] 16:48:12.335 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 16:48:12.335 [pool-13-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 ~0s validating changes... validating file UPDATED for /root.xmi changed resource size: 1 relevant graph size: 1 validated changes... true 16:48:12.336 [pool-13-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 768 ms 16:48:12.340 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 16:48:12.340 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5488721053668881536/:org.eclipse.hawk.localfolder.LocalFolder:false 16:48:12.342 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:48:12.342 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:48:12.790 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 04, 2020 4:48:12 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_eContainersIsUpdatedRoot[OrientDB]}} Storage 'plocal:/tmp/junit1609468864016621204/test_eContainersIsUpdatedRoot[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit515194873380588395/test_queryEnumValues[OrientDB] Jun 04, 2020 4:48:13 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_queryEnumValues[OrientDB]}} Storage 'plocal:/tmp/junit515194873380588395/test_queryEnumValues[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:48:22.447 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:48:22.449 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:48:22.449 [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:22.449 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:48:22.449 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:48:22.449 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:48:22.449 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:48:22.449 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:48:22.450 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 16:48:22.450 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:48:22.450 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 16:48:22.450 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:48:22.451 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store 16:48:22.456 [main] INFO o.e.hawk.emf.model.util.RegisterMeta - Registering package: ColoredTree (ColoredTree) [file:/home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/./resources/metamodels/ColoredTree.ecore] Adding metamodels in: ./resources/metamodels/ColoredTree.ecore to store 16:48:22.456 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:48:22.456 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:48:22.458 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:48:23.449 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:48:23.596 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 16:48:23.596 [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:48:23.598 [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:23.598 [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:23.598 [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:23.598 [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:23.598 [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:23.598 [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:23.598 [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:23.599 [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:23.599 [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:23.599 [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:23.599 [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:23.599 [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:23.599 [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:23.599 [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:23.599 [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:23.599 [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:23.600 [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:23.600 [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:23.600 [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:23.600 [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:23.600 [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:23.600 [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:23.600 [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:23.600 [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:23.600 [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:23.600 [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:23.600 [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:23.600 [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:23.600 [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:23.600 [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:23.600 [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:23.600 [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:23.601 [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:23.610 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~1 sec) 16:48:23.611 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:48:23.912 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false 16:48:23.914 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:48:23.914 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:48:23.916 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:48:23.917 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:48:23.917 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:48:23.920 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 16:48:23.921 [pool-14-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:48:23.921 [pool-14-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:48:23.921 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /colored-tree.model... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 16:48:28.105 [pool-14-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /colored-tree.model set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 16:48:28.824 [pool-14-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 16:48:28.824 [pool-14-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /colored-tree.model 16:48:28.827 [pool-14-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:48:28.827 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /colored-tree.model. 4s908ms [pure insertion] marking any relevant derived attributes for update...16:48:28.828 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:48:28.828 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:48:28.828 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:48:28.828 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 16:48:28.829 [pool-14-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:48:28.829 [pool-14-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:48:28.829 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 16:48:28.829 [pool-14-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 16:48:28.829 [pool-14-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:28.829 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:48:28.829 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 16:48:28.829 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:48:28.830 [pool-14-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 915 ms 16:48:28.833 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 16:48:28.833 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false 16:48:28.835 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:48:28.835 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:48:29.276 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 04, 2020 4:48:29 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_queryEnumValues[OrientDB]}} Storage 'plocal:/tmp/junit515194873380588395/test_queryEnumValues[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit6561580106427302999/test_metamodels[OrientDB] Jun 04, 2020 4:48:30 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodels[OrientDB]}} Storage 'plocal:/tmp/junit6561580106427302999/test_metamodels[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:48:45.816 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:48:45.818 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:48:45.818 [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:45.818 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:48:45.818 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:48:45.818 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:48:45.819 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:48:45.819 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:48:45.819 [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:48:45.819 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 16:48:45.819 [pool-15-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:48:45.819 [pool-15-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:48:45.820 [pool-15-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ./resources/metamodels/Ecore.ecore to store Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store 16:48:45.847 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:48:45.847 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:48:45.851 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:48:47.685 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:48:47.917 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:48:47.918 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:48:47.919 [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:48:47.923 [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:48:47.924 [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:48:47.924 [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:48:48.070 [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:48:48.070 [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:48:48.070 [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:48:48.070 [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:48.070 [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:48.070 [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:48.071 [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:48.071 [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:48.071 [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:48.071 [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:48.071 [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:48.072 [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:48.072 [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:48.072 [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:48.072 [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:48.072 [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:48.072 [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:48.072 [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:48.072 [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:48.072 [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:48.072 [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:48.072 [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:48.072 [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:48.072 [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:48.072 [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:48.072 [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:48.072 [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:48.072 [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:48.072 [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:48.073 [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:48.073 [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:48.073 [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:48.073 [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:48.073 [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:48.073 [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:48.073 [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:48.075 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:48:48.075 [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:48:48.076 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:48:48.132 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~2 sec) 16:48:48.132 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:48:48.144 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 16:48:48.144 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:48:48.146 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:48:48.146 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:48:48.635 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 04, 2020 4:48:48 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodels[OrientDB]}} Storage 'plocal:/tmp/junit6561580106427302999/test_metamodels[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit5064197379186749109/test_elephantResolve[OrientDB] Jun 04, 2020 4:48:49 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_elephantResolve[OrientDB]}} Storage 'plocal:/tmp/junit5064197379186749109/test_elephantResolve[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:48:53.449 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:48:53.452 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:48:53.452 [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:48:53.452 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:48:53.452 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:48:53.452 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:48:53.452 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:48:53.452 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:48:53.453 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 16:48:53.453 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:48:53.453 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 16:48:53.453 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:48:53.454 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 16:48:53.746 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 16:48:53.747 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 16:48:53.747 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 16:48:53.747 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 16:48:53.747 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 16:48:53.747 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Standard(modelio://Modeliosoft.Standard/2.0.00) Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 16:48:53.747 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:48:53.747 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:48:53.758 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:48:57.673 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:48:57.788 [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:48:57.788 [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:48:57.788 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 16:48:57.849 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 16:48:57.851 [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:48:57.851 [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:48:57.851 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 16:48:58.008 [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:48:58.008 [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:48:58.008 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 16:48:58.280 [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:48:58.280 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 16:48:58.439 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~4 sec) 16:48:58.440 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:48:58.705 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5064197379186749109/:org.eclipse.hawk.localfolder.LocalFolder:false 16:48:58.707 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:48:58.707 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:48:58.721 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:48:58.722 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:48:58.722 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:48:58.738 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 16:48:58.739 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:48:58.739 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:48:58.739 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 16:48:59.611 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 16:49:00.446 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 16:49:00.446 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 16:49:01.040 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:01.040 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 2s303ms [pure insertion] marking any relevant derived attributes for update...16:49:01.040 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:01.040 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:01.040 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:49:01.040 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 16:49:01.043 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 16:49:01.047 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs 16:49:01.047 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 16:49:01.048 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 16:49:01.048 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 16:49:01.048 [pool-16-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:01.048 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 16:49:01.048 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 16:49:01.048 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:49:01.048 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 341 ms 16:49:01.052 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:49:01.064 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:49:01.065 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:49:01.066 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:49:01.072 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 16:49:01.072 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:01.072 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:01.072 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 16:49:01.072 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 16:49:01.147 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 16:49:01.147 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 16:49:01.156 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:49:01.156 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s84ms [pure insertion] marking any relevant derived attributes for update...16:49:01.156 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:01.156 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:01.158 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 16:49:01.158 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:01.158 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:01.158 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 16:49:01.159 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 16:49:01.166 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 16:49:01.166 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 16:49:01.167 [pool-16-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:49:01.167 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:49:01.167 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:01.167 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:01.167 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:49:01.167 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 16:49:01.242 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 16:49:01.256 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs 16:49:01.257 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.09s attempting to resolve any uninitialized derived attributes... 16:49:01.257 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 16:49:01.257 [pool-16-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 16:49:01.257 [pool-16-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:01.257 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s90ms [proxy update] 16:49:01.257 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 16:49:01.257 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:49:01.257 [pool-16-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 205 ms 16:49:01.258 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 16:49:01.258 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5064197379186749109/:org.eclipse.hawk.localfolder.LocalFolder:false 16:49:01.261 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:49:01.261 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:49:02.218 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 04, 2020 4:49:02 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_elephantResolve[OrientDB]}} Storage 'plocal:/tmp/junit5064197379186749109/test_elephantResolve[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit2216742682461658137/test_zoo[OrientDB] Jun 04, 2020 4:49:03 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit2216742682461658137/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:49:10.039 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:49:10.041 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:49:10.041 [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:10.041 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:49:10.041 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:49:10.041 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:49:10.041 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:49:10.041 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:49:10.042 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 16:49:10.042 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 16:49:10.042 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:49:10.042 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:49:10.042 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 16:49:10.168 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:49:10.168 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:49:10.179 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:49:12.342 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:49:12.648 [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:12.648 [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:12.648 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 16:49:12.657 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 16:49:12.658 [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:12.658 [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:12.659 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 16:49:12.801 [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:12.802 [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:12.802 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 16:49:13.079 [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:13.079 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 16:49:13.241 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~3 sec) 16:49:13.241 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:49:13.525 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 16:49:13.527 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:49:13.527 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:49:13.666 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:49:13.680 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 10/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.681 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 20/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.681 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 30/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.681 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 40/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.682 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 50/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.682 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 60/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.682 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 70/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.683 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 80/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.684 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 90/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.684 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 100/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.685 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 110/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.685 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 120/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.686 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 130/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.687 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 140/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.687 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 150/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.688 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 160/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.688 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 170/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.737 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 180/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.738 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 190/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.739 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 200/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.740 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 210/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.740 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 220/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.740 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 230/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.740 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 240/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.741 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 250/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.741 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 260/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.741 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 270/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.741 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 280/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.742 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 290/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.742 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 300/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:13.742 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:49:13.742 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:49:13.742 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 0/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 0 sec total) 16:49:13.747 [pool-17-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:49:13.747 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:13.747 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:13.747 [pool-17-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... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 16:49:14.730 [pool-17-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 set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 16:49:16.251 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:16.251 [pool-17-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:49:17.832 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~1 sec) 16:49:17.832 [pool-17-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. 4s86ms [pure insertion] marking any relevant derived attributes for update...16:49:17.832 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:17.832 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:17.834 [pool-17-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:49:17.834 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:17.834 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:17.834 [pool-17-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:49:17.834 [pool-17-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:49:17.836 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:49:17.836 [pool-17-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:49:17.836 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:17.836 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:17.836 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:17.836 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:17.838 [pool-17-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:49:17.838 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:17.838 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:17.838 [pool-17-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:49:17.838 [pool-17-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:49:17.839 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:17.839 [pool-17-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:49:17.839 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:17.839 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:17.839 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:17.839 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:17.841 [pool-17-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:49:17.841 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:17.841 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:17.841 [pool-17-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:49:17.842 [pool-17-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:49:17.844 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 16:49:17.844 [pool-17-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:49:17.847 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:49:17.847 [pool-17-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:49:17.847 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:17.847 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:17.851 [pool-17-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:49:17.851 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:17.851 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:17.851 [pool-17-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:49:17.899 [pool-17-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:49:17.947 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec) 16:49:17.947 [pool-17-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:49:17.959 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 16:49:17.959 [pool-17-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. 0s108ms [pure insertion] marking any relevant derived attributes for update...16:49:17.959 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:17.959 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:17.961 [pool-17-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:49:17.961 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:17.961 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:17.961 [pool-17-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:49:17.962 [pool-17-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:49:18.042 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:49:18.042 [pool-17-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:49:18.043 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.043 [pool-17-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. 0s82ms [pure insertion] marking any relevant derived attributes for update...16:49:18.043 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.043 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.044 [pool-17-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:49:18.044 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.044 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.044 [pool-17-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:49:18.044 [pool-17-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:49:18.058 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.058 [pool-17-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:49:18.091 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.091 [pool-17-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. 0s47ms [pure insertion] marking any relevant derived attributes for update...16:49:18.091 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.091 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.092 [pool-17-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:49:18.092 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.092 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.092 [pool-17-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:49:18.092 [pool-17-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:49:18.093 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.093 [pool-17-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:49:18.093 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.093 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.093 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.093 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.098 [pool-17-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:49:18.098 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.098 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.098 [pool-17-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:49:18.099 [pool-17-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:49:18.160 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 16:49:18.160 [pool-17-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:49:18.168 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:49:18.168 [pool-17-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...16:49:18.168 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.168 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.169 [pool-17-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:49:18.169 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.169 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.169 [pool-17-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:49:18.169 [pool-17-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:49:18.170 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.170 [pool-17-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:49:18.170 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.170 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.170 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.170 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.172 [pool-17-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:49:18.172 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.172 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.172 [pool-17-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:49:18.172 [pool-17-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:49:18.173 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.173 [pool-17-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:49:18.173 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.173 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.173 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.173 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.174 [pool-17-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:49:18.174 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.174 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.174 [pool-17-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:49:18.174 [pool-17-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:49:18.174 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.174 [pool-17-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:49:18.175 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.175 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.176 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:49:18.176 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:49:18.176 [pool-17-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:49:18.176 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.176 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.176 [pool-17-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:49:18.177 [pool-17-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:49:18.178 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:18.178 [pool-17-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:49:18.180 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:18.180 [pool-17-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:49:18.180 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.180 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.181 [pool-17-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:49:18.181 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.181 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.181 [pool-17-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:49:18.181 [pool-17-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:49:18.182 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.182 [pool-17-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:49:18.182 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.182 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.182 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.182 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.182 [pool-17-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:49:18.183 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.183 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.183 [pool-17-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:49:18.183 [pool-17-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:49:18.316 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.316 [pool-17-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:49:18.317 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.317 [pool-17-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. 0s135ms [pure insertion] marking any relevant derived attributes for update...16:49:18.317 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.317 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.318 [pool-17-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:49:18.318 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.318 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.318 [pool-17-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:49:18.319 [pool-17-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:49:18.319 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:49:18.319 [pool-17-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:49:18.320 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.320 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:18.320 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.320 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.321 [pool-17-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:49:18.321 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.321 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.321 [pool-17-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:49:18.321 [pool-17-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:49:18.322 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:49:18.322 [pool-17-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:49:18.322 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.322 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.322 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.322 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.337 [pool-17-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:49:18.337 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.337 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.337 [pool-17-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:49:18.338 [pool-17-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:49:18.338 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:49:18.338 [pool-17-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:49:18.339 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.339 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:18.339 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.339 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.339 [pool-17-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:49:18.339 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.340 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.340 [pool-17-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:49:18.340 [pool-17-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:49:18.340 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:49:18.340 [pool-17-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:49:18.341 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.341 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:18.341 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.341 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.341 [pool-17-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:49:18.341 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.341 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.341 [pool-17-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:49:18.375 [pool-17-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:49:18.375 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.375 [pool-17-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:49:18.376 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.376 [pool-17-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. 0s35ms [pure insertion] marking any relevant derived attributes for update...16:49:18.376 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.376 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.377 [pool-17-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:49:18.377 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.377 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.377 [pool-17-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:49:18.377 [pool-17-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:49:18.380 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 16:49:18.380 [pool-17-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:49:18.385 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 16:49:18.385 [pool-17-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:49:18.385 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.385 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.386 [pool-17-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:49:18.386 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.386 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.386 [pool-17-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:49:18.386 [pool-17-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:49:18.387 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.387 [pool-17-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:49:18.387 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.387 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.387 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.387 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.388 [pool-17-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:49:18.388 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.388 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.388 [pool-17-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:49:18.388 [pool-17-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:49:18.389 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.389 [pool-17-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:49:18.389 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.389 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.389 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.389 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.389 [pool-17-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:49:18.389 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.390 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.390 [pool-17-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:49:18.390 [pool-17-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:49:18.390 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.390 [pool-17-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:49:18.390 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.390 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.390 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:49:18.391 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:49:18.392 [pool-17-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:49:18.392 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.392 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.392 [pool-17-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:49:18.392 [pool-17-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:49:18.440 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec) 16:49:18.440 [pool-17-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:49:18.555 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 16:49:18.555 [pool-17-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. 0s163ms [pure insertion] marking any relevant derived attributes for update...16:49:18.555 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.555 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.556 [pool-17-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:49:18.556 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.556 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.556 [pool-17-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:49:18.556 [pool-17-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:49:18.557 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:18.557 [pool-17-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:49:18.558 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:18.558 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:18.558 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.558 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.558 [pool-17-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:49:18.559 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.559 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.559 [pool-17-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:49:18.559 [pool-17-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:49:18.559 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.559 [pool-17-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:49:18.559 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.559 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.559 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:49:18.560 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:49:18.560 [pool-17-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:49:18.560 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.560 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.560 [pool-17-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:49:18.560 [pool-17-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:49:18.561 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.561 [pool-17-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:49:18.561 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.561 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.561 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.561 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.561 [pool-17-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:49:18.561 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.561 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.561 [pool-17-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:49:18.562 [pool-17-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:49:18.562 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.562 [pool-17-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:49:18.562 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.562 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.562 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.562 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.563 [pool-17-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:49:18.563 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.563 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.563 [pool-17-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:49:18.563 [pool-17-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:49:18.564 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:49:18.564 [pool-17-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:49:18.564 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:18.564 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.564 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.564 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.565 [pool-17-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:49:18.565 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.565 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.565 [pool-17-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:49:18.565 [pool-17-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:49:18.565 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.565 [pool-17-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:49:18.566 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.566 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.566 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.566 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.566 [pool-17-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:49:18.566 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.566 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.566 [pool-17-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:49:18.566 [pool-17-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:49:18.567 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.567 [pool-17-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:49:18.567 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.567 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.567 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.567 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.567 [pool-17-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:49:18.568 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.568 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.568 [pool-17-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:49:18.568 [pool-17-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:49:18.568 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.568 [pool-17-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:49:18.568 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.568 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.568 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.568 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.569 [pool-17-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:49:18.569 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.569 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.569 [pool-17-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:49:18.569 [pool-17-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:49:18.570 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:49:18.570 [pool-17-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:49:18.570 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.570 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.570 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.570 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.570 [pool-17-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:49:18.570 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.571 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.571 [pool-17-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:49:18.571 [pool-17-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:49:18.571 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:18.571 [pool-17-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:49:18.571 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:18.571 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:18.571 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.571 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.572 [pool-17-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:49:18.572 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.572 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.572 [pool-17-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:49:18.572 [pool-17-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:49:18.573 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 16:49:18.573 [pool-17-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:49:18.574 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:49:18.574 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:18.574 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:18.574 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:18.576 [pool-17-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:49:18.576 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:18.576 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:18.576 [pool-17-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:49:18.642 [pool-17-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:49:19.292 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 16:49:19.293 [pool-17-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:49:19.293 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.293 [pool-17-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. 0s717ms [pure insertion] marking any relevant derived attributes for update...16:49:19.293 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.293 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.294 [pool-17-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:49:19.294 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.294 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.294 [pool-17-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:49:19.294 [pool-17-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:49:19.295 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:19.296 [pool-17-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:49:19.296 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:19.296 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:19.296 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.296 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.297 [pool-17-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:49:19.297 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.297 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.297 [pool-17-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:49:19.297 [pool-17-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:49:19.297 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:49:19.297 [pool-17-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:49:19.298 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.298 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.298 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.298 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.298 [pool-17-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:49:19.298 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.298 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.298 [pool-17-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:49:19.298 [pool-17-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:49:19.299 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:19.299 [pool-17-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:49:19.300 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:19.300 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:19.300 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.300 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.300 [pool-17-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:49:19.300 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.300 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.300 [pool-17-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:49:19.300 [pool-17-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:49:19.301 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:19.301 [pool-17-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:49:19.302 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:19.302 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:19.302 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.302 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.302 [pool-17-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:49:19.302 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.302 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.302 [pool-17-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:49:19.303 [pool-17-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:49:19.304 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 16:49:19.304 [pool-17-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:49:19.305 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:49:19.305 [pool-17-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:49:19.305 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.305 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.305 [pool-17-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:49:19.305 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.305 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.305 [pool-17-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:49:19.305 [pool-17-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:49:19.307 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 16:49:19.307 [pool-17-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:49:19.308 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:49:19.308 [pool-17-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:49:19.308 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.308 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.308 [pool-17-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:49:19.308 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.308 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.308 [pool-17-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:49:19.308 [pool-17-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:49:19.309 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.309 [pool-17-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:49:19.309 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.309 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.309 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.309 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.310 [pool-17-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:49:19.310 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.310 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.310 [pool-17-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:49:19.310 [pool-17-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:49:19.376 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.376 [pool-17-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:49:19.377 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.377 [pool-17-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...16:49:19.377 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.377 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.377 [pool-17-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:49:19.377 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.377 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.377 [pool-17-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:49:19.378 [pool-17-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:49:19.378 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.378 [pool-17-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:49:19.378 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.378 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.378 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:49:19.379 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:49:19.379 [pool-17-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:49:19.379 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.379 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.379 [pool-17-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:49:19.379 [pool-17-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:49:19.380 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.380 [pool-17-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:49:19.380 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.380 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.380 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.380 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.380 [pool-17-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:49:19.381 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.381 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.381 [pool-17-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:49:19.381 [pool-17-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:49:19.381 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:19.382 [pool-17-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:49:19.382 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:19.382 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:19.382 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.382 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.382 [pool-17-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:49:19.383 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.383 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.383 [pool-17-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:49:19.383 [pool-17-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:49:19.383 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.383 [pool-17-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:49:19.384 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.384 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:19.384 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.384 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.384 [pool-17-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:49:19.384 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.384 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.384 [pool-17-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:49:19.385 [pool-17-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:49:19.386 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 16:49:19.386 [pool-17-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:49:19.386 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:19.386 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:19.386 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.386 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.387 [pool-17-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:49:19.387 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.387 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.387 [pool-17-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:49:19.387 [pool-17-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:49:19.388 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.388 [pool-17-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:49:19.388 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.388 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.388 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.388 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.388 [pool-17-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:49:19.388 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.388 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.388 [pool-17-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:49:19.389 [pool-17-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:49:19.389 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.389 [pool-17-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:49:19.389 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.389 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.389 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.389 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.390 [pool-17-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:49:19.390 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.390 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.390 [pool-17-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:49:19.390 [pool-17-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:49:19.391 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:49:19.391 [pool-17-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:49:19.391 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:19.391 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.391 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.391 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.392 [pool-17-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:49:19.392 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.392 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.392 [pool-17-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:49:19.392 [pool-17-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:49:19.392 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.392 [pool-17-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:49:19.393 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.393 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.393 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.393 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.393 [pool-17-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:49:19.393 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.393 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.393 [pool-17-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:49:19.393 [pool-17-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:49:19.394 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.394 [pool-17-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:49:19.394 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.394 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.394 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.394 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.395 [pool-17-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:49:19.395 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.395 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.395 [pool-17-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:49:19.395 [pool-17-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:49:19.395 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.395 [pool-17-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:49:19.396 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.396 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.396 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.396 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.396 [pool-17-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:49:19.396 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.396 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.396 [pool-17-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:49:19.396 [pool-17-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:49:19.397 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:49:19.397 [pool-17-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:49:19.397 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:19.397 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.397 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.397 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.398 [pool-17-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:49:19.398 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.398 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.398 [pool-17-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:49:19.398 [pool-17-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:49:19.399 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.399 [pool-17-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:49:19.399 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.399 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.399 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.399 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.399 [pool-17-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:49:19.399 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.399 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.399 [pool-17-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:49:19.400 [pool-17-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:49:19.439 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 16:49:19.439 [pool-17-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:49:19.444 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:19.444 [pool-17-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. 0s45ms [pure insertion] marking any relevant derived attributes for update...16:49:19.444 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.444 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.444 [pool-17-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:49:19.444 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.444 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.444 [pool-17-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:49:19.445 [pool-17-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:49:19.445 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:19.445 [pool-17-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:49:19.446 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:19.446 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:19.446 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.446 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.447 [pool-17-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:49:19.447 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.447 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.447 [pool-17-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:49:19.447 [pool-17-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:49:19.447 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.447 [pool-17-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:49:19.448 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.448 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.448 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.448 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.448 [pool-17-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:49:19.448 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.448 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.448 [pool-17-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:49:19.448 [pool-17-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:49:19.449 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.449 [pool-17-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:49:19.449 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.449 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.449 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.449 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.450 [pool-17-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:49:19.450 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.450 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.450 [pool-17-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:49:19.450 [pool-17-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:49:19.450 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.450 [pool-17-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:49:19.451 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.451 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.451 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.451 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.451 [pool-17-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:49:19.451 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.451 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.451 [pool-17-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:49:19.451 [pool-17-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:49:19.452 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.452 [pool-17-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:49:19.452 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.452 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.452 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.452 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.452 [pool-17-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:49:19.453 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.453 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.453 [pool-17-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:49:19.453 [pool-17-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:49:19.453 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.453 [pool-17-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:49:19.453 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.453 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.453 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.453 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.454 [pool-17-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:49:19.454 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.454 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.454 [pool-17-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:49:19.454 [pool-17-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:49:19.455 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:49:19.455 [pool-17-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:49:19.455 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.455 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.455 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.455 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.456 [pool-17-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:49:19.456 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.456 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.456 [pool-17-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:49:19.456 [pool-17-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:49:19.459 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 16:49:19.459 [pool-17-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:49:19.463 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 16:49:19.463 [pool-17-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:49:19.463 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.463 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.464 [pool-17-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:49:19.464 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.464 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.464 [pool-17-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:49:19.464 [pool-17-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:49:19.493 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.493 [pool-17-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:49:19.537 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.537 [pool-17-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...16:49:19.537 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.537 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.538 [pool-17-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:49:19.538 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.538 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.538 [pool-17-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:49:19.538 [pool-17-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:49:19.538 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:49:19.538 [pool-17-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:49:19.539 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.539 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:19.539 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.539 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.540 [pool-17-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:49:19.540 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.540 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.540 [pool-17-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:49:19.540 [pool-17-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:49:19.540 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.540 [pool-17-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:49:19.541 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.541 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.541 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.541 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.541 [pool-17-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:49:19.541 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.541 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.541 [pool-17-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:49:19.541 [pool-17-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:49:19.542 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.542 [pool-17-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:49:19.542 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.542 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.542 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.542 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.543 [pool-17-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:49:19.543 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.543 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.543 [pool-17-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:49:19.543 [pool-17-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:49:19.543 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.543 [pool-17-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:49:19.544 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.544 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.544 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.544 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.544 [pool-17-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:49:19.544 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.544 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.544 [pool-17-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:49:19.544 [pool-17-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:49:19.545 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:49:19.545 [pool-17-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:49:19.545 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.545 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.545 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.545 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.545 [pool-17-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:49:19.545 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.545 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.545 [pool-17-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:49:19.546 [pool-17-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:49:19.546 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.546 [pool-17-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:49:19.546 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.546 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.546 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.546 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.547 [pool-17-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:49:19.547 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.547 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.547 [pool-17-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:49:19.547 [pool-17-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:49:19.548 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:19.548 [pool-17-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:49:19.548 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:19.548 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.548 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.548 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.549 [pool-17-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:49:19.549 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.549 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.549 [pool-17-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:49:19.549 [pool-17-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:49:19.549 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.549 [pool-17-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:49:19.550 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.550 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.550 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.550 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.550 [pool-17-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:49:19.550 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.550 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.550 [pool-17-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:49:19.550 [pool-17-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:49:19.551 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.551 [pool-17-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:49:19.551 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.551 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.551 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.551 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.551 [pool-17-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:49:19.551 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.551 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.551 [pool-17-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:49:19.552 [pool-17-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:49:19.552 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.552 [pool-17-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:49:19.552 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.552 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.552 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.552 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.553 [pool-17-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:49:19.553 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.553 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.553 [pool-17-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:49:19.553 [pool-17-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:49:19.554 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.554 [pool-17-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:49:19.557 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.557 [pool-17-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:49:19.557 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.557 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.558 [pool-17-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:49:19.558 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.558 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.558 [pool-17-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:49:19.558 [pool-17-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:49:19.559 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.559 [pool-17-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:49:19.559 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.559 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.559 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.559 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.559 [pool-17-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:49:19.559 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.559 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.559 [pool-17-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:49:19.560 [pool-17-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:49:19.560 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.560 [pool-17-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:49:19.560 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.560 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.560 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.560 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.561 [pool-17-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:49:19.561 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.561 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.561 [pool-17-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:49:19.561 [pool-17-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:49:19.561 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.561 [pool-17-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:49:19.562 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.562 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.562 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.562 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.562 [pool-17-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:49:19.562 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.562 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.562 [pool-17-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:49:19.600 [pool-17-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:49:19.600 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:49:19.600 [pool-17-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:49:19.601 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.601 [pool-17-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. 0s39ms [pure insertion] marking any relevant derived attributes for update...16:49:19.601 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.601 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.636 [pool-17-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:49:19.637 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.637 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.637 [pool-17-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:49:19.668 [pool-17-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:49:19.669 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.669 [pool-17-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:49:19.669 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.669 [pool-17-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. 0s33ms [pure insertion] marking any relevant derived attributes for update...16:49:19.669 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.669 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.670 [pool-17-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:49:19.670 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.670 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.670 [pool-17-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:49:19.671 [pool-17-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:49:19.674 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec) 16:49:19.674 [pool-17-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:49:19.678 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 16:49:19.678 [pool-17-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:49:19.678 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.678 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.679 [pool-17-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:49:19.679 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.679 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.679 [pool-17-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:49:19.679 [pool-17-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:49:19.680 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.680 [pool-17-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:49:19.680 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.680 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.680 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.680 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.681 [pool-17-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:49:19.681 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.681 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.681 [pool-17-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:49:19.681 [pool-17-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:49:19.682 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 16:49:19.682 [pool-17-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:49:19.683 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:49:19.683 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:19.683 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.683 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.684 [pool-17-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:49:19.684 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.684 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.684 [pool-17-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:49:19.684 [pool-17-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:49:19.685 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.685 [pool-17-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:49:19.685 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.685 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.685 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.685 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.685 [pool-17-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:49:19.685 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.685 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.685 [pool-17-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:49:19.686 [pool-17-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:49:19.686 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.686 [pool-17-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:49:19.686 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.686 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.686 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.686 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.687 [pool-17-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:49:19.687 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.687 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.687 [pool-17-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:49:19.687 [pool-17-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:49:19.687 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:49:19.687 [pool-17-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:49:19.688 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.688 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.688 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.688 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.688 [pool-17-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:49:19.688 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.688 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.689 [pool-17-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:49:19.689 [pool-17-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:49:19.737 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 16:49:19.737 [pool-17-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:49:19.741 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 16:49:19.741 [pool-17-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. 0s53ms [pure insertion] marking any relevant derived attributes for update...16:49:19.741 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.741 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.742 [pool-17-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:49:19.742 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.742 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.742 [pool-17-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:49:19.743 [pool-17-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:49:19.743 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:49:19.743 [pool-17-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:49:19.744 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.744 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:19.744 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.744 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.744 [pool-17-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:49:19.744 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.744 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.744 [pool-17-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:49:19.745 [pool-17-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:49:19.745 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.745 [pool-17-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:49:19.745 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.745 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.745 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.745 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.746 [pool-17-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:49:19.746 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.746 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.746 [pool-17-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:49:19.746 [pool-17-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:49:19.746 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.747 [pool-17-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:49:19.747 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.747 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.747 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.747 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.747 [pool-17-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:49:19.747 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.747 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.747 [pool-17-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:49:19.748 [pool-17-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:49:19.748 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.748 [pool-17-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:49:19.748 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.748 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.748 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.748 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.750 [pool-17-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:49:19.750 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.750 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.750 [pool-17-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:49:19.751 [pool-17-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:49:19.754 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec) 16:49:19.754 [pool-17-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:49:19.754 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.755 [pool-17-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:49:19.755 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.755 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.755 [pool-17-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:49:19.755 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.755 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.755 [pool-17-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:49:19.756 [pool-17-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:49:19.756 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.756 [pool-17-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:49:19.756 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.756 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.757 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.757 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.757 [pool-17-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:49:19.757 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.757 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.757 [pool-17-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:49:19.758 [pool-17-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:49:19.758 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.758 [pool-17-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:49:19.758 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.758 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.758 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.758 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.759 [pool-17-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:49:19.759 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.759 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.759 [pool-17-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:49:19.759 [pool-17-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:49:19.760 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.760 [pool-17-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:49:19.760 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.760 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.760 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.760 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.761 [pool-17-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:49:19.761 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.761 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.761 [pool-17-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:49:19.761 [pool-17-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:49:19.761 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.762 [pool-17-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:49:19.762 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.762 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.762 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.762 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.762 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 100/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (6 sec, 6 sec total) 16:49:19.763 [pool-17-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:49:19.763 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.763 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.763 [pool-17-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:49:19.763 [pool-17-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:49:19.869 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.869 [pool-17-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:49:19.869 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.869 [pool-17-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. 0s107ms [pure insertion] marking any relevant derived attributes for update...16:49:19.870 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.870 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.870 [pool-17-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:49:19.870 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.870 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.870 [pool-17-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:49:19.871 [pool-17-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:49:19.871 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.871 [pool-17-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:49:19.871 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.871 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.871 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.871 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.872 [pool-17-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:49:19.872 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.872 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.872 [pool-17-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:49:19.872 [pool-17-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:49:19.873 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.873 [pool-17-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:49:19.873 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.873 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.873 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.873 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.873 [pool-17-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:49:19.873 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.873 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.873 [pool-17-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:49:19.874 [pool-17-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:49:19.874 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:49:19.874 [pool-17-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:49:19.874 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.874 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.875 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.875 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.875 [pool-17-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:49:19.875 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.875 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.875 [pool-17-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:49:19.875 [pool-17-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:49:19.876 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:49:19.876 [pool-17-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:49:19.876 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.876 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.876 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.876 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.876 [pool-17-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:49:19.876 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.877 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.877 [pool-17-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:49:19.877 [pool-17-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:49:19.877 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:19.877 [pool-17-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:49:19.878 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:19.878 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:19.878 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.878 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.879 [pool-17-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:49:19.879 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.879 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.879 [pool-17-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:49:19.879 [pool-17-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:49:19.882 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 16:49:19.882 [pool-17-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:49:19.885 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 16:49:19.885 [pool-17-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:49:19.885 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.885 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.886 [pool-17-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:49:19.886 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.886 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.886 [pool-17-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:49:19.886 [pool-17-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:49:19.887 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 16:49:19.887 [pool-17-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:49:19.888 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:19.888 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:19.888 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.888 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.888 [pool-17-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:49:19.889 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.889 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.889 [pool-17-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:49:19.889 [pool-17-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:49:19.889 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.889 [pool-17-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:49:19.889 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.889 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.889 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.889 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.890 [pool-17-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:49:19.890 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.890 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.890 [pool-17-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:49:19.891 [pool-17-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:49:19.894 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec) 16:49:19.894 [pool-17-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:49:19.947 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 16:49:19.947 [pool-17-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. 0s57ms [pure insertion] marking any relevant derived attributes for update...16:49:19.947 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.947 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.948 [pool-17-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:49:19.948 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.948 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.948 [pool-17-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:49:19.948 [pool-17-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:49:19.950 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 16:49:19.950 [pool-17-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:49:19.950 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:19.950 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:19.950 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.950 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.951 [pool-17-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:49:19.951 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.951 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.951 [pool-17-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:49:19.951 [pool-17-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:49:19.952 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.952 [pool-17-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:49:19.952 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.952 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.952 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.952 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.952 [pool-17-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:49:19.952 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.952 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.952 [pool-17-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:49:19.953 [pool-17-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:49:19.953 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.953 [pool-17-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:49:19.953 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.953 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.953 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.953 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.954 [pool-17-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:49:19.954 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.954 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.954 [pool-17-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:49:19.954 [pool-17-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:49:19.954 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.954 [pool-17-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:49:19.954 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.954 [pool-17-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. 0s0ms [pure insertion] marking any relevant derived attributes for update...16:49:19.954 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:49:19.955 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:49:19.955 [pool-17-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:49:19.955 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.955 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.955 [pool-17-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:49:19.955 [pool-17-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:49:19.956 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:49:19.956 [pool-17-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:49:19.956 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.956 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.956 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.956 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.956 [pool-17-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:49:19.956 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.956 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.956 [pool-17-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:49:19.957 [pool-17-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:49:19.957 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:19.957 [pool-17-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:49:19.958 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:19.958 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:19.958 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.958 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.958 [pool-17-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:49:19.958 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.958 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.958 [pool-17-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:49:19.958 [pool-17-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:49:19.959 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:49:19.959 [pool-17-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:49:19.959 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.959 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.959 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.959 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.960 [pool-17-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:49:19.960 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.960 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.960 [pool-17-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:49:19.960 [pool-17-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:49:19.960 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.960 [pool-17-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:49:19.960 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.960 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.961 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.961 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.961 [pool-17-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:49:19.961 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.961 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.961 [pool-17-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:49:19.961 [pool-17-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:49:19.962 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 16:49:19.962 [pool-17-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:49:19.963 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:19.963 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:19.963 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.963 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.963 [pool-17-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:49:19.963 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.963 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.963 [pool-17-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:49:19.963 [pool-17-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:49:19.964 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.964 [pool-17-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:49:19.964 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.964 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.964 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.964 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.964 [pool-17-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:49:19.964 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.964 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.964 [pool-17-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:49:19.965 [pool-17-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:49:19.965 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.965 [pool-17-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:49:19.965 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.965 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.965 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.965 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.966 [pool-17-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:49:19.966 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.966 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.966 [pool-17-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:49:19.966 [pool-17-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:49:19.966 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.966 [pool-17-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:49:19.967 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.967 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:19.967 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.967 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.967 [pool-17-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:49:19.967 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.967 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.967 [pool-17-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:49:19.968 [pool-17-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:49:19.969 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:19.969 [pool-17-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:49:19.969 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:19.969 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:19.969 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:19.969 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:19.970 [pool-17-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:49:19.970 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:19.970 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:19.970 [pool-17-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:49:19.970 [pool-17-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:49:20.009 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.009 [pool-17-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:49:20.010 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.010 [pool-17-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. 0s40ms [pure insertion] marking any relevant derived attributes for update...16:49:20.010 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.010 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.036 [pool-17-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:49:20.037 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.037 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.037 [pool-17-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:49:20.037 [pool-17-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:49:20.103 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.103 [pool-17-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:49:20.104 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.104 [pool-17-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...16:49:20.104 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.104 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.104 [pool-17-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:49:20.105 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.105 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.105 [pool-17-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:49:20.105 [pool-17-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:49:20.107 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 16:49:20.107 [pool-17-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:49:20.108 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:20.108 [pool-17-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:49:20.108 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.108 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.110 [pool-17-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:49:20.110 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.110 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.110 [pool-17-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:49:20.110 [pool-17-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:49:20.112 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 16:49:20.112 [pool-17-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:49:20.113 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.113 [pool-17-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:49:20.113 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:49:20.114 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:49:20.115 [pool-17-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:49:20.115 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.115 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.115 [pool-17-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:49:20.115 [pool-17-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:49:20.119 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 16:49:20.119 [pool-17-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:49:20.123 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:49:20.123 [pool-17-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:49:20.123 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.123 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.124 [pool-17-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:49:20.124 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.124 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.124 [pool-17-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:49:20.124 [pool-17-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:49:20.125 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.125 [pool-17-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:49:20.125 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.125 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.125 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.125 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.125 [pool-17-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:49:20.125 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.126 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.126 [pool-17-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:49:20.126 [pool-17-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:49:20.126 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.126 [pool-17-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:49:20.126 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.126 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.126 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.126 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.127 [pool-17-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:49:20.127 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.127 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.127 [pool-17-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:49:20.127 [pool-17-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:49:20.127 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.127 [pool-17-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:49:20.128 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.128 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.128 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.128 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.128 [pool-17-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:49:20.128 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.128 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.128 [pool-17-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:49:20.159 [pool-17-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:49:20.160 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.160 [pool-17-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:49:20.161 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.161 [pool-17-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. 0s33ms [pure insertion] marking any relevant derived attributes for update...16:49:20.161 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.161 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.162 [pool-17-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:49:20.162 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.163 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.163 [pool-17-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:49:20.163 [pool-17-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:49:20.169 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 16:49:20.169 [pool-17-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:49:20.177 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:49:20.177 [pool-17-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:49:20.177 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.177 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.180 [pool-17-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:49:20.180 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.180 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.180 [pool-17-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:49:20.180 [pool-17-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:49:20.181 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 16:49:20.181 [pool-17-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:49:20.182 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.182 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.182 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.182 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.183 [pool-17-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:49:20.183 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.183 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.183 [pool-17-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:49:20.183 [pool-17-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:49:20.183 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.183 [pool-17-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:49:20.184 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.184 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.184 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.184 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.184 [pool-17-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:49:20.184 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.184 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.184 [pool-17-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:49:20.185 [pool-17-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:49:20.228 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.228 [pool-17-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:49:20.229 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.229 [pool-17-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. 0s45ms [pure insertion] marking any relevant derived attributes for update...16:49:20.229 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.229 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.236 [pool-17-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:49:20.237 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.237 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.237 [pool-17-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:49:20.237 [pool-17-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:49:20.238 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.238 [pool-17-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:49:20.238 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.238 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.238 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.238 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.239 [pool-17-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:49:20.239 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.239 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.239 [pool-17-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:49:20.239 [pool-17-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:49:20.240 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.240 [pool-17-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:49:20.240 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.240 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.240 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.240 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.241 [pool-17-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:49:20.241 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.241 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.241 [pool-17-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:49:20.242 [pool-17-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:49:20.243 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:20.243 [pool-17-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:49:20.243 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:20.243 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.243 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.243 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.244 [pool-17-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:49:20.244 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.244 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.244 [pool-17-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:49:20.244 [pool-17-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:49:20.245 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.245 [pool-17-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:49:20.245 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.246 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.246 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.246 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.246 [pool-17-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:49:20.246 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.246 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.246 [pool-17-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:49:20.247 [pool-17-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:49:20.247 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.247 [pool-17-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:49:20.247 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.248 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.248 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.248 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.248 [pool-17-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:49:20.248 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.248 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.248 [pool-17-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:49:20.249 [pool-17-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:49:20.249 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.249 [pool-17-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:49:20.249 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.249 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.250 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:49:20.250 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:49:20.250 [pool-17-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:49:20.250 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.250 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.250 [pool-17-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:49:20.251 [pool-17-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:49:20.252 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 16:49:20.252 [pool-17-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:49:20.253 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:20.253 [pool-17-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:49:20.253 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.253 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.254 [pool-17-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:49:20.254 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.254 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.254 [pool-17-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:49:20.346 [pool-17-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:49:20.346 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.346 [pool-17-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:49:20.346 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.346 [pool-17-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. 0s92ms [pure insertion] marking any relevant derived attributes for update...16:49:20.346 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:49:20.347 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:49:20.347 [pool-17-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:49:20.347 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.347 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.347 [pool-17-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:49:20.348 [pool-17-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:49:20.349 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec) 16:49:20.349 [pool-17-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:49:20.350 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:49:20.350 [pool-17-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:49:20.350 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.350 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.350 [pool-17-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:49:20.350 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.351 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.351 [pool-17-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:49:20.351 [pool-17-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:49:20.351 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.351 [pool-17-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:49:20.351 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.351 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.351 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:49:20.352 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:49:20.352 [pool-17-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:49:20.352 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.352 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.352 [pool-17-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:49:20.352 [pool-17-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:49:20.353 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.353 [pool-17-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:49:20.354 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.354 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.354 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.354 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.354 [pool-17-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:49:20.354 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.354 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.355 [pool-17-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:49:20.355 [pool-17-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:49:20.355 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 16:49:20.355 [pool-17-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:49:20.357 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.357 [pool-17-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:49:20.357 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.357 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.357 [pool-17-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:49:20.357 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.357 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.357 [pool-17-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:49:20.358 [pool-17-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:49:20.358 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:49:20.358 [pool-17-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:49:20.358 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.358 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.358 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:49:20.359 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:49:20.359 [pool-17-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:49:20.359 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.359 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.359 [pool-17-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:49:20.359 [pool-17-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:49:20.360 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:20.360 [pool-17-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:49:20.360 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:20.361 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.361 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.361 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.361 [pool-17-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:49:20.361 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.361 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.361 [pool-17-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:49:20.362 [pool-17-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:49:20.364 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 16:49:20.364 [pool-17-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:49:20.365 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:49:20.365 [pool-17-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:49:20.365 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.365 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.366 [pool-17-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:49:20.366 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.366 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.366 [pool-17-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:49:20.366 [pool-17-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:49:20.367 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.367 [pool-17-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:49:20.367 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.367 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.367 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.367 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.367 [pool-17-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:49:20.367 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.367 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.367 [pool-17-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:49:20.368 [pool-17-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:49:20.368 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.368 [pool-17-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:49:20.368 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.368 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.368 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.368 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.369 [pool-17-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:49:20.369 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.369 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.369 [pool-17-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:49:20.369 [pool-17-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:49:20.369 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.370 [pool-17-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:49:20.370 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.370 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.370 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.370 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.370 [pool-17-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:49:20.370 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.370 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.370 [pool-17-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:49:20.371 [pool-17-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:49:20.371 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.371 [pool-17-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:49:20.371 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.371 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.371 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.371 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.372 [pool-17-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:49:20.372 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.372 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.372 [pool-17-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:49:20.421 [pool-17-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:49:20.421 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.421 [pool-17-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:49:20.422 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.422 [pool-17-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. 0s50ms [pure insertion] marking any relevant derived attributes for update...16:49:20.422 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.422 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.438 [pool-17-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:49:20.438 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.438 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.438 [pool-17-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:49:20.438 [pool-17-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:49:20.444 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec) 16:49:20.444 [pool-17-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:49:20.481 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 16:49:20.481 [pool-17-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. 0s43ms [pure insertion] marking any relevant derived attributes for update...16:49:20.481 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.482 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.482 [pool-17-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:49:20.482 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.482 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.482 [pool-17-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:49:20.483 [pool-17-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:49:20.483 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:20.483 [pool-17-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:49:20.484 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:20.484 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.484 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.484 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.484 [pool-17-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:49:20.484 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.484 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.484 [pool-17-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:49:20.485 [pool-17-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:49:20.485 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 16:49:20.486 [pool-17-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:49:20.486 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:20.486 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.486 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.486 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.487 [pool-17-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:49:20.487 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.487 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.487 [pool-17-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:49:20.487 [pool-17-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:49:20.487 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.487 [pool-17-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:49:20.487 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.487 [pool-17-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. 0s0ms [pure insertion] marking any relevant derived attributes for update...16:49:20.487 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.487 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.488 [pool-17-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:49:20.488 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.488 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.488 [pool-17-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:49:20.488 [pool-17-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:49:20.489 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:20.489 [pool-17-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:49:20.489 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:20.489 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.489 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.489 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.489 [pool-17-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:49:20.490 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.490 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.490 [pool-17-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:49:20.490 [pool-17-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:49:20.490 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.490 [pool-17-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:49:20.490 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.490 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.490 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.490 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.491 [pool-17-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:49:20.491 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.491 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.491 [pool-17-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:49:20.491 [pool-17-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:49:20.491 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.492 [pool-17-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:49:20.492 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.492 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.492 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.492 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.492 [pool-17-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:49:20.492 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.492 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.492 [pool-17-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:49:20.492 [pool-17-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:49:20.493 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:49:20.493 [pool-17-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:49:20.493 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.493 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.493 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.493 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.493 [pool-17-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:49:20.494 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.494 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.494 [pool-17-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:49:20.494 [pool-17-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:49:20.494 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.494 [pool-17-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:49:20.494 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.494 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.494 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.494 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.495 [pool-17-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:49:20.495 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.495 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.495 [pool-17-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:49:20.495 [pool-17-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:49:20.495 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.495 [pool-17-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:49:20.496 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.496 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.496 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.496 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.496 [pool-17-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:49:20.496 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.496 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.496 [pool-17-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:49:20.496 [pool-17-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:49:20.555 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.555 [pool-17-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:49:20.555 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.555 [pool-17-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. 0s59ms [pure insertion] marking any relevant derived attributes for update...16:49:20.555 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.555 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.556 [pool-17-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:49:20.557 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.557 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.557 [pool-17-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:49:20.557 [pool-17-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:49:20.558 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.558 [pool-17-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:49:20.558 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.558 [pool-17-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:49:20.558 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.558 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.559 [pool-17-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:49:20.559 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.559 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.559 [pool-17-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:49:20.559 [pool-17-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:49:20.560 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:20.560 [pool-17-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:49:20.560 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:20.560 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.560 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.560 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.561 [pool-17-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:49:20.561 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.561 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.561 [pool-17-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:49:20.561 [pool-17-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:49:20.562 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.562 [pool-17-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:49:20.562 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.562 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.562 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.562 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.562 [pool-17-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:49:20.562 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.562 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.562 [pool-17-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:49:20.563 [pool-17-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:49:20.563 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.563 [pool-17-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:49:20.563 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.563 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.563 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.563 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.564 [pool-17-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:49:20.564 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.564 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.564 [pool-17-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:49:20.564 [pool-17-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:49:20.565 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.565 [pool-17-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:49:20.565 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.565 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.565 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.565 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.565 [pool-17-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:49:20.565 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.565 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.565 [pool-17-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:49:20.566 [pool-17-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:49:20.566 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 16:49:20.566 [pool-17-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:49:20.566 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.566 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.566 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.566 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.567 [pool-17-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:49:20.567 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.567 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.567 [pool-17-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:49:20.567 [pool-17-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:49:20.568 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.568 [pool-17-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:49:20.569 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.569 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.569 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.569 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.570 [pool-17-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:49:20.570 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.570 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.570 [pool-17-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:49:20.570 [pool-17-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:49:20.570 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.570 [pool-17-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:49:20.571 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.571 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.571 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.571 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.571 [pool-17-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:49:20.571 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.571 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.571 [pool-17-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:49:20.572 [pool-17-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:49:20.573 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 16:49:20.573 [pool-17-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:49:20.574 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 16:49:20.574 [pool-17-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:49:20.574 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.574 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.575 [pool-17-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:49:20.575 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.575 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.575 [pool-17-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:49:20.575 [pool-17-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:49:20.575 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.575 [pool-17-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:49:20.576 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.576 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.576 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.576 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.576 [pool-17-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:49:20.576 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.576 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.576 [pool-17-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:49:20.576 [pool-17-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:49:20.577 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.577 [pool-17-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:49:20.577 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.577 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.577 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.577 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.577 [pool-17-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:49:20.577 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.577 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.577 [pool-17-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:49:20.578 [pool-17-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:49:20.578 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.578 [pool-17-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:49:20.578 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.578 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.578 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.578 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.579 [pool-17-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:49:20.579 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.579 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.579 [pool-17-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:49:20.579 [pool-17-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:49:20.579 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.579 [pool-17-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:49:20.579 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.579 [pool-17-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. 0s0ms [pure insertion] marking any relevant derived attributes for update...16:49:20.579 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:49:20.580 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:49:20.580 [pool-17-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:49:20.580 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.580 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.580 [pool-17-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:49:20.580 [pool-17-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:49:20.727 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.727 [pool-17-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:49:20.727 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.728 [pool-17-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. 0s148ms [pure insertion] marking any relevant derived attributes for update...16:49:20.728 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.728 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.728 [pool-17-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:49:20.728 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.728 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.728 [pool-17-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:49:20.729 [pool-17-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:49:20.729 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.729 [pool-17-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:49:20.730 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.730 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.730 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.730 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.730 [pool-17-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:49:20.730 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.731 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.731 [pool-17-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:49:20.731 [pool-17-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:49:20.731 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.731 [pool-17-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:49:20.732 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.732 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.732 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.732 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.737 [pool-17-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:49:20.737 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.737 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.737 [pool-17-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:49:20.737 [pool-17-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:49:20.743 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 16:49:20.743 [pool-17-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:49:20.751 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:49:20.751 [pool-17-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:49:20.751 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.751 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.752 [pool-17-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:49:20.752 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.752 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.752 [pool-17-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:49:20.847 [pool-17-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:49:20.847 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.847 [pool-17-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:49:20.848 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.848 [pool-17-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. 0s96ms [pure insertion] marking any relevant derived attributes for update...16:49:20.848 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.848 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.849 [pool-17-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:49:20.849 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.849 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.849 [pool-17-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:49:20.850 [pool-17-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:49:20.850 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 16:49:20.850 [pool-17-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:49:20.851 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.851 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.851 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.851 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.851 [pool-17-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:49:20.852 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.852 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.852 [pool-17-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:49:20.852 [pool-17-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:49:20.853 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.853 [pool-17-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:49:20.853 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.853 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.853 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.853 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.854 [pool-17-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:49:20.854 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.854 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.854 [pool-17-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:49:20.854 [pool-17-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:49:20.855 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.855 [pool-17-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:49:20.855 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.855 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.855 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.855 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.856 [pool-17-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:49:20.856 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.856 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.856 [pool-17-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:49:20.856 [pool-17-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:49:20.857 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.857 [pool-17-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:49:20.857 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.857 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.857 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.857 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.858 [pool-17-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:49:20.858 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.858 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.858 [pool-17-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:49:20.858 [pool-17-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:49:20.859 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.859 [pool-17-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:49:20.859 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.859 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.859 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.859 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.860 [pool-17-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:49:20.860 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.860 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.860 [pool-17-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:49:20.860 [pool-17-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:49:20.862 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 16:49:20.862 [pool-17-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:49:20.863 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:20.863 [pool-17-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:49:20.863 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.863 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.864 [pool-17-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:49:20.864 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.864 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.864 [pool-17-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:49:20.864 [pool-17-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:49:20.865 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 16:49:20.865 [pool-17-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:49:20.869 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.870 [pool-17-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:49:20.870 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.870 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.870 [pool-17-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:49:20.870 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.871 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.871 [pool-17-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:49:20.871 [pool-17-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:49:20.871 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.872 [pool-17-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:49:20.872 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.872 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.872 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.872 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.873 [pool-17-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:49:20.873 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.873 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.873 [pool-17-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:49:20.956 [pool-17-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:49:20.958 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.958 [pool-17-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:49:20.959 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.959 [pool-17-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. 0s86ms [pure insertion] marking any relevant derived attributes for update...16:49:20.959 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.959 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.961 [pool-17-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:49:20.961 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.961 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.961 [pool-17-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:49:20.961 [pool-17-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:49:20.962 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.962 [pool-17-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:49:20.962 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.962 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.962 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.962 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.963 [pool-17-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:49:20.963 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.963 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.963 [pool-17-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:49:20.963 [pool-17-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:49:20.964 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.964 [pool-17-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:49:20.964 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.964 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:20.964 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:49:20.965 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:49:20.965 [pool-17-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:49:20.965 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.965 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.965 [pool-17-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:49:20.966 [pool-17-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:49:20.968 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 16:49:20.968 [pool-17-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:49:20.969 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:49:20.969 [pool-17-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:49:20.969 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.969 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.970 [pool-17-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:49:20.970 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.970 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.970 [pool-17-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:49:20.971 [pool-17-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:49:20.971 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.971 [pool-17-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:49:20.972 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.972 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.972 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.972 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.973 [pool-17-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:49:20.973 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.973 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.973 [pool-17-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:49:20.973 [pool-17-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:49:20.975 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 16:49:20.975 [pool-17-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:49:20.976 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:20.976 [pool-17-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:49:20.976 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.976 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.976 [pool-17-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:49:20.977 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.977 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.977 [pool-17-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:49:20.977 [pool-17-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:49:20.977 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:20.977 [pool-17-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:49:20.978 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:20.978 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:20.978 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:20.978 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:20.978 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 200/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (1 sec, 7 sec total) 16:49:20.979 [pool-17-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:49:20.979 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:20.979 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:20.979 [pool-17-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:49:20.979 [pool-17-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:49:20.981 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 16:49:20.981 [pool-17-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:49:21.031 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:49:21.032 [pool-17-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. 0s53ms [pure insertion] marking any relevant derived attributes for update...16:49:21.032 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.032 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.032 [pool-17-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:49:21.032 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.032 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.032 [pool-17-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:49:21.033 [pool-17-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:49:21.033 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.033 [pool-17-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:49:21.033 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.033 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.034 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.034 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.034 [pool-17-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:49:21.034 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.034 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.034 [pool-17-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:49:21.034 [pool-17-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:49:21.035 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.035 [pool-17-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:49:21.035 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.035 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.035 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.035 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.035 [pool-17-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:49:21.036 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.036 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.036 [pool-17-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:49:21.036 [pool-17-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:49:21.036 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.036 [pool-17-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:49:21.036 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.036 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.036 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.036 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.038 [pool-17-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:49:21.038 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.038 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.038 [pool-17-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:49:21.039 [pool-17-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:49:21.040 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.040 [pool-17-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:49:21.040 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.040 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:21.040 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.040 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.041 [pool-17-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:49:21.041 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.041 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.041 [pool-17-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:49:21.041 [pool-17-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:49:21.042 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.042 [pool-17-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:49:21.042 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.042 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.042 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.042 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.043 [pool-17-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:49:21.043 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.043 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.043 [pool-17-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:49:21.043 [pool-17-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:49:21.044 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.044 [pool-17-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:49:21.044 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.044 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.044 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.044 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.045 [pool-17-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:49:21.045 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.045 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.045 [pool-17-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:49:21.045 [pool-17-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:49:21.046 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.046 [pool-17-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:49:21.046 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.046 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.046 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.046 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.047 [pool-17-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:49:21.047 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.047 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.047 [pool-17-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:49:21.047 [pool-17-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:49:21.048 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.048 [pool-17-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:49:21.048 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.048 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.048 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.048 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.049 [pool-17-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:49:21.049 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.049 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.049 [pool-17-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:49:21.049 [pool-17-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:49:21.050 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.050 [pool-17-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:49:21.050 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.050 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.050 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.050 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.050 [pool-17-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:49:21.050 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.051 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.051 [pool-17-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:49:21.051 [pool-17-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:49:21.051 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.051 [pool-17-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:49:21.052 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.052 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:21.052 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.052 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.052 [pool-17-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:49:21.052 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.052 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.052 [pool-17-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:49:21.053 [pool-17-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:49:21.053 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.053 [pool-17-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:49:21.053 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.053 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.053 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.053 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.054 [pool-17-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:49:21.054 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.054 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.054 [pool-17-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:49:21.055 [pool-17-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:49:21.092 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 16:49:21.092 [pool-17-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:49:21.096 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:49:21.096 [pool-17-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. 0s42ms [pure insertion] marking any relevant derived attributes for update...16:49:21.096 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.096 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.097 [pool-17-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:49:21.097 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.097 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.097 [pool-17-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:49:21.097 [pool-17-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:49:21.097 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.097 [pool-17-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:49:21.097 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.097 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.097 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:49:21.098 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:49:21.098 [pool-17-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:49:21.098 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.098 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.098 [pool-17-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:49:21.099 [pool-17-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:49:21.099 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.099 [pool-17-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:49:21.143 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.143 [pool-17-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. 0s45ms [pure insertion] marking any relevant derived attributes for update...16:49:21.143 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.143 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.144 [pool-17-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:49:21.144 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.144 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.144 [pool-17-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:49:21.144 [pool-17-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:49:21.156 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.156 [pool-17-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:49:21.156 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.156 [pool-17-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:49:21.156 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.156 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.157 [pool-17-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:49:21.157 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.157 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.157 [pool-17-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:49:21.157 [pool-17-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:49:21.158 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.158 [pool-17-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:49:21.158 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.158 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.158 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.158 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.158 [pool-17-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:49:21.159 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.159 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.159 [pool-17-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:49:21.159 [pool-17-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:49:21.159 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.159 [pool-17-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:49:21.160 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.160 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:21.160 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.160 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.160 [pool-17-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:49:21.160 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.160 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.160 [pool-17-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:49:21.161 [pool-17-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:49:21.162 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 16:49:21.162 [pool-17-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:49:21.162 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:21.162 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:21.162 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.162 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.163 [pool-17-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:49:21.163 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.163 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.163 [pool-17-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:49:21.163 [pool-17-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:49:21.163 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.163 [pool-17-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:49:21.164 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.164 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.164 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.164 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.164 [pool-17-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:49:21.164 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.164 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.164 [pool-17-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:49:21.164 [pool-17-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:49:21.165 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.165 [pool-17-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:49:21.165 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.165 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.165 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.165 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.165 [pool-17-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:49:21.166 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.166 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.166 [pool-17-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:49:21.166 [pool-17-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:49:21.166 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.166 [pool-17-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:49:21.166 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.166 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.166 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:49:21.167 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:49:21.167 [pool-17-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:49:21.167 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.167 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.167 [pool-17-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:49:21.167 [pool-17-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:49:21.168 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.168 [pool-17-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:49:21.168 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.168 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.168 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.168 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.168 [pool-17-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:49:21.168 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.168 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.168 [pool-17-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:49:21.169 [pool-17-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:49:21.169 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.169 [pool-17-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:49:21.169 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.169 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.169 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.169 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.170 [pool-17-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:49:21.170 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.170 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.170 [pool-17-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:49:21.170 [pool-17-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:49:21.170 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.170 [pool-17-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:49:21.171 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.171 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.171 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.171 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.171 [pool-17-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:49:21.171 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.171 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.171 [pool-17-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:49:21.171 [pool-17-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:49:21.172 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.172 [pool-17-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:49:21.172 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.172 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.172 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.172 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.172 [pool-17-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:49:21.172 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.172 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.172 [pool-17-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:49:21.173 [pool-17-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:49:21.173 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:49:21.173 [pool-17-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:49:21.173 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.173 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.173 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.173 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.174 [pool-17-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:49:21.174 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.174 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.174 [pool-17-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:49:21.174 [pool-17-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:49:21.175 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:49:21.175 [pool-17-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:49:21.175 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:21.175 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.175 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.175 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.176 [pool-17-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:49:21.176 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.176 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.176 [pool-17-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:49:21.176 [pool-17-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:49:21.176 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.176 [pool-17-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:49:21.177 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.177 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.177 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.177 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.177 [pool-17-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:49:21.177 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.177 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.177 [pool-17-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:49:21.177 [pool-17-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:49:21.178 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.178 [pool-17-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:49:21.178 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.178 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.178 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.178 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.178 [pool-17-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:49:21.178 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.178 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.178 [pool-17-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:49:21.179 [pool-17-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:49:21.179 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.179 [pool-17-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:49:21.179 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.179 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.179 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.179 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.180 [pool-17-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:49:21.180 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.180 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.180 [pool-17-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:49:21.180 [pool-17-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:49:21.180 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:21.180 [pool-17-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:49:21.181 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:21.181 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.181 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.181 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.181 [pool-17-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:49:21.181 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.181 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.181 [pool-17-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:49:21.214 [pool-17-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:49:21.215 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.215 [pool-17-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:49:21.215 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.215 [pool-17-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. 0s34ms [pure insertion] marking any relevant derived attributes for update...16:49:21.236 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s21ms 16:49:21.237 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s21ms 16:49:21.237 [pool-17-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:49:21.237 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.237 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.237 [pool-17-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:49:21.239 [pool-17-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:49:21.239 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.239 [pool-17-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:49:21.239 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.239 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:21.239 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.239 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.240 [pool-17-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:49:21.240 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.240 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.240 [pool-17-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:49:21.279 [pool-17-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:49:21.280 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:21.280 [pool-17-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:49:21.280 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:21.280 [pool-17-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. 0s40ms [pure insertion] marking any relevant derived attributes for update...16:49:21.280 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.280 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.281 [pool-17-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:49:21.281 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.281 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.281 [pool-17-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:49:21.281 [pool-17-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:49:21.281 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.281 [pool-17-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:49:21.282 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.282 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.282 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.282 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.282 [pool-17-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:49:21.282 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.282 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.282 [pool-17-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:49:21.282 [pool-17-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:49:21.283 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.283 [pool-17-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:49:21.283 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.283 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.283 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.283 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.283 [pool-17-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:49:21.283 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.284 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.284 [pool-17-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:49:21.284 [pool-17-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:49:21.284 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:21.284 [pool-17-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:49:21.285 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:21.285 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:21.285 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.285 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.285 [pool-17-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:49:21.285 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.285 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.285 [pool-17-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:49:21.285 [pool-17-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:49:21.286 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.286 [pool-17-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:49:21.286 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.286 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.286 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.286 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.286 [pool-17-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:49:21.287 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.287 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.287 [pool-17-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:49:21.287 [pool-17-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:49:21.287 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:49:21.287 [pool-17-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:49:21.288 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:21.288 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:21.288 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.288 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.288 [pool-17-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:49:21.288 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.288 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.288 [pool-17-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:49:21.289 [pool-17-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:49:21.289 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:21.289 [pool-17-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:49:21.290 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:21.290 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:21.290 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.290 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.290 [pool-17-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:49:21.290 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.290 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.290 [pool-17-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:49:21.290 [pool-17-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:49:21.291 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.291 [pool-17-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:49:21.291 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.291 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.291 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.291 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.291 [pool-17-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:49:21.291 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.291 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.291 [pool-17-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:49:21.292 [pool-17-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:49:21.292 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.292 [pool-17-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:49:21.292 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.292 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.292 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.292 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.293 [pool-17-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:49:21.293 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.293 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.293 [pool-17-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:49:21.293 [pool-17-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:49:21.293 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.293 [pool-17-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:49:21.293 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.293 [pool-17-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. 0s0ms [pure insertion] marking any relevant derived attributes for update...16:49:21.293 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.294 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.294 [pool-17-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:49:21.294 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.294 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.294 [pool-17-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:49:21.294 [pool-17-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:49:21.295 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:21.295 [pool-17-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:49:21.295 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:21.295 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.295 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.295 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.295 [pool-17-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:49:21.296 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.296 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.296 [pool-17-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:49:21.296 [pool-17-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:49:21.296 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.296 [pool-17-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:49:21.296 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.296 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.296 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.296 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.297 [pool-17-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:49:21.297 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.297 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.297 [pool-17-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:49:21.297 [pool-17-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:49:21.297 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.298 [pool-17-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:49:21.298 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.298 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.298 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.298 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.298 [pool-17-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:49:21.298 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.298 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.298 [pool-17-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:49:21.298 [pool-17-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:49:21.299 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.299 [pool-17-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:49:21.299 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.299 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.299 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.299 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.299 [pool-17-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:49:21.299 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.299 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.299 [pool-17-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:49:21.300 [pool-17-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:49:21.300 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:49:21.300 [pool-17-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:49:21.301 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:21.301 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:21.301 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.301 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.301 [pool-17-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:49:21.301 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.301 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.301 [pool-17-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:49:21.301 [pool-17-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:49:21.302 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:49:21.302 [pool-17-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:49:21.302 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.302 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.302 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.302 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.337 [pool-17-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:49:21.337 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.337 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.337 [pool-17-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:49:21.337 [pool-17-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:49:21.349 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 16:49:21.349 [pool-17-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:49:21.352 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:49:21.352 [pool-17-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:49:21.352 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.352 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.352 [pool-17-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:49:21.352 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.352 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.353 [pool-17-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:49:21.353 [pool-17-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:49:21.353 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.353 [pool-17-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:49:21.354 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.354 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:21.354 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.354 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.354 [pool-17-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:49:21.354 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.354 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.354 [pool-17-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:49:21.354 [pool-17-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:49:21.356 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 16:49:21.356 [pool-17-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:49:21.356 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:49:21.356 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:21.356 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.356 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.357 [pool-17-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:49:21.357 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.357 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.357 [pool-17-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:49:21.357 [pool-17-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:49:21.358 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 16:49:21.358 [pool-17-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:49:21.359 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:21.359 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:21.359 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.359 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.359 [pool-17-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:49:21.359 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.359 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.359 [pool-17-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:49:21.360 [pool-17-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:49:21.360 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.360 [pool-17-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:49:21.360 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.360 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.360 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.360 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.361 [pool-17-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:49:21.361 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.361 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.361 [pool-17-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:49:21.361 [pool-17-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:49:21.361 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.361 [pool-17-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:49:21.362 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.362 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.362 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.362 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.362 [pool-17-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:49:21.362 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.362 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.362 [pool-17-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:49:21.362 [pool-17-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:49:21.363 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.363 [pool-17-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:49:21.363 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.363 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.363 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.363 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.363 [pool-17-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:49:21.363 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.363 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.363 [pool-17-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:49:21.364 [pool-17-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:49:21.364 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.364 [pool-17-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:49:21.364 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.364 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.364 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.364 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.365 [pool-17-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:49:21.365 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.365 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.365 [pool-17-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:49:21.365 [pool-17-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:49:21.368 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 16:49:21.368 [pool-17-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:49:21.369 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:49:21.369 [pool-17-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:49:21.369 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.369 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.369 [pool-17-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:49:21.369 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.369 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.369 [pool-17-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:49:21.369 [pool-17-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:49:21.370 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:21.370 [pool-17-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:49:21.371 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:21.371 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:21.371 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.371 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.371 [pool-17-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:49:21.371 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.371 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.371 [pool-17-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:49:21.371 [pool-17-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:49:21.372 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.372 [pool-17-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:49:21.372 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.372 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.372 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.372 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.372 [pool-17-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:49:21.373 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.373 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.373 [pool-17-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:49:21.373 [pool-17-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:49:21.406 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.406 [pool-17-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:49:21.407 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.407 [pool-17-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. 0s35ms [pure insertion] marking any relevant derived attributes for update...16:49:21.407 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.407 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.437 [pool-17-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:49:21.437 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.437 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.437 [pool-17-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:49:21.437 [pool-17-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:49:21.439 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec) 16:49:21.439 [pool-17-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:49:21.440 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:49:21.440 [pool-17-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:49:21.440 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:49:21.441 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:49:21.441 [pool-17-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:49:21.441 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.441 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.441 [pool-17-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:49:21.441 [pool-17-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:49:21.442 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:49:21.442 [pool-17-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:49:21.442 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.442 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.442 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.442 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.443 [pool-17-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:49:21.443 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.443 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.443 [pool-17-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:49:21.443 [pool-17-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:49:21.445 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.445 [pool-17-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:49:21.453 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.453 [pool-17-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:49:21.453 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.453 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.454 [pool-17-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:49:21.454 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.454 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.454 [pool-17-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:49:21.454 [pool-17-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:49:21.455 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:49:21.455 [pool-17-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:49:21.455 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.455 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.455 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.455 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.455 [pool-17-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:49:21.456 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.456 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.456 [pool-17-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:49:21.456 [pool-17-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:49:21.457 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:49:21.457 [pool-17-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:49:21.457 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:21.457 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:21.457 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.457 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.458 [pool-17-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:49:21.458 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.458 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.458 [pool-17-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:49:21.591 [pool-17-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:49:21.591 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.591 [pool-17-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:49:21.592 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.592 [pool-17-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. 0s135ms [pure insertion] marking any relevant derived attributes for update...16:49:21.592 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.592 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.592 [pool-17-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:49:21.592 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.592 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.592 [pool-17-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:49:21.593 [pool-17-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:49:21.593 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.593 [pool-17-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:49:21.593 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.593 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.593 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.593 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.594 [pool-17-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:49:21.594 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.594 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.594 [pool-17-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:49:21.594 [pool-17-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:49:21.595 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:21.595 [pool-17-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:49:21.595 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:21.595 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.595 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.595 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.596 [pool-17-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:49:21.596 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.596 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.596 [pool-17-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:49:21.596 [pool-17-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:49:21.596 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.596 [pool-17-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:49:21.597 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.597 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.597 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.597 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.597 [pool-17-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:49:21.597 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.597 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.597 [pool-17-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:49:21.597 [pool-17-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:49:21.598 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.598 [pool-17-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:49:21.598 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.598 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.598 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.598 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.598 [pool-17-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:49:21.598 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.598 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.598 [pool-17-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:49:21.599 [pool-17-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:49:21.599 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.599 [pool-17-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:49:21.599 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.599 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.599 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.599 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.600 [pool-17-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:49:21.600 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.600 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.600 [pool-17-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:49:21.600 [pool-17-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:49:21.600 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.600 [pool-17-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:49:21.601 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.601 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.601 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.601 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.601 [pool-17-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:49:21.601 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.601 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.601 [pool-17-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:49:21.602 [pool-17-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:49:21.606 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 16:49:21.606 [pool-17-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:49:21.609 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:49:21.610 [pool-17-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:49:21.610 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.610 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.610 [pool-17-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:49:21.610 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.610 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.610 [pool-17-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:49:21.611 [pool-17-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:49:21.612 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 16:49:21.612 [pool-17-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:49:21.613 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:49:21.613 [pool-17-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:49:21.613 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.613 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.613 [pool-17-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:49:21.613 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.614 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.614 [pool-17-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:49:21.614 [pool-17-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:49:21.615 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 16:49:21.615 [pool-17-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:49:21.616 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:21.616 [pool-17-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:49:21.616 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.616 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.616 [pool-17-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:49:21.616 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.616 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.616 [pool-17-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:49:21.933 [pool-17-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:49:21.933 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.933 [pool-17-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:49:21.934 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.934 [pool-17-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. 0s318ms [pure insertion] marking any relevant derived attributes for update...16:49:21.934 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.934 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.934 [pool-17-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:49:21.934 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.934 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.934 [pool-17-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:49:21.935 [pool-17-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:49:21.935 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.935 [pool-17-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:49:21.935 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.935 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.935 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.935 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.936 [pool-17-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:49:21.936 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.936 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.936 [pool-17-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:49:21.936 [pool-17-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:49:21.936 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.936 [pool-17-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:49:21.937 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.937 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.937 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.937 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.937 [pool-17-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:49:21.937 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.937 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.937 [pool-17-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:49:21.937 [pool-17-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:49:21.938 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:21.938 [pool-17-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:49:21.938 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:21.938 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.938 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.938 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.939 [pool-17-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:49:21.939 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.939 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.939 [pool-17-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:49:21.939 [pool-17-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:49:21.939 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:49:21.939 [pool-17-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:49:21.940 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.940 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.940 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.940 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.940 [pool-17-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:49:21.940 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.940 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.940 [pool-17-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:49:21.940 [pool-17-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:49:21.941 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.941 [pool-17-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:49:21.941 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.941 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.941 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.941 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.941 [pool-17-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:49:21.941 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.941 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.941 [pool-17-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:49:21.942 [pool-17-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:49:21.942 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:49:21.942 [pool-17-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:49:21.943 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:21.943 [pool-17-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:21.943 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.943 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.943 [pool-17-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:49:21.943 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.943 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.943 [pool-17-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:49:21.943 [pool-17-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:49:21.944 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.944 [pool-17-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:49:21.944 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.944 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.944 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.944 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.944 [pool-17-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:49:21.944 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.944 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.944 [pool-17-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:49:21.945 [pool-17-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:49:21.945 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.945 [pool-17-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:49:21.945 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.945 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.945 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.945 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.946 [pool-17-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:49:21.946 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.946 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.946 [pool-17-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:49:21.946 [pool-17-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:49:21.947 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:21.947 [pool-17-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:49:21.947 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:21.947 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.947 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.947 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.948 [pool-17-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:49:21.948 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.948 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.948 [pool-17-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:49:21.948 [pool-17-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:49:21.949 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 16:49:21.949 [pool-17-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:49:21.949 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:21.949 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.949 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.949 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.950 [pool-17-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:49:21.950 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.950 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.950 [pool-17-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:49:21.950 [pool-17-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:49:21.952 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 16:49:21.952 [pool-17-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:49:21.953 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:49:21.953 [pool-17-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:49:21.953 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.953 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.954 [pool-17-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:49:21.954 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.954 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.954 [pool-17-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:49:21.954 [pool-17-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:49:21.955 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:21.955 [pool-17-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:49:21.955 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:21.955 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.955 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.955 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.955 [pool-17-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:49:21.955 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.955 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.955 [pool-17-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:49:21.956 [pool-17-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:49:21.956 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.956 [pool-17-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:49:21.956 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.956 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:21.956 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.956 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.957 [pool-17-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:49:21.957 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.957 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.957 [pool-17-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:49:21.957 [pool-17-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:49:21.957 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:21.957 [pool-17-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:49:21.957 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:21.957 [pool-17-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. 0s0ms [pure insertion] marking any relevant derived attributes for update...16:49:21.957 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:21.957 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:21.958 [pool-17-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:49:21.958 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:21.958 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:21.958 [pool-17-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:49:22.025 [pool-17-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:49:22.026 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:22.026 [pool-17-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:49:22.026 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:22.026 [pool-17-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...16:49:22.026 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.026 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.027 [pool-17-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:49:22.027 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:22.027 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:22.027 [pool-17-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:49:22.027 [pool-17-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:49:22.037 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:22.037 [pool-17-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:49:22.037 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:22.037 [pool-17-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:49:22.037 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.037 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.038 [pool-17-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:49:22.038 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:22.038 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:22.038 [pool-17-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:49:22.038 [pool-17-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:49:22.039 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 16:49:22.039 [pool-17-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:49:22.039 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:22.039 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:22.039 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.039 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.040 [pool-17-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:49:22.040 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:22.040 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:22.040 [pool-17-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:49:22.040 [pool-17-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:49:22.041 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:49:22.041 [pool-17-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:49:22.041 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:22.041 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:22.041 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.041 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.043 [pool-17-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:49:22.043 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:22.043 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:22.043 [pool-17-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:49:22.043 [pool-17-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:49:22.044 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 16:49:22.044 [pool-17-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:49:22.044 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:22.044 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:22.044 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.044 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.044 [pool-17-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:49:22.044 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:22.044 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:22.044 [pool-17-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:49:22.045 [pool-17-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:49:22.045 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:22.045 [pool-17-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:49:22.045 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:22.045 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:22.045 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.045 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.046 [pool-17-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:49:22.046 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:22.046 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:22.046 [pool-17-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:49:22.046 [pool-17-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:49:22.046 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:22.046 [pool-17-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:49:22.046 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:22.046 [pool-17-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. 0s0ms [pure insertion] marking any relevant derived attributes for update...16:49:22.046 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.046 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.047 [pool-17-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:49:22.047 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:22.047 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:22.047 [pool-17-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:49:22.047 [pool-17-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:49:22.048 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:22.048 [pool-17-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:49:22.048 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:22.048 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:22.048 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.048 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.048 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 300/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (1 sec, 8 sec total) 16:49:22.048 [pool-17-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:49:22.048 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:22.048 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:22.048 [pool-17-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:49:22.049 [pool-17-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:49:22.049 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:22.049 [pool-17-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:49:22.049 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:22.049 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:22.049 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.049 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.050 [pool-17-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:49:22.050 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:22.050 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:22.050 [pool-17-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:49:22.050 [pool-17-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:49:22.050 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:22.050 [pool-17-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:49:22.050 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:22.050 [pool-17-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. 0s0ms [pure insertion] marking any relevant derived attributes for update...16:49:22.050 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.050 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.051 [pool-17-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:49:22.051 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:22.051 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:22.051 [pool-17-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:49:22.084 [pool-17-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:49:22.085 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:22.085 [pool-17-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:49:22.085 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:22.085 [pool-17-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. 0s34ms [pure insertion] marking any relevant derived attributes for update...16:49:22.085 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.085 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.085 [pool-17-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:49:22.086 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:22.086 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:22.086 [pool-17-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:49:22.086 [pool-17-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:49:22.087 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 16:49:22.088 [pool-17-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:49:22.088 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 16:49:22.089 [pool-17-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:49:22.089 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.089 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.089 [pool-17-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:49:22.089 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:22.089 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:22.089 [pool-17-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:49:22.089 [pool-17-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:49:22.090 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:22.090 [pool-17-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:49:22.090 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:22.090 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:22.090 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.090 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.090 [pool-17-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:49:22.090 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:22.090 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:22.090 [pool-17-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:49:22.090 [pool-17-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:49:22.091 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:22.091 [pool-17-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:49:22.091 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:22.091 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:22.091 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.091 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.091 [pool-17-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:49:22.091 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:22.091 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:22.091 [pool-17-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:49:22.092 [pool-17-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:49:22.092 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:22.092 [pool-17-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:49:22.092 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:22.092 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:22.092 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.092 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.092 [pool-17-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:49:22.093 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:22.093 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:22.093 [pool-17-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:49:22.093 [pool-17-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:49:22.093 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:22.093 [pool-17-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:49:22.093 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:22.093 [pool-17-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:22.093 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.093 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.094 [pool-17-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:49:22.094 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:22.094 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:22.094 [pool-17-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:49:22.094 [pool-17-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:49:22.094 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:22.094 [pool-17-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:49:22.094 [pool-17-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:22.094 [pool-17-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. 0s0ms [pure insertion] marking any relevant derived attributes for update...16:49:22.094 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:22.094 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:22.095 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 309/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 8 sec total) 16:49:22.095 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:49:22.095 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 16:49:22.850 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 16:49:28.979 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 16:49:28.979 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~6.884s attempting to resolve any uninitialized derived attributes... 16:49:28.979 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 16:49:28.979 [pool-17-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 16:49:28.979 [pool-17-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:28.979 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 6s884ms [proxy update] 16:49:28.979 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 16:49:28.987 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:49:28.988 [pool-17-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 15 s 460 ms 16:49:28.988 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 16:49:28.988 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 16:49:28.990 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:49:28.991 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:49:30.679 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 04, 2020 4:49:30 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit2216742682461658137/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit7685635994503630073/test_metamodel[OrientDB] Jun 04, 2020 4:49:31 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodel[OrientDB]}} Storage 'plocal:/tmp/junit7685635994503630073/test_metamodel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:49:37.489 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:49:37.492 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:49:37.492 [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:37.492 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:49:37.492 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:49:37.492 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:49:37.492 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:49:37.492 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:49:37.492 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 16:49:37.492 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 16:49:37.492 [pool-18-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:49:37.493 [pool-18-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:49:37.493 [pool-18-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 16:49:37.523 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:49:37.523 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:49:37.529 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:49:38.649 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:49:38.903 [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:38.903 [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:38.903 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 16:49:38.912 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 16:49:38.913 [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:38.913 [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:38.913 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 16:49:39.048 [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:39.048 [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:39.048 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 16:49:39.258 [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:39.258 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 16:49:39.361 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:49:39.361 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:49:39.362 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 16:49:39.387 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:49:39.387 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:49:39.438 [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:39.438 [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:39.438 [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:39.438 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 16:49:39.438 [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:39.438 [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:39.438 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 16:49:39.438 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:49:39.444 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 16:49:39.444 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:49:39.446 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:49:39.446 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:49:39.928 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Jun 04, 2020 4:49:39 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_metamodel[OrientDB]}} Storage 'plocal:/tmp/junit7685635994503630073/test_metamodel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) Starting database plocal:/tmp/junit6915559058909054609/test_zoo[OrientDB] Jun 04, 2020 4:49:40 PM com.orientechnologies.common.log.OLogManager log INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit6915559058909054609/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) set up properties for V_hawkIndexStore: [] 16:49:48.408 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 16:49:48.410 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:49:48.410 [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:48.410 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:49:48.410 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:49:48.410 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:49:48.410 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 16:49:48.410 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 16:49:48.410 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 16:49:48.410 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 16:49:48.410 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:49:48.411 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 16:49:48.411 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 16:49:48.431 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:49:48.431 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:49:48.437 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_epackage set up properties for V_epackage: [] Warning: prematurely committing a transaction so we can create index hawkMetamodelIndex_sbtree_STRING 16:49:50.018 [main] WARN o.e.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_eclass set up properties for V_eclass: [in__hawkOfType (type=LINKBAG), in__hawkOfKind (type=LINKBAG)] 16:49:50.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:50.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:50.387 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 16:49:50.394 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 16:49:50.548 [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:50.548 [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:50.549 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 16:49:50.712 [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:50.712 [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:50.712 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 16:49:50.875 [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:50.875 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 16:49:51.115 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~2 sec) 16:49:51.115 [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:51.115 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store 16:49:51.151 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:49:51.151 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 16:49:51.157 [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:51.157 [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:51.157 [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:51.157 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 16:49:51.157 [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:51.157 [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:51.157 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 16:49:51.158 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 16:49:52.113 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 16:49:52.116 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 16:49:52.116 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 16:49:52.246 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 16:49:52.256 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 10/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.257 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 20/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.259 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 30/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.259 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 40/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.259 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 50/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.261 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 60/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.262 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 70/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.262 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 80/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.263 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 90/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.263 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 100/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.263 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 110/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.263 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 120/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.264 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 130/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.264 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 140/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.265 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 150/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.265 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 160/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.265 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 170/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.265 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 180/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.266 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 190/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.267 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 200/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.267 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 210/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.268 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 220/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.268 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 230/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.268 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 240/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.268 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 250/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.268 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 260/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.269 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 270/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.269 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 280/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.270 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 290/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.270 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 300/309 files from file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 16:49:52.270 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 16:49:52.271 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 16:49:52.271 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 0/309 files in repo file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 0 sec total) 16:49:52.274 [pool-19-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:49:52.275 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:52.275 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:52.275 [pool-19-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... set up properties for V_file: [in__hawkFile (type=LINKBAG)] 16:49:53.990 [pool-19-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 set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)] 16:49:57.294 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:57.294 [pool-19-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:49:58.156 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:58.156 [pool-19-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. 5s882ms [pure insertion] marking any relevant derived attributes for update...16:49:58.156 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:58.156 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:58.158 [pool-19-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:49:58.158 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:58.158 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:58.158 [pool-19-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:49:58.158 [pool-19-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:49:58.159 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:58.159 [pool-19-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:49:58.160 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:58.160 [pool-19-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:58.160 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:58.160 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:58.160 [pool-19-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:49:58.160 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:58.160 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:58.160 [pool-19-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:49:58.161 [pool-19-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:49:58.161 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:58.161 [pool-19-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:49:58.161 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:58.161 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:58.161 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:58.161 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:58.162 [pool-19-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:49:58.162 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:58.162 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:58.162 [pool-19-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:49:58.162 [pool-19-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:49:58.162 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:58.162 [pool-19-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:49:58.163 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:58.163 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:58.163 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:58.163 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:58.163 [pool-19-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:49:58.163 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:58.163 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:58.163 [pool-19-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:49:58.163 [pool-19-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:49:58.164 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:58.164 [pool-19-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:49:58.164 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:58.164 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:58.164 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:58.164 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:58.164 [pool-19-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:49:58.164 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:58.164 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:58.164 [pool-19-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:49:58.165 [pool-19-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:49:58.165 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:58.165 [pool-19-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:49:58.165 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:58.165 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:58.165 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:58.165 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:58.166 [pool-19-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:49:58.166 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:58.166 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:58.166 [pool-19-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:49:58.166 [pool-19-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:49:58.166 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:58.166 [pool-19-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:49:58.166 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:58.166 [pool-19-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:58.167 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:58.167 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:58.168 [pool-19-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:49:58.168 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:58.168 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:58.168 [pool-19-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:49:58.169 [pool-19-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:49:59.299 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 16:49:59.300 [pool-19-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:49:59.300 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.300 [pool-19-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. 1s132ms [pure insertion] marking any relevant derived attributes for update...16:49:59.300 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.300 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.302 [pool-19-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:49:59.302 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.302 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.302 [pool-19-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:49:59.331 [pool-19-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:49:59.334 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 16:49:59.334 [pool-19-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:49:59.338 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 16:49:59.339 [pool-19-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. 0s37ms [pure insertion] marking any relevant derived attributes for update...16:49:59.339 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.339 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.339 [pool-19-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:49:59.339 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.339 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.339 [pool-19-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:49:59.339 [pool-19-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:49:59.340 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:59.340 [pool-19-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:49:59.340 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:59.340 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.340 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.340 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.341 [pool-19-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:49:59.341 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.341 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.341 [pool-19-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:49:59.341 [pool-19-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:49:59.341 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.341 [pool-19-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:49:59.341 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.342 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.342 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.342 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.342 [pool-19-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:49:59.342 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.342 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.342 [pool-19-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:49:59.342 [pool-19-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:49:59.342 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.342 [pool-19-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:49:59.343 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.343 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.343 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.343 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.343 [pool-19-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:49:59.343 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.343 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.343 [pool-19-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:49:59.343 [pool-19-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:49:59.344 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.344 [pool-19-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:49:59.344 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.344 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.344 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.344 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.344 [pool-19-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:49:59.344 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.344 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.344 [pool-19-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:49:59.344 [pool-19-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:49:59.345 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.345 [pool-19-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:49:59.345 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.345 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.345 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.345 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.347 [pool-19-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:49:59.347 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.347 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.347 [pool-19-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:49:59.347 [pool-19-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:49:59.351 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 16:49:59.351 [pool-19-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:49:59.356 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 16:49:59.356 [pool-19-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:49:59.356 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.356 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.357 [pool-19-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:49:59.357 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.357 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.357 [pool-19-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:49:59.475 [pool-19-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:49:59.476 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.476 [pool-19-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:49:59.476 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.476 [pool-19-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. 0s119ms [pure insertion] marking any relevant derived attributes for update...16:49:59.476 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.476 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.477 [pool-19-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:49:59.477 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.477 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.477 [pool-19-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:49:59.477 [pool-19-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:49:59.477 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.477 [pool-19-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:49:59.478 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.478 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.478 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.478 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.478 [pool-19-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:49:59.478 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.478 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.478 [pool-19-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:49:59.478 [pool-19-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:49:59.479 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.479 [pool-19-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:49:59.479 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.479 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.479 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.479 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.479 [pool-19-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:49:59.479 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.479 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.479 [pool-19-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:49:59.480 [pool-19-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:49:59.480 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.480 [pool-19-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:49:59.480 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.480 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.480 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.480 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.480 [pool-19-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:49:59.480 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.481 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.481 [pool-19-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:49:59.481 [pool-19-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:49:59.481 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.481 [pool-19-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:49:59.481 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.481 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.481 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.481 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.482 [pool-19-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:49:59.482 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.482 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.482 [pool-19-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:49:59.482 [pool-19-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:49:59.482 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.482 [pool-19-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:49:59.482 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.482 [pool-19-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. 0s0ms [pure insertion] marking any relevant derived attributes for update...16:49:59.482 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.482 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.484 [pool-19-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:49:59.484 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.484 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.484 [pool-19-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:49:59.484 [pool-19-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:49:59.487 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 16:49:59.487 [pool-19-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:49:59.492 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:49:59.492 [pool-19-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:49:59.492 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.492 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.493 [pool-19-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:49:59.493 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.493 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.493 [pool-19-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:49:59.493 [pool-19-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:49:59.494 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.494 [pool-19-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:49:59.494 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.494 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.494 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.494 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.494 [pool-19-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:49:59.495 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.495 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.495 [pool-19-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:49:59.495 [pool-19-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:49:59.495 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.495 [pool-19-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:49:59.495 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.495 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.495 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.495 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.496 [pool-19-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:49:59.496 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.496 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.496 [pool-19-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:49:59.496 [pool-19-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:49:59.497 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:59.497 [pool-19-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:49:59.497 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:59.497 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.497 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.497 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.497 [pool-19-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:49:59.497 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.497 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.497 [pool-19-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:49:59.498 [pool-19-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:49:59.499 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 16:49:59.499 [pool-19-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:49:59.499 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:59.499 [pool-19-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:59.499 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.499 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.500 [pool-19-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:49:59.500 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.500 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.500 [pool-19-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:49:59.500 [pool-19-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:49:59.500 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.500 [pool-19-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:49:59.500 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.500 [pool-19-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. 0s0ms [pure insertion] marking any relevant derived attributes for update...16:49:59.500 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.500 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.501 [pool-19-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:49:59.501 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.501 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.501 [pool-19-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:49:59.719 [pool-19-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:49:59.719 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.719 [pool-19-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:49:59.719 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.719 [pool-19-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. 0s218ms [pure insertion] marking any relevant derived attributes for update...16:49:59.719 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.719 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.721 [pool-19-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:49:59.721 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.721 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.721 [pool-19-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:49:59.721 [pool-19-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:49:59.739 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 16:49:59.739 [pool-19-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:49:59.739 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.739 [pool-19-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...16:49:59.739 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.739 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.740 [pool-19-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:49:59.740 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.740 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.740 [pool-19-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:49:59.740 [pool-19-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:49:59.741 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.741 [pool-19-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:49:59.741 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.741 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.741 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.741 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.741 [pool-19-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:49:59.741 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.741 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.742 [pool-19-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:49:59.742 [pool-19-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:49:59.742 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.742 [pool-19-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:49:59.742 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.742 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.742 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.742 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.743 [pool-19-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:49:59.743 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.743 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.743 [pool-19-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:49:59.743 [pool-19-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:49:59.743 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.743 [pool-19-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:49:59.744 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.744 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.744 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.744 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.744 [pool-19-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:49:59.744 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.744 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.744 [pool-19-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:49:59.899 [pool-19-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:49:59.904 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 16:49:59.904 [pool-19-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:49:59.908 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 16:49:59.908 [pool-19-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. 0s164ms [pure insertion] marking any relevant derived attributes for update...16:49:59.908 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.908 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.909 [pool-19-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:49:59.909 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.909 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.909 [pool-19-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:49:59.909 [pool-19-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:49:59.910 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.910 [pool-19-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:49:59.910 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.910 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.910 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.910 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.911 [pool-19-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:49:59.911 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.911 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.911 [pool-19-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:49:59.911 [pool-19-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:49:59.912 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.912 [pool-19-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:49:59.912 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.912 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.912 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.912 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.913 [pool-19-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:49:59.913 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.913 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.913 [pool-19-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:49:59.913 [pool-19-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:49:59.913 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.913 [pool-19-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:49:59.914 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.914 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.914 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.914 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.914 [pool-19-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:49:59.914 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.914 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.914 [pool-19-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:49:59.915 [pool-19-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:49:59.915 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:49:59.915 [pool-19-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:49:59.916 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:59.916 [pool-19-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:59.916 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.916 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.917 [pool-19-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:49:59.917 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.917 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.917 [pool-19-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:49:59.917 [pool-19-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:49:59.918 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:49:59.918 [pool-19-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:49:59.918 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:49:59.918 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:49:59.918 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.918 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.918 [pool-19-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:49:59.919 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.919 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.919 [pool-19-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:49:59.919 [pool-19-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:49:59.920 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 16:49:59.920 [pool-19-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:49:59.921 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:49:59.921 [pool-19-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:49:59.921 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.921 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.922 [pool-19-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:49:59.922 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.922 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.922 [pool-19-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:49:59.922 [pool-19-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:49:59.923 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:49:59.923 [pool-19-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:49:59.923 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:49:59.924 [pool-19-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:49:59.924 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:49:59.924 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:49:59.924 [pool-19-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:49:59.924 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:49:59.924 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:49:59.924 [pool-19-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:49:59.924 [pool-19-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:00.142 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:50:00.142 [pool-19-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:00.142 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:50:00.142 [pool-19-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. 0s218ms [pure insertion] marking any relevant derived attributes for update...16:50:00.142 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.142 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.143 [pool-19-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:00.143 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.143 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.143 [pool-19-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:00.143 [pool-19-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:00.144 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:50:00.144 [pool-19-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:00.145 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:50:00.145 [pool-19-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:50:00.145 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.145 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.146 [pool-19-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:00.146 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.146 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.146 [pool-19-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:00.146 [pool-19-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:00.146 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:50:00.146 [pool-19-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:00.147 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:50:00.147 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:50:00.147 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.147 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.147 [pool-19-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:00.147 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.148 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.148 [pool-19-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:00.148 [pool-19-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:00.149 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 16:50:00.149 [pool-19-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:00.150 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:50:00.150 [pool-19-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:50:00.150 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.150 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.151 [pool-19-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:00.151 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.151 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.151 [pool-19-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:00.151 [pool-19-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:00.157 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 16:50:00.157 [pool-19-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:00.162 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 16:50:00.163 [pool-19-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:50:00.163 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.163 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.163 [pool-19-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:00.163 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.163 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.163 [pool-19-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:00.164 [pool-19-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:00.164 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:50:00.165 [pool-19-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:00.165 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:50:00.165 [pool-19-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:50:00.165 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.165 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.166 [pool-19-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:00.166 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.166 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.166 [pool-19-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:00.166 [pool-19-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:00.166 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:50:00.166 [pool-19-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:00.167 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:50:00.167 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:50:00.167 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.167 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.169 [pool-19-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:00.170 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.170 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.170 [pool-19-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:00.216 [pool-19-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:00.237 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:50:00.237 [pool-19-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:00.241 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:50:00.241 [pool-19-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...16:50:00.241 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.241 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.241 [pool-19-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:00.242 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.242 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.242 [pool-19-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:00.277 [pool-19-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:00.277 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:50:00.278 [pool-19-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:00.278 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:50:00.278 [pool-19-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. 0s37ms [pure insertion] marking any relevant derived attributes for update...16:50:00.278 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.278 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.278 [pool-19-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:00.278 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.279 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.279 [pool-19-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:00.279 [pool-19-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:00.279 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:50:00.279 [pool-19-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:00.280 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:50:00.280 [pool-19-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:50:00.280 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.280 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.280 [pool-19-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:00.280 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.280 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.280 [pool-19-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:00.280 [pool-19-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:00.281 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:50:00.281 [pool-19-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:00.281 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:50:00.281 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:50:00.281 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.281 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.281 [pool-19-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:00.281 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.281 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.281 [pool-19-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:00.282 [pool-19-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:00.282 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 16:50:00.282 [pool-19-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:00.283 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:50:00.283 [pool-19-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:50:00.283 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.283 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.283 [pool-19-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:00.283 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.283 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.283 [pool-19-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:00.283 [pool-19-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:00.283 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:50:00.283 [pool-19-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:00.284 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:50:00.284 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:50:00.284 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.284 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.284 [pool-19-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:00.284 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.284 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.284 [pool-19-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:00.284 [pool-19-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:00.285 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:50:00.285 [pool-19-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:00.285 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:50:00.285 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:50:00.285 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.285 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.285 [pool-19-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:00.285 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.285 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.285 [pool-19-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:00.285 [pool-19-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:00.286 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:50:00.286 [pool-19-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:00.286 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:50:00.286 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:50:00.286 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.286 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.286 [pool-19-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:00.286 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.286 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.286 [pool-19-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:00.287 [pool-19-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:00.287 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:50:00.287 [pool-19-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:00.287 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:50:00.287 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:50:00.287 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.287 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.287 [pool-19-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:00.287 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.287 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.287 [pool-19-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:00.288 [pool-19-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:00.289 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 16:50:00.289 [pool-19-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:00.289 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:50:00.289 [pool-19-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. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:50:00.289 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.289 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.290 [pool-19-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:00.290 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.290 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.290 [pool-19-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:00.290 [pool-19-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:00.290 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:50:00.290 [pool-19-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:00.290 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:50:00.290 [pool-19-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. 0s0ms [pure insertion] marking any relevant derived attributes for update...16:50:00.290 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.290 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.291 [pool-19-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:00.291 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.291 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.291 [pool-19-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:00.291 [pool-19-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:00.292 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 16:50:00.292 [pool-19-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:00.292 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 16:50:00.292 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:50:00.292 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.292 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.295 [pool-19-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:00.295 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.295 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.295 [pool-19-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:00.295 [pool-19-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:00.296 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:50:00.296 [pool-19-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:00.296 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:50:00.296 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:50:00.296 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.296 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.296 [pool-19-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:00.296 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.296 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.296 [pool-19-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:00.296 [pool-19-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:00.297 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:50:00.297 [pool-19-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:00.297 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:50:00.297 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:50:00.297 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.297 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.297 [pool-19-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:00.297 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.297 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.297 [pool-19-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:00.298 [pool-19-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:00.298 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 16:50:00.298 [pool-19-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:00.298 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:50:00.298 [pool-19-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. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:50:00.298 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.298 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.300 [pool-19-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:00.300 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.300 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.300 [pool-19-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:00.300 [pool-19-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:00.383 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 16:50:00.384 [pool-19-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:00.387 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:50:00.387 [pool-19-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. 0s87ms [pure insertion] marking any relevant derived attributes for update...16:50:00.387 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.387 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.388 [pool-19-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:00.388 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.388 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.388 [pool-19-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:00.388 [pool-19-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:00.395 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 16:50:00.395 [pool-19-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:00.436 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:50:00.436 [pool-19-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. 0s48ms [pure insertion] marking any relevant derived attributes for update...16:50:00.436 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:50:00.436 [pool-19-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:50:00.437 [pool-19-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:00.437 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 16:50:00.437 [pool-19-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:50:00.437 [pool-19-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:00.438 [pool-19-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:00.438 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 16:50:00.438 [pool-19-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-00